Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-10 | colorsel: port to GtkGrid | raveit65 | 1 | -30/+31 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -212/+0 | |
2016-06-15 | GTK+-3: do not use deprecated gtk_hseparator_new | raveit65 | 1 | -1/+4 | |
2016-06-15 | GTk+-3 mate-colorsel: do not use deprecated gtk_misc_set_alignment | raveit65 | 1 | -2/+18 | |
2016-06-15 | GTK+-3 mate-colorsel: do not use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+5 | |
2016-06-15 | GTK+-3 mate-colorsel: Do not use deprecate composite-child API | raveit65 | 1 | -1/+5 | |
2016-06-01 | remove usage of win32-related #define's | monsta | 1 | -1/+1 | |
2016-01-20 | use GtkBox instead of GtkVBox in both GTK+ builds | monsta | 1 | -3/+27 | |
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build NOTE: this commit changes the public interface of the library | |||||
2015-06-27 | Remove duplicated typedef | OBATA Akio | 1 | -2/+0 | |
Such typedefs are in corresponding header files. | |||||
2014-12-23 | removed some unused code | Monsta | 1 | -10/+5 | |
2014-07-02 | mate-color-select: Add copy button | Stefano Karapetsas | 1 | -2/+15 | |
2014-06-26 | MateColorSelection: Use colors from GTK3 palette | Stefano Karapetsas | 1 | -34/+6 | |
2014-06-26 | libmate-desktop: Fix Since: occurrences in comments copied from Gtk+ | Stefano Karapetsas | 1 | -1/+1 | |
2014-06-05 | Replace GtkObject with GObject also for gtk2 | infirit | 1 | -35/+0 | |
2014-06-05 | GDK_KEY_* was introduced in Gtk+ 2.22 | infirit | 1 | -24/+19 | |
2014-05-19 | gtk2: warning: cr may be uninitialized | Denis Gorodnichev | 1 | -3/+6 | |
2014-05-04 | Fix gdk_cursor_unref deprecation | Stefano Karapetsas | 1 | -0/+4 | |
2014-05-04 | libmate-desktop: Add GTK3 support to MateColorButton | Stefano Karapetsas | 1 | -42/+222 | |
2014-05-04 | libmate-desktop: Add MateColorButton dialog | Stefano Karapetsas | 1 | -0/+2943 | |
Code taken from GTK 2.24 source and renamed for MATE This will allow to use traditional color selection with GTK2 and GTK3 |