aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-01moved window geometry values from prefs to recent,Ulf Lamping1-2/+9
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-5/+5
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-5/+5
2004-01-24Have "font_apply()" return an indication as to whether it succeeded orGuy Harris1-2/+22
2004-01-23If we call "font_apply()", we don't need to callGuy Harris1-7/+9
2004-01-23code cleanupUlf Lamping1-2/+1
2004-01-21gtk_font_selection_set_font_name doesn't work when run before appendingOlivier Abad1-10/+1
2004-01-20prevented GTK-warning, as the column index was too highUlf Lamping1-3/+3
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping1-56/+12
2004-01-17Clean up some compiler warnings.Guy Harris1-65/+70
2004-01-17new "Font" preferences page instead of a font dialog in "User Interface"Ulf Lamping1-104/+38
2004-01-15move "marked packet color" setting from gui_prefs to Colors page.Ulf Lamping1-320/+8
2004-01-10using button compatibility macrosUlf Lamping1-21/+6
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itGuy Harris1-1/+2
2004-01-01moved recent files pref, as it splits corresponding dir entriesUlf Lamping1-10/+9
2003-12-29OK, now I have added the preference for recent_files_count_max, and we canRichard Sharpe1-2/+45
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping1-3/+3
2003-11-19redraw supported_protos dialog, if GUI prefs changedUlf Lamping1-2/+4
2003-11-11The user interface preference page has only 9 rows in the GTK+ 2.xGuy Harris1-1/+5
2003-11-11Create the last two items in the GUI preferences page's first column theGuy Harris1-15/+16
2003-10-20In fileopen_dir_changed_cb() :Olivier Abad1-6/+9
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarGuy Harris1-4/+27
2003-10-14From Ian Schorr:Guy Harris1-2/+72
2003-09-02Make sure the color selection dialog displays a color selection widget.Gerald Combs1-2/+4
2003-07-18Various fixes related to GTK2 :Olivier Abad1-3/+3
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-143/+55
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-41/+236
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-2/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-26/+26
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-11/+11
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris1-9/+9
2002-01-13Add a preferences page for the name resolution flags.Guy Harris1-91/+33
2002-01-12Put the labels of check boxes to the left of the checkboxes,Guy Harris1-6/+8
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-5/+3
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris1-7/+7
2002-01-10Add a preferences page for capture preferences, so that the user canGuy Harris1-5/+2
2001-12-31Add preferences to save the main window size and position. If enabled,Gerald Combs1-17/+64
2001-04-17Fix to a preferences dialog bug, from <inoue@ainet.or.jp>.Guy Harris1-2/+4
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez1-3/+2
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-7/+9
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris1-11/+11
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez1-1/+2
2000-10-09Add support for modal message boxes ("simple dialog").Guy Harris1-6/+7
2000-10-09It appears there's no guarantee that you'll actually get a font nameGuy Harris1-1/+8
2000-09-09In the callback for the "OK" button in the font selection dialog, checkGuy Harris1-36/+71
2000-09-08Redraw:Guy Harris1-15/+44
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris1-3/+19
2000-08-24Fix the appearance of the option menus in the GUI preference box.Gilbert Ramirez1-2/+4
2000-08-23If you "save" your preferences without opening the colorLaurent Deniel1-2/+3
2000-08-23Do the same as with colors for the font selection dialog.Laurent Deniel1-9/+19