aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/color_edit_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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