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