aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/column_prefs.c
Commit message (Expand)AuthorAgeFilesLines
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-5/+1
* removed tons of MSVC const related warnings.Ulf Lamping2005-08-101-5/+5
* More char -> const char warning fixes.Jörg Mayer2005-08-051-2/+2
* Move the column preferences stuff to epan (the rest of the preferencesGuy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* give the user a hint, that he has to restart Ethereal for any column changes....Ulf Lamping2004-07-311-0/+6
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* bugfix: don't try to destroy a window, when it's already being destroyedUlf Lamping2004-05-271-2/+1
* more code cleanup from dialog things:Ulf Lamping2004-05-261-2/+2
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-4/+7
* minor GTK2 layout changeUlf Lamping2004-01-251-1/+5
* make the column preferences page look a bit more like the color rules dialogUlf Lamping2004-01-181-61/+62
* Select first row in column list by default,Ulf Lamping2004-01-171-3/+17
* column preferences page now looks similar to the color dialog layout,Ulf Lamping2004-01-161-34/+84
* using button compatibility macrosUlf Lamping2004-01-101-21/+5
* Pointer <--> int converions cause warnings on ia64.Jörg Mayer2003-03-101-2/+2
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-091-50/+17
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-110/+403
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-3/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-34/+34
* Get rid of unused variables, and mark unused arguments as such.Guy Harris2002-04-231-5/+2
* Eliminate some unused variables.Guy Harris2002-04-221-7/+5
* Polish the column prefs a bit. Make the column tile entry and formatGerald Combs2002-04-221-161/+179
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-8/+8
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-111-4/+2
* Check for valid column titles (non-zero-length) and valid column formatsGuy Harris2001-07-221-1/+2
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez2000-10-201-1/+2
* Instead of each set of built-in preferences having "ok", "save",Guy Harris2000-08-211-12/+4
* Miscellaneous code cleaningLaurent Deniel2000-08-111-8/+1
* Move the code in "column.c" that implements the column preferences tabGuy Harris2000-01-101-0/+372