aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1999-09-121-12/+10
* Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1999-09-111-2/+21
* More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1999-09-091-0/+189