Instead of using private #defines for the last argument to
[obnox/wireshark/wip.git] / gtk / recent.c
2010-05-06 stigAdded an option to display seconds as hours, minutes...
2009-12-09 stigCleanup some column alignment code.
2009-12-01 stigSave column alignment in the recent file.
2009-11-05 stigIntroduce packet bytes bit view.
2009-10-29 stigFrom Eric Sesterhenn via bug 4175:
2009-09-03 stigRead column widths from recent file also for new packet...
2009-08-18 etxrabAdd new_packet_list_recent_write_all().
2009-07-28 wmeierClarify (slightly) some comments;
2009-06-30 sfisherIntroduce experimental new feature: GTK2 tree view...
2009-06-21 guy"main_menu.[ch]" -> "menus.[ch]"; it handles not only...
2009-04-16 geraldMore Win64 fixes.
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-02-26 stigRemember the last used profile and restore this on...
2008-11-11 stigRewrote interface type option_menu to gtk_combo_box...
2008-08-09 stigCheck if the recent_common file exists instead of havin...
2008-06-14 stigSave the column width in the recent list on every chang...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-11 stigSort list before thaw to avoid flicker when doing capture.
2008-04-28 stigAdded flag i new recent file to determine where to...
2008-04-28 stigReopen the recent file when reading older common settings.
2008-04-28 stigSplit the recent file in two, one for the configuration...
2008-04-13 ulflsort #includes by directories
2008-04-12 stigSome packet_list.h -> main_packet_list.h changes.
2008-04-12 stigAdded an option to save column widths in the recent...
2008-04-12 ulflrename menu -> main_menu
2008-04-09 etxrabRemove:
2008-04-09 ulflfix some GTK1 related comments
2008-04-07 ulflremove GTK1 code
2008-03-04 stigget_persconffile_path() return malloc'd memory,
2008-02-29 stigSave correct gui.time_format for "seconds since previou...
2008-01-14 stigAdded cast of argument to isspace.
2008-01-14 stigThis patch adds support for configuration profiles...
2008-01-14 stigFixed a few "statement not reached" warnings and a...
2007-11-28 sahlbergfix the path to include g_ascii_strcasecmp.h
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-09-15 geraldAdd routines under Windows to check if npf.sys is runni...
2007-08-30 geraldChange the "--enable-setuid-install" option to install...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-24 sfisherRemove all warnings under Unix for the gtk/ directory.
2007-01-13 galU3 support for "recent" files.
2006-12-08 guyA callback in read_prefs_file() should return a prefs_s...
2006-12-05 sfisherFrom Douglas Pratley with trivial changes and documenta...
2006-11-15 ulfladd a "private_data" pointer to the read_prefs_file...
2006-10-31 geraldFrom Giorgio Tino: Add a "Don't show this message...
2006-08-16 geraldAdd support for AirPcap, an upcoming wireless product...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-30 guyMove the file selection dialog routines to file_dlg...
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-08-25 ulfltimestamp display precision:
2005-08-20 jmayer- Declare some functions static
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-05 jmayerMore char -> const char warning fixes.
2005-06-16 guyInclude <ctype.h> to define/declare "isspace()".
2005-05-30 ulflFirst part to fix #148: use command line parameter...
2005-05-29 ulflclarify some recent file entry descriptions
2005-03-27 ulfladd a new checkitem "Colorize Packet List" into the...
2005-03-26 guyCreate the directory for the preferences files before...
2004-10-01 guy"prefs-int.h" belongs in epan, too.
2004-09-28 ulflfrom Thomas Palmer: add a combobox for the recently...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 guyIf the pane separator positions are 0 (e.g., because...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-09 guyDon't allow non-positive values for the main window...
2004-06-01 ulfladd details for doxygen, various code cleanups as a...
2004-05-31 guyThe "key" argument to "write_recent_geom()" is required...
2004-05-30 ulflsave window position/size/maximized state into recent...
2004-04-27 ulflFreely adjustable status line separations.
2004-04-25 ulflsave the position of the main window panes in the recen...
2004-02-20 guyRevert to the previous scheme, wherein we always save...
2004-02-19 guyDon't save the geometry items unless the user asked...
2004-02-17 ulflbugfix: use last_open_dir for the recent file,
2004-02-16 ulflbugfix: don't write the recent files list in the wrong...
2004-02-01 ulflmoved window geometry values from prefs to recent,
2004-01-25 ulflapply automatically generated filters strings to the...
2004-01-24 guyHave "font_apply()" return an indication as to whether...
2004-01-20 ulfla.) saving GTK1 and GTK2 fontnames in different prefere...
2004-01-19 guyMove "ts_type_text" out of "epan/timestamp.h into ...
2004-01-19 ulflmove timestamp format options from "View->Options"...
2004-01-19 guyInclude <string.h> to declare "strcasecmp()".
2004-01-19 ulfladded some menuitems "View->Show" including show/hide...