aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.c
AgeCommit message (Expand)AuthorFilesLines
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