aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-15/+13
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-14/+26
2004-01-27"Export Selected Packet Bytes" -> change all appearances to this text,Ulf Lamping1-7/+37
2004-01-27Make "{byte,tree}_view_select()" return "gboolean", not "gint", as theyGuy Harris1-7/+9
2004-01-27always select the current item under cursor, before showing up theUlf Lamping1-2/+49
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-14/+6
2004-01-21use stock buttons whereever possible,Ulf Lamping1-5/+5
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-17/+6
2004-01-10using button compatibility macrosUlf Lamping1-6/+2
2004-01-07Include string.h to import strerrorJörg Mayer1-1/+3
2004-01-07added some simple_dialogs, if save of raw data fails for some reasonsUlf Lamping1-7/+11
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-3/+3
2003-12-18A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that weRichard Sharpe1-3/+4
2003-12-17removed some more MSVC warnings (type casting), GTK2 specificUlf Lamping1-2/+2
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad1-2/+2
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris1-8/+6
2003-12-01"select_file_cb()" only needs a title, not a "construct_args_t" -Guy Harris1-8/+3
2003-11-30Not all platforms have <unistd.h> - in particular, Windows doesn't.Guy Harris1-1/+8
2003-11-30Fix some warnings in proto_draw.cRichard Sharpe1-1/+2
2003-11-30Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andRichard Sharpe1-5/+2
2003-11-29Add an entry in the byte_view pane that allows the user to save the highlightedRichard Sharpe1-1/+178
2003-11-25remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg1-3/+3
2003-11-03From Olivier Abad: Insert the GTK+ 2.2.4Guy Harris1-7/+52
2003-10-17Use gtk_tree_view_expand_to_path() in gtk2 code to expand a node, as itOlivier Abad1-2/+2
2003-09-24Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris1-2/+2
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-68/+32
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-294/+746
2002-09-21Removed all gtk calls in file.c :Olivier Abad1-1/+13
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-5/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-24As we've done with the hex dump output for printing, use as many digitsGuy Harris1-22/+135
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-4/+6
2002-04-23Use the value of "bv_size" as the size of a byte view notebook whenGuy Harris1-1/+2
2002-04-08"expand_tree()" and "collapse_tree()" can be called on leaf nodes, soGuy Harris1-9/+19
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris1-1/+4
2002-03-31Get rid of unused arguments.Guy Harris1-6/+6
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-3/+2
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-6/+6
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-184/+172
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-7/+3
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris1-54/+4
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-2/+2
2001-11-20Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris1-8/+22
2001-11-20If bytes in a hex dump view are selected, the field in the correspondingGuy Harris1-7/+20
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris1-6/+14
2001-08-31From Frank Singleton: add some missing includes of <string.h>.Guy Harris1-1/+3
2001-07-20Get rid of some unused variables.Guy Harris1-3/+1