aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot1-2/+3
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-3/+7
2004-02-03added some more info to the statusbar (filesize, packet count, ..),Ulf Lamping1-1/+17
2004-01-31If comparing any field other than the frame number, if both field valuesGuy Harris1-42/+38
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromGuy Harris1-4/+3
2004-01-28Fix a comment.Guy Harris1-3/+2
2004-01-28Clean up the comparison code a bit.Guy Harris1-129/+89
2004-01-28For columns whose data comes from the frame_data structure for a packet,Guy Harris1-9/+130
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping1-3/+3
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-6/+5
2004-01-09Include <string.h> to declare "strcmp()".Guy Harris1-1/+2
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris1-20/+464
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris1-21/+2
2003-12-06From Jeff Morriss: avoid at least some N^2 behavior when changing theGuy Harris1-1/+8
2002-11-15In gtk2 code :Olivier Abad1-5/+9
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-2/+3
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-1/+6
2002-09-23Change to color filters :Olivier Abad1-4/+16
2002-09-21Removed all gtk calls in file.c :Olivier Abad1-0/+153