aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/layout_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-13change all preferences related filenames from xy_prefs to prefs_xyUlf Lamping1-500/+0
2008-04-13sort #includes by directoriesUlf Lamping1-7/+10
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-6/+6
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping1-4/+4
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-37/+37
2008-04-07remove GTK1 codeUlf Lamping1-72/+0
2007-11-09Back out part of revision 23395 - leave the toolbar arrow, but remove theStephen Fisher1-27/+0
2007-11-07Add an arrow with drop-down menu including any toolbar buttons that do notStephen Fisher1-1/+27
2007-05-22Don't explicitly set the main window name unless you're changing theGuy Harris1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-02In order to reduce the height of the Preference dialog moving several items f...Jaap Keuter1-8/+216
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-3/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-05Use an enum when initializing "prefs.gui_layout_type".Guy Harris1-2/+2
2004-05-02move function xpm_to_widget() from layout_prefs to ui_util,Ulf Lamping1-26/+3
2004-04-30GCC warning removed. (ANSI C says it's "implementation-defined" whatGuy Harris1-3/+4
2004-04-30removed warnings of GTK1 compilationUlf Lamping1-2/+2
2004-04-30MVSC warning removedUlf Lamping1-2/+2
2004-04-30The layout types and pane types don't depend on GTK+, so move theirGuy Harris1-2/+2
2004-04-30Squelch some compiler warnings.Guy Harris1-42/+44
2004-04-29added selection of different main window pane layouts,Ulf Lamping1-0/+385