sort #includes by directories
[obnox/wireshark/wip.git] / gtk / color_dlg.c
2008-04-13 ulflsort #includes by directories
2008-04-12 ulflcompat_macros.h is gone now!!!
2008-04-12 ulflmove stock icon code from toolbar.c into specific stock...
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 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-06 ulflremove GTK1 code
2007-11-25 sakeFixes crashing when opening color filters and pressing OK
2007-11-24 sakeThis patch adds (ten) temporary coloring rules which...
2007-11-11 sakeOpen the coloring rule edit dialog when the coloring...
2007-11-10 sakeMake the enable/disable buttons on the coloring rule...
2007-11-10 sakeThis patch makes it possible to disable individual...
2007-09-25 geraldIn newer versions of GTK+ 2.x, if you have the mouse...
2006-10-10 guyGet rid of declarations of functions that are no longer...
2006-10-03 ulflAs Stephen Fisher noted, the Apply button should also...
2006-10-03 ulflfix a bug in the export function
2006-10-03 ulflnow: Don't have a Save button in the following settings...
2006-10-03 ulflImplement a real "Cancel" button for the coloring rules...
2006-10-02 ulflfurther code cleanup: don't use the term "marked" for...
2006-10-02 ulflvarious (huge) code cleanup incl. splitting of the...
2006-08-25 ulflugly workaround for bug #699 (Up/Down buttons don't...
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 guyGet rid of a bunch of "Ethereal"s and "ethereal"s in...
2006-05-21 sahlbergname change
2006-04-29 guyMost of the stuff in file_dlg.c is specific to capture...
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.
2005-08-02 jmayerFix more "no previous declaration" warnings
2005-03-26 ulflcode cleanup: use common prefix for all functions in...
2005-03-25 ulflcode cleanup: the term filter_list was used with differ...
2005-03-24 guyGtkStyles are reference-counted, and a style returned by
2005-02-04 ulflhuge cleanup of capture file API (functions in file...
2005-01-20 ulfladd some more online help functionality and help button...
2004-12-29 guyMake the tone of the error messages a bit less formal...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-24 guyHave "gtk/color_utils.c" contain routines with toolkit...
2004-07-24 guyMake "new_color_filter()" GUI-independent - have it...
2004-07-19 ulflrenamed filter_prefs to filter_dlg, as the filter setti...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-17 guyFrom Martin Mathieson: if you create a new filter and...
2004-06-05 ulflremove gtk_widget_ref / OBJECT_SET_DATA_FULL,
2004-05-31 ulflbugfix: don't try to destroy a dialog twice
2004-05-27 ulfluse gtk_window_set_default_size() instead of WIDGET_SET...
2004-05-26 ulflmore code cleanup from dialog things:
2004-05-22 ulflgoing to have a standard behaviour of the dialogs
2004-05-01 obiotFrom Richard Urwin: ensure that the initial colour...
2004-04-17 guyConfirmation dialogs should be marked as such.
2004-04-16 guyMake "new_color_filter()" take the background and foreg...
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-03-13 ulflreplaced gtk_widget_show() by a single gtk_widget_show_...
2004-02-12 guyThe HIG's and/or GUI toolkit documentation for:
2004-02-09 ulflminor changes
2004-02-06 ulflreplaced every appearance of gtk_scrolled_window_new...
2004-01-31 ulflcleanup of new "question dialogs",
2004-01-31 guyPass ESD_BTN_OK rather than NULL as a second argument to
2004-01-31 ulflrenamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to
2004-01-25 ulfladded/changed some tooltips
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2004-01-18 ulflcomplete redesign of color dialog
2004-01-10 ulflusing button compatibility macros
2004-01-10 ulflusing button compatibility macros
2004-01-09 obiotPart 2 of the "unmarking a packet matching a color...
2004-01-02 sharpeTweak the name of the Coloring Rules dialog box to...
2003-11-30 sharpeMove print_file_cb out of gtk/print_dlg.c and into...
2003-10-07 sahlbergUpdate to endpoint talkers,
2003-08-27 guyFrom Richard Urwin:
2003-08-18 sahlbergFrom Richard Urwin a great enhancement to the color...
2003-05-15 guyFrom Richard Urwin:
2003-02-17 oabadIn gtk2, the "changed" signal is sent by the GtkTreeSel...
2003-01-08 guySeparate the routines to allocate colors from the routi...
2002-11-09 oabadHelper macros fro gtk1.2/gtk2 compatibility.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-26 sahlbergFrom Ulf Lamping: Prettyfied Colorization dialog
2002-09-23 oabadChange to color filters :
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-27 guyClean up the data structures for the color filter code...
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-03 guyGet rid of an unused variable, and fix a comment.
2001-12-02 guyFrom John McDermott:
2001-02-01 gramCreate a more modular type system for the FT_* types...
2000-08-24 denielAdd some dlg_set_cancel().
2000-08-23 guyBleah. What was I thinking? "dlg_window_new()" should...
2000-08-11 denielMiscellaneous code cleaning
2000-07-20 guyUse ESD_TYPE_CRIT for most errors (the model used by...
2000-07-05 guyAdd a "dlg_window_new()" routine, which creates a GTK_W...
2000-06-27 guyPatch from Ben Fowler to rename the global variable...
2000-02-12 guyRemove some unnecessary includes from "gtk/color_dlg...
2000-02-12 guySplit the color manipulation stuff into "color_dlg...