aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gui_prefs.c
Commit message (Expand)AuthorAgeFilesLines
* change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping2008-04-131-570/+0
* sort #includes by directoriesUlf Lamping2008-04-131-18/+19
* proto_draw -> main_proto_drawUlf Lamping2008-04-121-2/+2
* Some packet_list.h -> main_packet_list.h changes.Stig Bjørlykke2008-04-121-1/+1
* Added an option to save column widths in the recent file.Stig Bjørlykke2008-04-121-2/+11
* rename toolbar to main_toolbarUlf Lamping2008-04-121-1/+1
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-4/+4
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-4/+4
* OBECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-31/+31
* remove GTK1 specific font handlingUlf Lamping2008-04-081-4/+4
* remove GTK1 codeUlf Lamping2008-04-061-22/+0
* Avoid redraw hex dump windows if redissecting.Stig Bjørlykke2007-11-211-3/+3
* Fix for bug #93: changes to the columns has no effect until restartStephen Fisher2007-06-041-2/+5
* move ipsec to DISSECTOR_SRCSebastien Tandel2007-04-141-5/+5
* now: Don't have a Save button in the following settings dialogs:Ulf Lamping2006-10-031-0/+13
* name changeRonnie Sahlberg2006-05-211-2/+2
* some minor fixes to the Preferences tooltip textsUlf Lamping2006-05-061-9/+10
* In order to reduce the height of the Preference dialog moving several items f...Jaap Keuter2006-03-021-129/+50
* code cleanup: use the prefix packet_list_ for every function mentioned in pac...Ulf Lamping2005-09-271-1/+1
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris2004-12-021-4/+16
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* added a preference setting, to be able to change the preview timeout in the f...Ulf Lamping2004-08-311-1/+40
* Get rid of unused enum_val_t table (the wrap vs. no-wrap in search flagGuy Harris2004-08-161-6/+0
* From Greg Morris: Add a configuration option to control search wrapping.Gerald Combs2004-08-151-1/+17
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* As per Pavel Kankovsky, return FALSE, not TRUE, if "user_font_test()"Guy Harris2004-07-141-7/+9
* bugfix to a bug reported by Stuart MacDonald (bug #10):Ulf Lamping2004-07-121-2/+2
* add a preference setting for the web browser commandUlf Lamping2004-06-291-1/+21
* preference setting, so "ask for unsaved capture files" can be switched offUlf Lamping2004-06-201-2/+11
* move font related stuff to new file font_utils.c/.hUlf Lamping2004-06-171-3/+3
* move font related stuff to new file font_utils.c/.hUlf Lamping2004-06-171-55/+9
* a lot of code cleanupUlf Lamping2004-05-271-32/+3
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-37/+37
* Win32 only: Preference setting to open a console window, one of:Ulf Lamping2004-05-131-1/+32
* fixed a typoUlf Lamping2004-04-291-2/+2
* from Thomas Palmer: add a preference setting for filter toolbar placementUlf Lamping2004-04-061-1/+18
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-2/+2
* changed some label textsUlf Lamping2004-02-241-6/+6
* The HIG's and/or GUI toolkit documentation for:Guy Harris2004-02-121-4/+4
* moved window geometry values from prefs to recent,Ulf Lamping2004-02-011-2/+9
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-5/+5
* renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping2004-01-311-5/+5
* Have "font_apply()" return an indication as to whether it succeeded orGuy Harris2004-01-241-2/+22
* If we call "font_apply()", we don't need to callGuy Harris2004-01-231-7/+9
* code cleanupUlf Lamping2004-01-231-2/+1
* gtk_font_selection_set_font_name doesn't work when run before appendingOlivier Abad2004-01-211-10/+1
* prevented GTK-warning, as the column index was too highUlf Lamping2004-01-201-3/+3
* a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven...Ulf Lamping2004-01-201-56/+12