remove some warnings
[obnox/wireshark/wip.git] / gtk / packet_list.c
2006-12-05 sfisherFrom Douglas Pratley with trivial changes and documenta...
2006-11-18 geraldDon't try to set focus on NULL.
2006-11-18 geraldGTK1 doesn't have gtk_window_get_focus.
2006-11-18 geraldAdd additional keyboard navigation: Ctrl+Up & Ctrl...
2006-10-30 ulflfix #1159 from Jim Young (should go into 0.99.4):
2006-06-26 ulfladd a new column DCE/RPC context ID
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-29 guyMost of the stuff in file_dlg.c is specific to capture...
2006-02-11 guyIn "Save As", support only file types we can write...
2005-11-12 guyAllow a progress dialog to have "Stop" or "Cancel"...
2005-10-27 guyFix uninitialized variable errors.
2005-10-27 guyCheck on every iteration of a loop whether to pop up...
2005-09-27 ulflcode cleanup: use the prefix packet_list_ for every...
2005-09-26 ulflcompiler warning removed
2005-09-22 ulfldo freeze/thaw in packet_list_set_selected_row only...
2005-09-16 ulflfixing the fix, it's time to go to bed ...
2005-09-15 ulflbugfix: don't crash (assert), if jumping to the first...
2005-09-12 ulflWhen jumping (e.g. using menu item Go/Go to Packet...
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-10 ulflremoved tons of MSVC const related warnings.
2005-08-05 jmayerMore char -> const char warning fixes.
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-06-30 ulfladd a new DCE/RPC related column, which contains the...
2005-06-04 ulflfix #220: the automatic display of the vertical scrollb...
2005-04-14 ulflfix bugzilla #16: make columns resizeable again after...
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-01-29 guyMark unused arguments as such.
2005-01-29 ulflAdd a new menu item "View/Resize Columns" to, well...
2005-01-13 guyAdd a missing case.
2005-01-01 guyThrow in a cast to squelch an (unavoidable, and probabl...
2004-12-31 guyMake the "col_data" field in a "column_info" structure...
2004-11-01 ulflfirst implementation of the packet history function
2004-09-29 guyMove the column preferences stuff to epan (the rest...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-19 geraldAs suggested by Guy: Have mark_frame() do nothing if...
2004-07-24 guyMove the color-filter related stuff out of "color.h...
2004-07-24 guyHave "gtk/color_utils.c" contain routines with toolkit...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-17 ulflmove font related stuff to new file font_utils.c/.h
2004-06-05 ulflalyways use SIGNAL_EMIT_BY_NAME with one user parameter,
2004-03-18 obiotFrom Lars Roland: Move timestamp_type into libethereal...
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-02-03 ulfladded some more info to the statusbar (filesize, packet...
2004-01-31 guyIf comparing any field other than the frame number...
2004-01-31 guyFix the spelling of "cumulative" (and variables whose...
2004-01-28 guyFix a comment.
2004-01-28 guyClean up the comparison code a bit.
2004-01-28 guyFor columns whose data comes from the frame_data struct...
2004-01-19 ulflmove timestamp format options from "View->Options"...
2004-01-19 ulfladded some menuitems "View->Show" including show/hide...
2004-01-09 guyInclude <string.h> to declare "strcmp()".
2004-01-09 guyTurn the GTK+ 1.2.10 clist code into our own widget...
2003-12-09 guyDon't automatically size the columns - that's expensive...
2003-12-06 guyFrom Jeff Morriss: avoid at least some N^2 behavior...
2002-11-15 oabadIn gtk2 code :
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-23 oabadChange to color filters :
2002-09-21 oabadRemoved all gtk calls in file.c :