summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorseldialog.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-03Remove trailing whitespacesLaurent Napias1-7/+7
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-8/+0
2016-06-15GTK+-3 mate-colorseldialog: do not use deprecated ↵raveit651-0/+2
gtk_dialog_set_alternative_button_order
2015-04-29color select dialog: drop CSD/headerbar usageMonsta1-18/+0
maybe it was relevant with GTK+ 3.12 where the developers forced CSD on all dialogs, but now it isn't. in GTK+ 3.14 they apparently realized they were wrong and stopped forcing CSD on dialogs: http://blogs.gnome.org/mclasen/2014/07/28/a-talk-in-9-images/
2014-06-26libmate-desktop: Fix Since: occurrences in comments copied from Gtk+Stefano Karapetsas1-1/+1
2014-05-11MateColorSelectionDialog: Allow to use header bar with GTK 3.12Stefano Karapetsas1-0/+18
2014-05-04libmate-desktop: Add GTK3 support to MateColorButtonStefano Karapetsas1-4/+4
2014-05-04libmate-desktop: Add MateColorButton dialogStefano Karapetsas1-0/+228
Code taken from GTK 2.24 source and renamed for MATE This will allow to use traditional color selection with GTK2 and GTK3