aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
Commit message (Expand)AuthorAgeFilesLines
* removed some MSVC warnings (warning level 2)Ulf Lamping2003-12-281-3/+3
* A small patch from Kai Krueger <kai@kruegernetz.de> to ensure that weRichard Sharpe2003-12-181-3/+4
* removed some more MSVC warnings (type casting), GTK2 specificUlf Lamping2003-12-171-2/+2
* Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad2003-12-161-2/+2
* Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris2003-12-041-8/+6
* "select_file_cb()" only needs a title, not a "construct_args_t" -Guy Harris2003-12-011-8/+3
* Not all platforms have <unistd.h> - in particular, Windows doesn't.Guy Harris2003-11-301-1/+8
* Fix some warnings in proto_draw.cRichard Sharpe2003-11-301-1/+2
* Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c andRichard Sharpe2003-11-301-5/+2
* Add an entry in the byte_view pane that allows the user to save the highlightedRichard Sharpe2003-11-291-1/+178
* remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg2003-11-251-3/+3
* From Olivier Abad: Insert the GTK+ 2.2.4Guy Harris2003-11-031-7/+52
* Use gtk_tree_view_expand_to_path() in gtk2 code to expand a node, as itOlivier Abad2003-10-171-2/+2
* Make "finfo_selected" a member of a "capture_file" structure rather thanGuy Harris2003-09-241-2/+2
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-68/+32
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-294/+746
* Removed all gtk calls in file.c :Olivier Abad2002-09-211-1/+13
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-5/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* As we've done with the hex dump output for printing, use as many digitsGuy Harris2002-06-241-22/+135
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-4/+6
* Use the value of "bv_size" as the size of a byte view notebook whenGuy Harris2002-04-231-1/+2
* "expand_tree()" and "collapse_tree()" can be called on leaf nodes, soGuy Harris2002-04-081-9/+19
* Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris2002-04-011-1/+4
* Get rid of unused arguments.Guy Harris2002-03-311-6/+6
* From Joerg Mayer: remove unused variables.Guy Harris2002-03-051-3/+2
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-6/+6
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-184/+172
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-111-7/+3
* Have routines to create GtkCTrees, set their line and expander styleGuy Harris2002-01-111-54/+4
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-2/+2
* Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris2001-11-201-8/+22
* If bytes in a hex dump view are selected, the field in the correspondingGuy Harris2001-11-201-7/+20
* Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris2001-11-201-6/+14
* From Frank Singleton: add some missing includes of <string.h>.Guy Harris2001-08-311-1/+3
* Get rid of some unused variables.Guy Harris2001-07-201-3/+1
* Support for {Enter,Return} keys toggling expansion of selected protocolGuy Harris2001-07-091-7/+20
* Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris2001-06-051-2/+33
* Give protocol tree windows a horizontal scrollbar - yes, sometimesGuy Harris2001-05-271-2/+2
* Check in isprint() hack for Win32 so that Ethereal is usably whileGilbert Ramirez2001-04-101-3/+4
* Get rid of extra definition of "byte_nb_ptr"; it's defined inGuy Harris2001-03-241-8/+8
* Put back some of Gilbert's changes lost by recent checkins.Guy Harris2001-03-231-6/+5
* Fix last minute edit mistake in add_byte_tab.Jeff Foster2001-03-231-6/+2
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-42/+229
* In the code that handles finding a field after a user clicks onGilbert Ramirez2001-03-071-7/+15
* Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2001-03-021-32/+175
* Always show the scrollbar in the tree view panel, so that the scrollbarGilbert Ramirez2001-02-011-2/+2