aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_prefs.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure the color selection dialog displays a color selection widget.Gerald Combs2003-09-021-2/+4
* Various fixes related to GTK2 :Olivier Abad2003-07-181-3/+3
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-143/+55
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-41/+236
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-2/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-26/+26
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-11/+11
* Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris2002-01-201-9/+9
* Add a preferences page for the name resolution flags.Guy Harris2002-01-131-91/+33
* Put the labels of check boxes to the left of the checkboxes,Guy Harris2002-01-121-6/+8
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-111-5/+3
* Have routines to create GtkCTrees, set their line and expander styleGuy Harris2002-01-111-7/+7
* Add a preferences page for capture preferences, so that the user canGuy Harris2002-01-101-5/+2
* Add preferences to save the main window size and position. If enabled,Gerald Combs2001-12-311-17/+64
* Fix to a preferences dialog bug, from <inoue@ainet.or.jp>.Guy Harris2001-04-171-2/+4
* Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2001-03-021-3/+2
* Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris2000-11-211-7/+9
* Fix a number of problems that caused compiles to fail ifGuy Harris2000-11-181-11/+11
* Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez2000-10-201-1/+2
* Add support for modal message boxes ("simple dialog").Guy Harris2000-10-091-6/+7
* It appears there's no guarantee that you'll actually get a font nameGuy Harris2000-10-091-1/+8
* In the callback for the "OK" button in the font selection dialog, checkGuy Harris2000-09-091-36/+71
* Redraw:Guy Harris2000-09-081-15/+44
* Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris2000-09-081-3/+19
* Fix the appearance of the option menus in the GUI preference box.Gilbert Ramirez2000-08-241-2/+4
* If you "save" your preferences without opening the colorLaurent Deniel2000-08-231-2/+3
* Do the same as with colors for the font selection dialog.Laurent Deniel2000-08-231-9/+19
* Fix a comment.Laurent Deniel2000-08-231-3/+3
* Don't set the marked-packet foreground and background colors in "prefs"Guy Harris2000-08-231-4/+61
* Bleah. What was I thinking? "dlg_window_new()" should take the titleGuy Harris2000-08-231-3/+2
* Add "Colors..." button in GUI preferences.Laurent Deniel2000-08-221-3/+224
* Explain why we don't currently have to defer settingGuy Harris2000-08-211-1/+7
* Don't set the "prefs.gui_XXX" values until the "fetch" routine for theGuy Harris2000-08-211-201/+130
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-211-68/+34
* Instead of having the normal-weight and bold fonts set separately,Guy Harris2000-08-201-3/+154
* Miscellaneous code cleaningLaurent Deniel2000-08-111-7/+1
* Jeff Foster's changes, with my additions, to allow the user to pop up aGuy Harris2000-02-291-11/+11
* Allow user to modify appearance of lines and expanders in GUI protocolGilbert Ramirez1999-12-301-21/+127
* Changed the protocol tree widget from a GtkTree to a GtkCTree. The two reasonsGilbert Ramirez1999-12-291-8/+95
* Add a new page to the Preferences notebook: a GUI page. The soleGilbert Ramirez1999-12-161-0/+132