merge_all_tap_menus() has been moved to menus.c.
[obnox/wireshark/wip.git] / gtk / color_edit_dlg.c
2011-08-17 etxrabFix a typo and size_request.
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-21 jmayerCreate a file containing macros to provide the access...
2011-07-11 geraldRemaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION...
2011-06-20 jmayerGTK3 fixes:
2011-02-16 sfisherMore cleanup toward being able to compile with GTK...
2011-02-07 sfisherFix crash introduced in r35849
2011-02-07 sfisherAnd even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 prepa...
2011-01-29 sfisherImprove r35695/35696 by repeating the whole function...
2011-01-29 wmeierFix Windows compile error(s);
2011-01-29 sfisherIf we're compiling with GTK+ 2.14 or higher, use access...
2010-10-12 wmeierMinor cleanup of the global name space:
2010-08-23 wmeier(Trivial/Cosmetic) Fix signatures of some signal callba...
2010-08-17 wmeierMinor changes related to signal callback functions:
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-11-10 stigRemoved some unused variables and unused assignments.
2009-03-19 wmeierAs suggested by Jakub Zawadzki: actually use sizeof...
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2008-10-19 stigAdd filter autocomplete for filter in color edit dialog.
2008-10-12 stigRewrote to use gtk_widget_modify_text() and gtk_widget_...
2008-06-29 wmeierFix some simple cases of GTK2 deprecated API usage...
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 ulflmove stock icon code from toolbar.c into specific stock...
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 wmeierOBECT_..._DATA --> g_object_..._data
2008-04-06 ulflremove GTK1 code
2007-11-18 sfisherFix bug #1164 again - this time for GTK1.
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...
2007-09-24 wmeierFix bug #1457: Undersized array causing "smashed stack".
2007-09-10 wmeierFix bug in View ! Color Filter ! New ! (Fore|Back)groun...
2006-10-30 geraldFix for bug 1164 from Stephen Fisher: In the coloring...
2006-10-19 jakeFrom Stephen Fisher:
2006-10-14 ulflas Stephen Fisher noted: fix the files header comment
2006-10-10 guyInclude <string.h> to declare string functions we use.
2006-10-02 ulflvarious (huge) code cleanup incl. splitting of the...