aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-27code cleanup: use the prefix packet_list_ for every function mentioned in pac...ulfl1-1/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowguy1-4/+16
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-31added a preference setting, to be able to change the preview timeout in the f...ulfl1-1/+40
2004-08-16Get rid of unused enum_val_t table (the wrap vs. no-wrap in search flagguy1-6/+0
2004-08-15From Greg Morris: Add a configuration option to control search wrapping.gerald1-1/+17
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-07-14As per Pavel Kankovsky, return FALSE, not TRUE, if "user_font_test()"guy1-7/+9
2004-07-12bugfix to a bug reported by Stuart MacDonald (bug #10):ulfl1-2/+2
2004-06-29add a preference setting for the web browser commandulfl1-1/+21
2004-06-20preference setting, so "ask for unsaved capture files" can be switched offulfl1-2/+11
2004-06-17move font related stuff to new file font_utils.c/.hulfl1-3/+3
2004-06-17move font related stuff to new file font_utils.c/.hulfl1-55/+9
2004-05-27a lot of code cleanupulfl1-32/+3
2004-05-24Have two strings in an enum_val_t - one that's a short string that isguy1-37/+37
2004-05-13Win32 only: Preference setting to open a console window, one of:ulfl1-1/+32
2004-04-29fixed a typoulfl1-2/+2
2004-04-06from Thomas Palmer: add a preference setting for filter toolbar placementulfl1-1/+18
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-2/+2
2004-02-24changed some label textsulfl1-6/+6
2004-02-12The HIG's and/or GUI toolkit documentation for:guy1-4/+4
2004-02-01moved window geometry values from prefs to recent,ulfl1-2/+9
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-5/+5
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-5/+5
2004-01-24Have "font_apply()" return an indication as to whether it succeeded orguy1-2/+22
2004-01-23If we call "font_apply()", we don't need to callguy1-7/+9
2004-01-23code cleanupulfl1-2/+1
2004-01-21gtk_font_selection_set_font_name doesn't work when run before appendingoabad1-10/+1
2004-01-20prevented GTK-warning, as the column index was too highulfl1-3/+3
2004-01-20a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...ulfl1-56/+12
2004-01-17Clean up some compiler warnings.guy1-65/+70
2004-01-17new "Font" preferences page instead of a font dialog in "User Interface"ulfl1-104/+38
2004-01-15move "marked packet color" setting from gui_prefs to Colors page.ulfl1-320/+8
2004-01-10using button compatibility macrosulfl1-21/+6
2004-01-09Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify itguy1-1/+2
2004-01-01moved recent files pref, as it splits corresponding dir entriesulfl1-10/+9
2003-12-29OK, now I have added the preference for recent_files_count_max, and we cansharpe1-2/+45
2003-12-23removed some MSVC warnings (conversions between double/float and int)ulfl1-3/+3
2003-11-19redraw supported_protos dialog, if GUI prefs changedulfl1-2/+4
2003-11-11The user interface preference page has only 9 rows in the GTK+ 2.xguy1-1/+5
2003-11-11Create the last two items in the GUI preferences page's first column theguy1-15/+16
2003-10-20In fileopen_dir_changed_cb() :oabad1-6/+9
2003-10-16From Ulf Lamping: add a GUI preference item to control the toolbarguy1-4/+27
2003-10-14From Ian Schorr:guy1-2/+72
2003-09-02Make sure the color selection dialog displays a color selection widget.gerald1-2/+4
2003-07-18Various fixes related to GTK2 :oabad1-3/+3
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-143/+55
2002-11-03Merge gtk and gtk2 directories.oabad1-41/+236
2002-09-05Include cleanups in gtk and gtk2:jmayer1-2/+1