Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-07 | mate-colorsel: avoid deprecated 'gtk_widget_modify_bg' | Pablo Barciela | 1 | -5/+26 | |
2019-01-29 | [mate-rr] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 4 | -15/+9 | |
2019-01-29 | Improve indents | Wu Xiaotian | 1 | -2/+2 | |
2019-01-29 | Avoid deprecated g_type_class_add_private | Wu Xiaotian | 3 | -20/+6 | |
Changed MateBgCrossfade, MateColorbutton and MateDesktopThumbnail | |||||
2019-01-29 | [mate-colorsel] Avoid deprecated g_type_class_add_private | Wu Xiaotian | 2 | -51/+49 | |
2019-01-09 | mate-bg: avoid deprecated 'g_settings_list_keys' | Pablo Barciela | 1 | -3/+7 | |
2018-12-12 | mate-bg: Corrected some comments | Zhang Xianwei | 1 | -3/+3 | |
There are some incorrect comments in mate_bg_create_surface_scale. Fix them. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-08-15 | mate-desktop-item: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -2/+8 | |
2018-08-15 | mate-rr-config: replace deprecated gdk_flush | raveit65 | 1 | -1/+3 | |
2018-08-15 | mate-rr: replace deprecated Gdk functions | raveit65 | 1 | -13/+23 | |
2018-08-15 | mate-bg-crossfade: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -4/+6 | |
2018-08-15 | mate-bg: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -4/+8 | |
2018-07-03 | add mate-language apis | yetist | 3 | -0/+1352 | |
2018-04-25 | Support background fallback on HiDPI | Victor Kareh | 2 | -2/+43 | |
This change is a super hacky way of supporting the fallback desktop background (without caja) on HiDPI displays. It does this by doing two things: providing a function for scaled-up background surfaces using cairo_scale; and triggering a change signal when the entire background schema is re-loaded, and so triggering a redraw. | |||||
2018-03-30 | mate-rr-labeler: fix font-color for dark themes | raveit65 | 1 | -3/+3 | |
Fixes https://github.com/ubuntu-mate/ubuntu-mate-artwork/issues/29 | |||||
2018-01-27 | building: remove < gtk+-3.22 bits and bump required gtk+ version | raveit65 | 5 | -63/+1 | |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 3 | -18/+9 | |
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-26 | drop MateAboutDialog | monsta | 3 | -2430/+0 | |
2017-08-17 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 2 | -0/+17 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-08-16 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 3 | -8/+18 | |
2017-08-10 | mate-desktop-item: mate-about: avoid deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-08-10 | mate-about: avoid deprecated gtk_show_uri | raveit65 | 1 | -0/+6 | |
2017-08-05 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 1 | -0/+15 | |
2017-08-05 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -6/+8 | |
2017-08-05 | avoid deprecated gdk_screen_get_number | ZenWalker | 2 | -8/+8 | |
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-03-13 | mate-aboutdialog: Fix url is not centered | La Ode Muh. Fadlun Akbar | 1 | -1/+1 | |
2017-03-12 | Avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 3 | -54/+244 | |
Allows to fix backgrounds in Caja and fixes fading. These changes somewhat break API behavior. | |||||
2017-02-25 | mate-bg: force property update when doing new crossfade frame | Ray Strode | 1 | -0/+15 | |
marco needs to get notified about animation updates. This commit frobs the property to wake marco up. https://bugzilla.gnome.org/show_bug.cgi?id=641526 | |||||
2017-02-10 | colorsel: port to GtkGrid | raveit65 | 1 | -30/+31 | |
2017-02-02 | mate-bg: Fix solid colors | Alexei Sorokin | 1 | -3/+3 | |
2017-02-02 | mate-bg: Avoid possible X11 data leaks | Alexei Sorokin | 1 | -13/+23 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 18 | -689/+4 | |
2016-11-20 | fix indent a bit | monsta | 1 | -3/+3 | |
2016-11-20 | remove obsolete lib from mate-desktop-2.0-uninstalled.pc.in | monsta | 1 | -1/+1 | |
not sure if anyone actually uses it though... | |||||
2016-10-18 | GTK+-2: fix fontcolor for dark bg in caja | raveit65 | 1 | -0/+6 | |
Fixes https://github.com/mate-desktop/mate-desktop/issues/237 | |||||
2016-07-02 | GTK+-3 mate-bg: fix gradiant color creation | raveit65 | 1 | -0/+6 | |
credits to Alexei Sorokin | |||||
2016-07-02 | GTK+-3 mate-bg: Don't use C99 declarations | raveit65 | 1 | -4/+5 | |
It's not really necessary. taken from: https://git.gnome.org/browse/gnome-desktop/commit/?h=gnome-3-6&id=2738c5c | |||||
2016-07-02 | GTK+-3 mate-bg: have pixbuf_average_value return GdkRGBA | raveit65 | 1 | -0/+33 | |
Now that we have a proper type for RGBA values, we should use it (instead of packing the four components into a uint32). https://bugzilla.gnome.org/show_bug.cgi?id=671750 taken from: https://git.gnome.org/browse/gnome-desktop/commit/?h=gnome-3-4&id=0f60413 | |||||
2016-07-02 | GTK+-3 mate-bg-crossfade: port to GtkStyleContext | raveit65 | 1 | -0/+12 | |
with help from Alexei Sorokin | |||||
2016-07-02 | GTK+3 mate-bg: port GdkColor to GdkRGBA | raveit65 | 2 | -4/+91 | |
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-15 | GTK+-3 about: do not use deprecated gdk_cursor_new and gdk_window_get_pointer | raveit65 | 1 | -2/+15 | |
2016-06-15 | GTK+-3.0 mate-about-dialog: Do not use deprecate composite-child API | raveit65 | 1 | -0/+4 | |
2016-06-15 | GTK+-3 mate-colorseldialog: do not use deprecated ↵ | raveit65 | 1 | -0/+2 | |
gtk_dialog_set_alternative_button_order | |||||
2016-06-15 | GTK+3 mate-desktop-item: use gdk_error_trap_pop_ignored() | raveit65 | 1 | -0/+4 | |