| Commit message (Expand) | Author | Age | Files | Lines |
* | change all preferences related filenames from xy_prefs to prefs_xy | Ulf Lamping | 2008-04-13 | 1 | -570/+0 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -18/+19 |
* | proto_draw -> main_proto_draw | Ulf Lamping | 2008-04-12 | 1 | -2/+2 |
* | Some packet_list.h -> main_packet_list.h changes. | Stig Bjørlykke | 2008-04-12 | 1 | -1/+1 |
* | Added an option to save column widths in the recent file. | Stig Bjørlykke | 2008-04-12 | 1 | -2/+11 |
* | rename toolbar to main_toolbar | Ulf Lamping | 2008-04-12 | 1 | -1/+1 |
* | where it's not necessary, remove #include "compat_macros.h" | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | last round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -4/+4 |
* | third round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -4/+4 |
* | OBECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -31/+31 |
* | remove GTK1 specific font handling | Ulf Lamping | 2008-04-08 | 1 | -4/+4 |
* | remove GTK1 code | Ulf Lamping | 2008-04-06 | 1 | -22/+0 |
* | Avoid redraw hex dump windows if redissecting. | Stig Bjørlykke | 2007-11-21 | 1 | -3/+3 |
* | Fix for bug #93: changes to the columns has no effect until restart | Stephen Fisher | 2007-06-04 | 1 | -2/+5 |
* | move ipsec to DISSECTOR_SRC | Sebastien Tandel | 2007-04-14 | 1 | -5/+5 |
* | now: Don't have a Save button in the following settings dialogs: | Ulf Lamping | 2006-10-03 | 1 | -0/+13 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | some minor fixes to the Preferences tooltip texts | Ulf Lamping | 2006-05-06 | 1 | -9/+10 |
* | In order to reduce the height of the Preference dialog moving several items f... | Jaap Keuter | 2006-03-02 | 1 | -129/+50 |
* | code cleanup: use the prefix packet_list_ for every function mentioned in pac... | Ulf Lamping | 2005-09-27 | 1 | -1/+1 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | 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 |