aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-02In order to reduce the height of the Preference dialog moving several items f...Jaap Keuter1-129/+50
2005-09-27code cleanup: use the prefix packet_list_ for every function mentioned in pac...Ulf Lamping1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris1-4/+16
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-31added a preference setting, to be able to change the preview timeout in the f...Ulf Lamping1-1/+40
2004-08-16Get rid of unused enum_val_t table (the wrap vs. no-wrap in search flagGuy Harris1-6/+0
2004-08-15From Greg Morris: Add a configuration option to control search wrapping.Gerald Combs1-1/+17
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-14As per Pavel Kankovsky, return FALSE, not TRUE, if "user_font_test()"Guy Harris1-7/+9
2004-07-12bugfix to a bug reported by Stuart MacDonald (bug #10):Ulf Lamping1-2/+2
2004-06-29add a preference setting for the web browser commandUlf Lamping1-1/+21
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping1-2/+11
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-3/+3
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-55/+9
2004-05-27a lot of code cleanupUlf Lamping1-32/+3
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-37/+37
2004-05-13Win32 only: Preference setting to open a console window, one of:Ulf Lamping1-1/+32
2004-04-29fixed a typoUlf Lamping1-2/+2
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping1-1/+18
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-2/+2
2004-02-24changed some label textsUlf Lamping1-6/+6
2004-02-12The HIG's and/or GUI toolkit documentation for:Guy Harris1-4/+4
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