Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-21 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2021-03-29 | Remove shadow warnings [-Wshadow] | rbuj | 1 | -4/+4 | |
2021-02-27 | Remove warning -Wbad-function-cast | rbuj | 1 | -1/+3 | |
2021-02-08 | g_settings_get_string always returns a newly-allocated string | rbuj | 1 | -10/+4 | |
2020-03-03 | mate-bg: remove warning function declaration isn’t a prototype | rbuj | 1 | -1/+1 | |
2020-03-03 | Remove warnings: cast between incompatible function types | rbuj | 1 | -4/+1 | |
2020-02-16 | Remove GTimeVal deprecation warning for GLib 2.61.2+ | rbuj | 1 | -1/+15 | |
2020-01-09 | Increase the size of thumbnails to 256 | William Jon McCann | 1 | -1/+3 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/c587265 | |||||
2019-03-25 | mate-bg: Fix memory leak | Pablo Barciela | 1 | -0/+2 | |
Fixes Clang static analyzer warning: mate-bg.c:2764:2: warning: Potential leak of memory pointed to by 'size' g_queue_push_tail (parser->stack, g_strdup (name)); ^~~~~~~~~~~~~~~~~ | |||||
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-bg: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -4/+8 | |
2018-04-25 | Support background fallback on HiDPI | Victor Kareh | 1 | -2/+36 | |
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-01-27 | building: remove < gtk+-3.22 bits and bump required gtk+ version | raveit65 | 1 | -18/+0 | |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -8/+4 | |
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-17 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+8 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-08-16 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -4/+8 | |
2017-08-05 | avoid deprecated gdk_screen_get_n_monitors | ZenWalker | 1 | -0/+15 | |
2017-08-05 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -7/+7 | |
2017-03-12 | Avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 1 | -15/+22 | |
Allows to fix backgrounds in Caja and fixes fading. These changes somewhat break API behavior. | |||||
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 | 1 | -203/+0 | |
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: port GdkColor to GdkRGBA | raveit65 | 1 | -4/+81 | |
2016-05-31 | mate-bg: remove unneeded ignore-pending-change property | monsta | 1 | -16/+1 | |
it's not used anymore since this Caja fix: https://github.com/mate-desktop/caja/commit/c74212b4630767b3b11b41cb26a8df20090096f4 | |||||
2016-05-18 | Backgrounds: Take EXIF rotation tags into consideration | Clement Lefebvre | 1 | -1/+6 | |
When loading a picture to render it as desktop background, consider the presence of a rotation tag to display the picture properly. Ported from https://github.com/linuxmint/cinnamon-desktop/commit/0a5f072befd97b6282a8cff71f0e184becf538b8 | |||||
2015-07-30 | Add annotations and fix documentation syntax warnings | infirit | 1 | -4/+4 | |
2015-07-30 | mate-bg: remove unused GdkScreen* arguments | infirit | 1 | -7/+5 | |
The GdkScreen* was being passed into some functions that weren't using it at all. Remove those extra arguments. | |||||
2015-07-24 | bg: objects without a filename are not slideshows | Monsta | 1 | -0/+3 | |
from https://github.com/GNOME/gnome-desktop/commit/e19df898281f83aa6db3d8fe57c720b29d98abee | |||||
2015-07-24 | bg slideshow: fix crash when system date is earlier than start date | Monsta | 1 | -1/+1 | |
from https://github.com/GNOME/gnome-desktop/commit/d7cc5dadc3831b149bab1cd3e4af50e441546c2e | |||||
2015-07-21 | bg slideshow: smarter check for NULL pointers | Monsta | 1 | -1/+15 | |
2015-07-20 | Revert "changed checking for NULL a bit" | raveit65 | 1 | -6/+1 | |
This reverts commit 48df7a0c71a2df4050abae40ec9ca2b35dee7988. The commit causes a regression with timing xml background. see https://github.com/mate-desktop/mate-control-center/issues/159 | |||||
2014-11-28 | Fix warning and remove unused variable | infirit | 1 | -2/+0 | |
2014-11-28 | Add support for GObjectIntrospection | infirit | 1 | -4/+14 | |
Turned all GnomeRR structures into boxed types, then added the needed annotations and the Makefile.am bits. Does not yet include API changes, but should bind (awfully) all of libgnome-desktop. Based on gnome commit: cad94246fb5be76482212407a380cd75f9e7b932 url: https://git.gnome.org/browse/gnome-desktop/commit/?id=cad94246fb5be76482212407a380cd75f9e7b932 | |||||
2014-11-28 | changed checking for NULL a bit | Monsta | 1 | -1/+6 | |
the code below clearly assumes that slide should never be NULL, so the check is now done via g_return_if_fail Closes https://github.com/mate-desktop/mate-desktop/pull/143 | |||||
2014-11-28 | va_start should be paired with va_end | monsta | 1 | -0/+2 | |
Closes https://github.com/mate-desktop/mate-desktop/pull/137 | |||||
2014-05-04 | Fix unused var warning | Stefano Karapetsas | 1 | -2/+2 | |
2014-03-07 | Revert "gtk3: GdkRGBA support" | Stefano Karapetsas | 1 | -347/+18 | |
This reverts commit e95d24559060365eb4fee8154ad82434bf3c8a0a. | |||||
2014-03-07 | Revert "gtk3: mate_bg_create*thumbnail should return GdkPixbuf*" | Stefano Karapetsas | 1 | -12/+18 | |
This reverts commit 0eef05307bd0c2acb5c780b8f85a239ca810625d. | |||||
2014-02-28 | gtk3: mate_bg_create*thumbnail should return GdkPixbuf* | Denis Gorodnichev | 1 | -18/+12 | |
this functions are used at mate-control-center | |||||
2014-02-27 | gtk3: GdkRGBA support | Denis Gorodnichev | 1 | -18/+347 | |
2013-07-24 | Move include files and remove old libmate and libmateui folders | Stefano Karapetsas | 1 | -2/+2 | |
2013-02-21 | Add check if default MATE background exists before to use it | Stefano Karapetsas | 1 | -2/+13 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/39 | |||||
2012-12-18 | [mate-bg] change cache dir from "wallpaper" to "mate/background" | Jasmine Hassan | 1 | -1/+3 | |
2012-12-17 | [mate-bg] small cleanup | Jasmine Hassan | 1 | -8/+9 | |
2012-12-17 | [mate-bg] Do not add timeout for one-slide slideshows | Jasmine Hassan | 1 | -4/+16 | |
If a slideshow is made of only one slide, then there's no animation. So we just override the duration of the slide to G_MAXUINT, and we do not add timeouts for such durations. https://bugzilla.gnome.org/show_bug.cgi?id=630498 http://git.gnome.org/browse/gnome-desktop/commit/?id=adf18a2cf78c26a33c7a00210fc29020e935e0c1 |