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 simplifiesguy1-1/+1
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateguy1-1/+1
2005-10-27Fix uninitialized variable errors.guy1-10/+12
2005-10-27Check on every iteration of a loop whether to pop up a dialog box,guy1-10/+14
2005-09-27code cleanup: use the prefix packet_list_ for every function mentioned in pac...ulfl1-8/+8
2005-09-26compiler warning removedulfl1-0/+3
2005-09-22do freeze/thaw in packet_list_set_selected_row only, if the list must be move...ulfl1-4/+4
2005-09-16fixing the fix, it's time to go to bed ...ulfl1-1/+1
2005-09-15bugfix: don't crash (assert), if jumping to the first packet and packet_list ...ulfl1-0/+6
2005-09-12When jumping (e.g. using menu item Go/Go to Packet...) to a new packet which ...ulfl1-3/+61
2005-08-25timestamp display precision:ulfl1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-11/+11
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-10removed tons of MSVC const related warnings.ulfl1-3/+3
2005-08-05More char -> const char warning fixes.jmayer1-3/+3
2005-08-02Fix more "no previous declaration" warningsjmayer1-2/+2
2005-06-30add a new DCE/RPC related column, which contains the call_id for connection o...ulfl1-2/+5
2005-06-04fix #220: the automatic display of the vertical scrollbar at the packet list ...ulfl1-0/+8
2005-04-14fix bugzilla #16: make columns resizeable again after doing "Resize Columns"ulfl1-1/+5
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-5/+5
2005-01-29Mark unused arguments as such.guy1-1/+1
2005-01-29Add a new menu item "View/Resize Columns" to, well, resize columns. As this m...ulfl1-2/+74
2005-01-13Add a missing case.guy1-0/+1
2005-01-01Throw in a cast to squelch an (unavoidable, and probably harmless -guy1-1/+1
2004-12-31Make the "col_data" field in a "column_info" structure a pointer to anguy1-1/+1
2004-11-01first implementation of the packet history functionulfl1-0/+4
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesguy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-19As suggested by Guy: Have mark_frame() do nothing if the frame hasgerald1-1/+0
2004-07-24Move the color-filter related stuff out of "color.h" intoguy1-0/+1
2004-07-24Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,guy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-17move font related stuff to new file font_utils.c/.hulfl1-8/+5
2004-06-05alyways use SIGNAL_EMIT_BY_NAME with one user parameter,ulfl1-2/+2
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorobiot1-2/+3
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-3/+7
2004-02-03added some more info to the statusbar (filesize, packet count, ..),ulfl1-1/+17
2004-01-31If comparing any field other than the frame number, if both field valuesguy1-42/+38
2004-01-31Fix the spelling of "cumulative" (and variables whose names derive fromguy1-4/+3
2004-01-28Fix a comment.guy1-3/+2
2004-01-28Clean up the comparison code a bit.guy1-129/+89
2004-01-28For columns whose data comes from the frame_data structure for a packet,guy1-9/+130
2004-01-19move timestamp format options from "View->Options" dialog intoulfl1-3/+3
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,ulfl1-6/+5
2004-01-09Include <string.h> to declare "strcmp()".guy1-1/+2
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itguy1-20/+464
2003-12-09Don't automatically size the columns - that's expensive in largeguy1-21/+2
2003-12-06From Jeff Morriss: avoid at least some N^2 behavior when changing theguy1-1/+8
2002-11-15In gtk2 code :oabad1-5/+9
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-2/+3