aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/recent.h
AgeCommit message (Collapse)AuthorFilesLines
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
- automatic adjustment depending on file format - manual adjustment through menu items save the setting in the recent file svn path=/trunk/; revision=15534
2005-07-19fix various doxygen warningsUlf Lamping1-1/+1
svn path=/trunk/; revision=14958
2005-05-30First part to fix #148: use command line parameter -o not only for ↵Ulf Lamping1-5/+26
preferences but also for recent settings. This way we can simply remove the GUI related command line parameters -B, -P and -T, which are useless now. svn path=/trunk/; revision=14483
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping1-0/+1
keep it's setting in the recent file svn path=/trunk/; revision=13929
2005-03-26Create the directory for the preferences files before writing out theGuy Harris1-3/+2
"recent" file. Have "write_recent()" handle putting up error windows for failed attempts to write the "recent" file. svn path=/trunk/; revision=13909
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-04add more details for doxygenUlf Lamping1-1/+2
svn path=/trunk/; revision=11107
2004-06-02add details for doxygenUlf Lamping1-2/+25
svn path=/trunk/; revision=11077
2004-05-30save window position/size/maximized state into recent fileUlf Lamping1-1/+2
(only help dialog for now) svn path=/trunk/; revision=11032
2004-05-07removed obsolete commentsUlf Lamping1-3/+1
svn path=/trunk/; revision=10810
2004-04-27Freely adjustable status line separations.Ulf Lamping1-1/+2
svn path=/trunk/; revision=10715
2004-04-25save the position of the main window panes in the recent file,Ulf Lamping1-1/+4
and restore their position when program is started again (GTK2 only) svn path=/trunk/; revision=10706
2004-02-17bugfix: use last_open_dir for the recent file,Ulf Lamping1-2/+1
instead of the somewhat duplicated value in the recent struct svn path=/trunk/; revision=10077
2004-02-01moved window geometry values from prefs to recent,Ulf Lamping1-9/+9
added new pref / recent setting: "maximized main window", which will save, if the main window is maximized or not, this will take effect on GTK version 2 only, but is saved nonetheless svn path=/trunk/; revision=9949
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to ↵Ulf Lamping1-1/+3
prevent problems when switching between GTK1 and GTK2 ethereal versions b.) added new feature "Edit->Go To First Packet" "Edit->Go To Last Packet" with corresponding menu and toolbar items c.) added new feature "View->Zoom In" / "View->Zoom Out" / View->Normal Size" with corresponding menu and toolbar items This feature will act as a "size offset" to the current fontsize, so that the packet list/tree view/... will have a larger/smaller font size. The value is stored inside the recent file. d.) Win32 only: Try to get the win32 system font and fontsize at program startup and show the menus/dialogs and such with the same font and fontsize like other win32 windows. This makes the program make a *lot* more feel like a normal win32 program. svn path=/trunk/; revision=9753
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping1-4/+5
menuitems under "View->Time Display Format". renamed timestamp enum items e.g. from ABSOLUTE to TS_ABSOLUTE, to prevent conflicting definitions with MSVC svn path=/trunk/; revision=9729
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-0/+61
saving the states in the recent file svn path=/trunk/; revision=9726