aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of the magic "+4" and properly calculate the lineheight soGilbert Ramirez2001-01-111-4/+4
* Add a dialog box for constructing expressions that test a field in theGuy Harris2001-01-021-3/+1
* Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez2000-11-221-2/+2
* Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez2000-10-201-1/+2
* "redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris2000-09-091-23/+25
* Redraw:Guy Harris2000-09-081-10/+10
* Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris2000-09-081-61/+193
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-211-2/+130
* Use "isprint()", rather than "isgraph()" followed by a check for space,Guy Harris2000-04-271-3/+3
* Print spaces as spaces (instead of '.') in the hex dump pane.Gilbert Ramirez2000-04-271-2/+2
* Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris2000-03-021-35/+19
* Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris2000-02-291-1/+75
* Try to work around the undraw_cursor() bug in GTK+ 1.2.3 - 1.2.6. SettingGerald Combs2000-01-251-1/+6
* Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez1999-12-291-32/+70
* Oops. My last commit was made form the wrong tree and code thatGilbert Ramirez1999-12-151-56/+23
* Add Dearborn Group Technology's Gryphon dissector as our firstGilbert Ramirez1999-12-151-23/+56
* Do a better check of 'bend'. The code works w/o it, but only becauseGilbert Ramirez1999-12-141-4/+8
* Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1999-12-121-5/+6
* patch to scroll byte viewNathan Neulinger1999-12-031-1/+21
* A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1999-11-221-5/+17
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+3
* Don't store both "start" and "length" in each GUI proto_tree item. JustGilbert Ramirez1999-11-151-3/+3