where it's not necessary, remove #include "compat_macros.h"
[obnox/wireshark/wip.git] / gtk / column_prefs.c
2008-04-12 ulflwhere it's not necessary, remove #include "compat_macros.h"
2008-04-11 ulflsecond round to replace SIGNAL_CONNECT with g_signal_co...
2008-04-11 ulflfirst round to replace SIGNAL_CONNECT with g_signal_connect
2008-04-11 ulflreplace all appearances of BUTTON_NEW_FROM_STOCK with...
2008-04-11 wmeierOBJECT_..._DATA --> g_object_..._data
2008-04-06 ulflremove GTK1 code
2008-02-29 stigNext attempt to cleanup some string functions, including:
2008-02-23 stigMoved init of custom_field.
2008-02-23 stigFixed a check for custom column.
2008-02-23 sfisherAdd filter syntax check to custom column filter field...
2008-02-22 stigImproved custom columns with custom title.
2007-07-16 morrissFix a couple "cast to pointer from integer of different...
2007-06-17 sahlbergcolumn_entry_changed_cb is not used by the GTK1 code...
2007-06-04 sfisherFix for bug #93: changes to the columns has no effect...
2007-05-29 standelFrom David Howells :
2007-01-18 sfisherChange save & restart requirement sentence in column...
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-24 jakeColumn list pointer became invalid when element was...
2005-08-20 ulflrenamed ui_util.c/.h to gui_utils.c/.h to prevent confu...
2005-08-10 ulflremoved tons of MSVC const related warnings.
2005-08-05 jmayerMore char -> const char warning fixes.
2004-09-29 guyMove the column preferences stuff to epan (the rest...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-31 ulflgive the user a hint, that he has to restart Ethereal...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-27 ulflbugfix: don't try to destroy a window, when it's alread...
2004-05-26 ulflmore code cleanup from dialog things:
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-25 ulflminor GTK2 layout change
2004-01-18 ulflmake the column preferences page look a bit more like...
2004-01-17 ulflSelect first row in column list by default,
2004-01-16 ulflcolumn preferences page now looks similar to the color...
2004-01-10 ulflusing button compatibility macros
2003-03-10 jmayerPointer <--> int converions cause warnings on ia64.
2002-11-09 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-04-23 guyGet rid of unused variables, and mark unused arguments...
2002-04-22 guyEliminate some unused variables.
2002-04-22 geraldPolish the column prefs a bit. Make the column tile...
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-11 guyHave a routine to create a scrolled window, set its...
2001-07-22 guyCheck for valid column titles (non-zero-length) and...
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-10-20 gramRemove #include "gtk/colors.h" from file.h, which keep...
2000-08-21 guyInstead of each set of built-in preferences having...
2000-08-11 denielMiscellaneous code cleaning
2000-01-10 guyMove the code in "column.c" that implements the column...