renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical named...
[obnox/wireshark/wip.git] / gtk / packet_list.c
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 :