aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/column_prefs.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-24Column list pointer became invalid when element was removed from list. Fixes ...Jaap Keuter1-1/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-5/+1
2005-08-10removed tons of MSVC const related warnings.Ulf Lamping1-5/+5
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-31give the user a hint, that he has to restart Ethereal for any column changes....Ulf Lamping1-0/+6
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-27bugfix: don't try to destroy a window, when it's already being destroyedUlf Lamping1-2/+1
2004-05-26more code cleanup from dialog things:Ulf Lamping1-2/+2
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-4/+7
2004-01-25minor GTK2 layout changeUlf Lamping1-1/+5
2004-01-18make the column preferences page look a bit more like the color rules dialogUlf Lamping1-61/+62
2004-01-17Select first row in column list by default,Ulf Lamping1-3/+17
2004-01-16column preferences page now looks similar to the color dialog layout,Ulf Lamping1-34/+84
2004-01-10using button compatibility macrosUlf Lamping1-21/+5
2003-03-10Pointer <--> int converions cause warnings on ia64.Jörg Mayer1-2/+2
2002-11-09Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-50/+17
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-110/+403
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-3/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-34/+34
2002-04-23Get rid of unused variables, and mark unused arguments as such.Guy Harris1-5/+2
2002-04-22Eliminate some unused variables.Guy Harris1-7/+5
2002-04-22Polish the column prefs a bit. Make the column tile entry and formatGerald Combs1-161/+179
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-8/+8
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-4/+2
2001-07-22Check for valid column titles (non-zero-length) and valid column formatsGuy Harris1-1/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-10-20Remove #include "gtk/colors.h" from file.h, which keep the GTK+ headerGilbert Ramirez1-1/+2
2000-08-21Instead of each set of built-in preferences having "ok", "save",Guy Harris1-12/+4
2000-08-11Miscellaneous code cleaningLaurent Deniel1-8/+1
2000-01-10Move the code in "column.c" that implements the column preferences tabGuy Harris1-0/+372