aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-20Fix bug #1841: Crash after adding&deleting a column (while packet captureStephen Fisher1-1/+1
2007-07-17Don't use gtk_clist_row_is_visible() but rather eth_clist_row_is_visible() so...Jeff Morriss1-1/+1
2007-07-09From Dustin Johnson: If "Update list of packets in real time" andGerald Combs1-1/+15
2007-06-04Fix for bug #93: changes to the columns has no effect until restartStephen Fisher1-3/+23
2007-05-17Queue a redraw event in packet_list_clear(). This seems to fix theGerald Combs1-0/+1
2007-05-04From Steven Schaeffer:Jaap Keuter1-2/+8
2007-03-23From Sake Blok:Stephen Fisher1-2/+8
2007-03-21Fixes for: warning: function declaration isn't a prototypeJörg Mayer1-2/+2
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-2/+2
2007-02-12use g_string_append() instead of g_string_append_printf()Ronnie Sahlberg1-1/+1
2007-02-12delimit each CSV output with "Ulf Lamping1-4/+15
2007-01-28From Douglas Pratley:Stephen Fisher1-0/+27
2007-01-20Fix a bug where the size of each column was being computed with the GTK+Stephen Fisher1-0/+5
2007-01-11Fix for bug #1140: Filtering messes up packet list sort orderStephen Fisher1-0/+13
2006-12-11Add a new function to build column widths based not only on the maxStephen Fisher1-2/+2
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-0/+1
2006-11-18Don't try to set focus on NULL.Gerald Combs1-1/+2
2006-11-18GTK1 doesn't have gtk_window_get_focus.Gerald Combs1-0/+4
2006-11-18Add additional keyboard navigation: Ctrl+Up & Ctrl+Down (under the "Go"Gerald Combs1-11/+33
2006-10-30fix #1159 from Jim Young (should go into 0.99.4): Ulf Lamping1-0/+1
2006-06-26add a new column DCE/RPC context IDUlf Lamping1-1/+2
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-29Most of the stuff in file_dlg.c is specific to capture files, so renameGuy Harris1-1/+1
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