aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-3/+4
2005-08-25timestamp display precision:ulfl1-0/+13
2005-08-20- Declare some functions staticjmayer1-4/+0
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-2/+2
2005-06-16Include <ctype.h> to define/declare "isspace()".guy1-0/+1
2005-05-30First part to fix #148: use command line parameter -o not only for preference...ulfl1-18/+120
2005-05-29clarify some recent file entry descriptionsulfl1-3/+7
2005-03-27add a new checkitem "Colorize Packet List" into the View menuulfl1-0/+14
2005-03-26Create the directory for the preferences files before writing out theguy1-9/+24
2004-10-01"prefs-int.h" belongs in epan, too.guy1-1/+1
2004-09-28from Thomas Palmer: add a combobox for the recently used capture filter stringsulfl1-1/+9
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18If the pane separator positions are 0 (e.g., because this is GTK+guy1-3/+9
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-09Don't allow non-positive values for the main window width and heightguy1-13/+46
2004-06-01add details for doxygen, various code cleanups as a result of thisulfl1-3/+4
2004-05-31The "key" argument to "write_recent_geom()" is required (as it's calledguy1-2/+2
2004-05-30save window position/size/maximized state into recent fileulfl1-2/+37
2004-04-27Freely adjustable status line separations.ulfl1-3/+10
2004-04-25save the position of the main window panes in the recent file,ulfl1-1/+18
2004-02-20Revert to the previous scheme, wherein we always save the geometryguy1-21/+13
2004-02-19Don't save the geometry items unless the user asked to have them saved.guy1-13/+21
2004-02-17bugfix: use last_open_dir for the recent file,ulfl1-8/+4
2004-02-16bugfix: don't write the recent files list in the wrong order to the recent fileulfl1-2/+2
2004-02-01moved window geometry values from prefs to recent,ulfl1-24/+67
2004-01-25apply automatically generated filters strings to the recent dropdown list,ulfl1-3/+3
2004-01-24Have "font_apply()" return an indication as to whether it succeeded orguy1-2/+21
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...ulfl1-3/+12
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asguy1-6/+3
2004-01-19move timestamp format options from "View->Options" dialog intoulfl1-7/+39
2004-01-19Include <string.h> to declare "strcasecmp()".guy1-5/+2
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,ulfl1-0/+231