Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-11 | mate-colorsel: avoid deprecated 'GtkHSV', use 'MateHSV' instead | Pablo Barciela | 1 | -11/+12 | |
2019-02-07 | mate-colorsel: avoid deprecated 'gtk_widget_modify_bg' | Pablo Barciela | 1 | -5/+26 | |
2019-01-29 | [mate-colorsel] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -49/+47 | |
2018-01-27 | building: remove < gtk+-3.22 bits and bump required gtk+ version | raveit65 | 1 | -16/+1 | |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -7/+3 | |
This commit reverts: https://github.com/mate-desktop/mate-desktop/commit/6137212bce120c9eb5555ae777fc7fea2f71e43e And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height | |||||
2017-08-16 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+7 | |
2017-05-05 | Fix broken fallback cursor in mate-colorsel.c | nokangaroo | 1 | -40/+31 | |
2017-04-27 | mate-colorsel: don't use deprecated GTK_STOCK_COLOR_PICKER | raveit65 | 1 | -1/+1 | |
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 |