aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez1-2/+2
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez1-1/+2
2000-09-09"redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris1-23/+25
2000-09-08Redraw:Guy Harris1-10/+10
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris1-61/+193
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris1-2/+130
2000-04-27Use "isprint()", rather than "isgraph()" followed by a check for space,Guy Harris1-3/+3
2000-04-27Print spaces as spaces (instead of '.') in the hex dump pane.Gilbert Ramirez1-2/+2
2000-03-02Use GtkScrolledWindows to add scrollbars to the hex/ASCII panes and toGuy Harris1-35/+19
2000-02-29Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris1-1/+75
2000-01-25Try to work around the undraw_cursor() bug in GTK+ 1.2.3 - 1.2.6. SettingGerald Combs1-1/+6
1999-12-29Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez1-32/+70
1999-12-15Oops. My last commit was made form the wrong tree and code thatGilbert Ramirez1-56/+23
1999-12-15Add Dearborn Group Technology's Gryphon dissector as our firstGilbert Ramirez1-23/+56
1999-12-14Do a better check of 'bend'. The code works w/o it, but only becauseGilbert Ramirez1-4/+8
1999-12-12Add the who protocol (rwho/rwhod/ruptime)Gilbert Ramirez1-5/+6
1999-12-03patch to scroll byte viewNathan Neulinger1-1/+21
1999-11-22A "character encoding" variable is now set per packet. The existenceGilbert Ramirez1-5/+17
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-3/+3
1999-11-15Don't store both "start" and "length" in each GUI proto_tree item. JustGilbert Ramirez1-3/+3
1999-09-12Add a "Expand all levels"/"Print as displayed" pair of radio buttons toGuy Harris1-12/+10
1999-09-11Collapse/Expand All protocol tree added in Display menu.Laurent Deniel1-2/+21
1999-09-09More shuffling of GTK-related files to gtk subdirectory.Gilbert Ramirez1-0/+189