aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-11In "Save As", support only file types we can write to; that simplifiesGuy Harris1-1/+1
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris1-1/+1
2005-10-27Fix uninitialized variable errors.Guy Harris1-10/+12
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,Guy Harris1-10/+14
2005-09-27code cleanup: use the prefix packet_list_ for every function mentioned in pac...Ulf Lamping1-8/+8
2005-09-26compiler warning removedUlf Lamping1-0/+3
2005-09-22do freeze/thaw in packet_list_set_selected_row only, if the list must be move...Ulf Lamping1-4/+4
2005-09-16fixing the fix, it's time to go to bed ...Ulf Lamping1-1/+1
2005-09-15bugfix: don't crash (assert), if jumping to the first packet and packet_list ...Ulf Lamping1-0/+6
2005-09-12When jumping (e.g. using menu item Go/Go to Packet...) to a new packet which ...Ulf Lamping1-3/+61
2005-08-25timestamp display precision:Ulf Lamping1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-11/+11
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-3/+3
2005-08-05More char -> const char warning fixes.Jörg Mayer1-3/+3
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
2005-06-30add a new DCE/RPC related column, which contains the call_id for connection o...Ulf Lamping1-2/+5
2005-06-04fix #220: the automatic display of the vertical scrollbar at the packet list ...Ulf Lamping1-0/+8
2005-04-14fix bugzilla #16: make columns resizeable again after doing "Resize Columns"Ulf Lamping1-1/+5
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-5/+5
2005-01-29Mark unused arguments as such.Guy Harris1-1/+1
2005-01-29Add a new menu item "View/Resize Columns" to, well, resize columns. As this m...Ulf Lamping1-2/+74
2005-01-13Add a missing case.Guy Harris1-0/+1
2005-01-01Throw in a cast to squelch an (unavoidable, and probably harmless -Guy Harris1-1/+1
2004-12-31Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-1/+1
2004-11-01first implementation of the packet history functionUlf Lamping1-0/+4
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasGerald Combs1-1/+0
2004-07-24Move the color-filter related stuff out of "color.h" intoGuy Harris1-0/+1
2004-07-24Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-8/+5
2004-06-05alyways use SIGNAL_EMIT_BY_NAME with one user parameter,Ulf Lamping1-2/+2
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