summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorseldialog.h
AgeCommit message (Collapse)AuthorFilesLines
2015-04-29color select dialog: drop CSD/headerbar usageMonsta1-3/+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-23Use G_{BEGIN,END}_DECLS instead of #ifdef __cplusplus in header files and ↵Michal Ratajsky1-0/+1
make sure to include glib.h for these macros
2014-05-11MateColorSelectionDialog: Allow to use header bar with GTK 3.12Stefano Karapetsas1-0/+3
2014-05-04libmate-desktop: Add GTK3 support to MateColorButtonStefano Karapetsas1-4/+4
2014-05-04libmate-desktop: Add MateColorButton dialogStefano Karapetsas1-0/+76
Code taken from GTK 2.24 source and renamed for MATE This will allow to use traditional color selection with GTK2 and GTK3