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