| Commit message (Expand) | Author | Age | Files | Lines |
* | From Nathan Jennings: add a preference that supplies a prefix for window | Guy Harris | 2004-12-02 | 1 | -4/+16 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | added a preference setting, to be able to change the preview timeout in the f... | Ulf Lamping | 2004-08-31 | 1 | -1/+40 |
* | Get rid of unused enum_val_t table (the wrap vs. no-wrap in search flag | Guy Harris | 2004-08-16 | 1 | -6/+0 |
* | From Greg Morris: Add a configuration option to control search wrapping. | Gerald Combs | 2004-08-15 | 1 | -1/+17 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | As per Pavel Kankovsky, return FALSE, not TRUE, if "user_font_test()" | Guy Harris | 2004-07-14 | 1 | -7/+9 |
* | bugfix to a bug reported by Stuart MacDonald (bug #10): | Ulf Lamping | 2004-07-12 | 1 | -2/+2 |
* | add a preference setting for the web browser command | Ulf Lamping | 2004-06-29 | 1 | -1/+21 |
* | preference setting, so "ask for unsaved capture files" can be switched off | Ulf Lamping | 2004-06-20 | 1 | -2/+11 |
* | move font related stuff to new file font_utils.c/.h | Ulf Lamping | 2004-06-17 | 1 | -3/+3 |
* | move font related stuff to new file font_utils.c/.h | Ulf Lamping | 2004-06-17 | 1 | -55/+9 |
* | a lot of code cleanup | Ulf Lamping | 2004-05-27 | 1 | -32/+3 |
* | Have two strings in an enum_val_t - one that's a short string that is | Guy Harris | 2004-05-24 | 1 | -37/+37 |
* | Win32 only: Preference setting to open a console window, one of: | Ulf Lamping | 2004-05-13 | 1 | -1/+32 |
* | fixed a typo | Ulf Lamping | 2004-04-29 | 1 | -2/+2 |
* | from Thomas Palmer: add a preference setting for filter toolbar placement | Ulf Lamping | 2004-04-06 | 1 | -1/+18 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -2/+2 |
* | changed some label texts | Ulf Lamping | 2004-02-24 | 1 | -6/+6 |
* | The HIG's and/or GUI toolkit documentation for: | Guy Harris | 2004-02-12 | 1 | -4/+4 |
* | moved window geometry values from prefs to recent, | Ulf Lamping | 2004-02-01 | 1 | -2/+9 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -5/+5 |
* | renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to | Ulf Lamping | 2004-01-31 | 1 | -5/+5 |
* | Have "font_apply()" return an indication as to whether it succeeded or | Guy Harris | 2004-01-24 | 1 | -2/+22 |
* | If we call "font_apply()", we don't need to call | Guy Harris | 2004-01-23 | 1 | -7/+9 |
* | code cleanup | Ulf Lamping | 2004-01-23 | 1 | -2/+1 |
* | gtk_font_selection_set_font_name doesn't work when run before appending | Olivier Abad | 2004-01-21 | 1 | -10/+1 |
* | prevented GTK-warning, as the column index was too high | Ulf Lamping | 2004-01-20 | 1 | -3/+3 |
* | a.) saving GTK1 and GTK2 fontnames in different preference setting, to preven... | Ulf Lamping | 2004-01-20 | 1 | -56/+12 |
* | Clean up some compiler warnings. | Guy Harris | 2004-01-17 | 1 | -65/+70 |
* | new "Font" preferences page instead of a font dialog in "User Interface" | Ulf Lamping | 2004-01-17 | 1 | -104/+38 |
* | move "marked packet color" setting from gui_prefs to Colors page. | Ulf Lamping | 2004-01-15 | 1 | -320/+8 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 1 | -21/+6 |
* | Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify it | Guy Harris | 2004-01-09 | 1 | -1/+2 |
* | moved recent files pref, as it splits corresponding dir entries | Ulf Lamping | 2004-01-01 | 1 | -10/+9 |
* | OK, now I have added the preference for recent_files_count_max, and we can | Richard Sharpe | 2003-12-29 | 1 | -2/+45 |
* | removed some MSVC warnings (conversions between double/float and int) | Ulf Lamping | 2003-12-23 | 1 | -3/+3 |
* | redraw supported_protos dialog, if GUI prefs changed | Ulf Lamping | 2003-11-19 | 1 | -2/+4 |
* | The user interface preference page has only 9 rows in the GTK+ 2.x | Guy Harris | 2003-11-11 | 1 | -1/+5 |
* | Create the last two items in the GUI preferences page's first column the | Guy Harris | 2003-11-11 | 1 | -15/+16 |
* | In fileopen_dir_changed_cb() : | Olivier Abad | 2003-10-20 | 1 | -6/+9 |
* | From Ulf Lamping: add a GUI preference item to control the toolbar | Guy Harris | 2003-10-16 | 1 | -4/+27 |
* | From Ian Schorr: | Guy Harris | 2003-10-14 | 1 | -2/+72 |
* | Make sure the color selection dialog displays a color selection widget. | Gerald Combs | 2003-09-02 | 1 | -2/+4 |
* | Various fixes related to GTK2 : | Olivier Abad | 2003-07-18 | 1 | -3/+3 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-11 | 1 | -143/+55 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -41/+236 |
* | Include cleanups in gtk and gtk2: | Jörg Mayer | 2002-09-05 | 1 | -2/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -26/+26 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -11/+11 |