aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_draw.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-09Support for {Enter,Return} keys toggling expansion of selected protocolGuy Harris1-7/+20
2001-06-05Enable "Match Selected" only if there's a field selected *and* we can doGuy Harris1-2/+33
2001-05-27Give protocol tree windows a horizontal scrollbar - yes, sometimesGuy Harris1-2/+2
2001-04-10Check in isprint() hack for Win32 so that Ethereal is usably whileGilbert Ramirez1-3/+4
2001-03-24Get rid of extra definition of "byte_nb_ptr"; it's defined inGuy Harris1-8/+8
2001-03-23Put back some of Gilbert's changes lost by recent checkins.Guy Harris1-6/+5
2001-03-23Fix last minute edit mistake in add_byte_tab.Jeff Foster1-6/+2
2001-03-23Changes required to support multiple named data sources.Jeff Foster1-42/+229
2001-03-07In the code that handles finding a field after a user clicks onGilbert Ramirez1-7/+15
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez1-32/+175
2001-02-01Always show the scrollbar in the tree view panel, so that the scrollbarGilbert Ramirez1-2/+2
2001-01-11Get rid of the magic "+4" and properly calculate the lineheight soGilbert Ramirez1-4/+4
2001-01-02Add a dialog box for constructing expressions that test a field in theGuy Harris1-3/+1
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