merge_all_tap_menus() has been moved to menus.c.
[obnox/wireshark/wip.git] / gtk / color_dlg.c
2011-08-18 etxrabGTK 3.0 fix a couple of gtk_style_context_get().
2011-08-17 etxrabGet further with compiling with GTK 3.0
2011-08-17 etxrabGet rid of get_color() it looks like we do not need...
2011-07-11 geraldRemaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION...
2011-07-01 stigRenamed "___tmp_color_filter___" to "___conversation_co...
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-26 stigChanged adding a new coloring rule to put the new rule...
2011-06-13 etxrabHandle deprecated GtkTooltips.
2011-03-08 sakeRemoval of the old packet-list in favor of the new...
2010-10-12 wmeierMinor cleanup of the global name space:
2010-07-30 wmeier(Minor) Cleanup some "event callback" function declarat...
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-09-23 stigSmall indent fix.
2009-09-02 etxrabAdding new color rules should work now.
2009-09-02 etxrabPrepare abillity to add color filters with new packet...
2009-06-30 sfisherIntroduce experimental new feature: GTK2 tree view...
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-10 wmeiercolor filters dialog: Remove use of deprecated gtk_butt...
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2009-02-18 etxrabIndentation changes.
2008-06-21 stigRemoved the usage of topic_available() as we now have...
2008-04-16 ulflflip the import and export button "sequence", that...
2008-04-14 sakeFrom Jim Young (bug 2212):
2008-04-13 ulflmove all code from color.c into color_utils.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
next