summaryrefslogtreecommitdiff
path: root/gtk/color_edit_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Create a file containing macros to provide the access-functionsJörg Mayer1-8/+1
2011-07-11Remaining GLIB_CHECK_VERSION and GTK_CHECK_VERSION in the gtk directory.Gerald Combs1-35/+0
2011-06-20GTK3 fixes:Jörg Mayer1-2/+2
2011-02-16More cleanup toward being able to compile with GTK+ 3.0. Mostly replacingStephen Fisher1-4/+35
2011-02-07Fix crash introduced in r35849Stephen Fisher1-3/+3
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-7/+20
2011-01-29Improve r35695/35696 by repeating the whole function call in eachStephen Fisher1-4/+2
2011-01-29Fix Windows compile error(s);Bill Meier1-4/+4
2011-01-29If we're compiling with GTK+ 2.14 or higher, use accessor functionStephen Fisher1-0/+4
2010-10-12Minor cleanup of the global name space:Bill Meier1-252/+253
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;Bill Meier1-1/+1
2010-08-17Minor changes related to signal callback functions:Bill Meier1-1/+1
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-1/+1
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-3/+2
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-2/+2
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+4
2008-10-19Add filter autocomplete for filter in color edit dialog.Stig Bjørlykke1-0/+4
2008-10-12Rewrote to use gtk_widget_modify_text() and gtk_widget_modify_base()Stig Bjørlykke1-14/+8
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-04-14From Jim Young (bug 2212):Sake Blok1-1/+1
2008-04-13move all code from color.c into color_utils.cUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-12/+13
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-1/+1
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-11/+11
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-37/+37
2008-04-06remove GTK1 codeUlf Lamping1-72/+0
2007-11-18Fix bug #1164 again - this time for GTK1.Stephen Fisher1-0/+4
2007-11-10This patch makes it possible to disable individual coloring rules Sake Blok1-7/+59
2007-09-25In newer versions of GTK+ 2.x, if you have the mouse positioned above aGerald Combs1-9/+3
2007-09-24Fix bug #1457: Undersized array causing "smashed stack".Bill Meier1-1/+1
2007-09-10Fix bug in View ! Color Filter ! New ! (Fore|Back)ground Color & etc code Bill Meier1-1/+4
2006-10-30Fix for bug 1164 from Stephen Fisher: In the coloring rules edit dialog, setGerald Combs1-19/+1
2006-10-19From Stephen Fisher:Jaap Keuter1-2/+1
2006-10-14as Stephen Fisher noted: fix the files header commentUlf Lamping1-2/+2
2006-10-10Include <string.h> to declare string functions we use.Guy Harris1-0/+2
2006-10-02various (huge) code cleanup incl. splitting of the coloring dialog and the ac...Ulf Lamping1-0/+615