summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-bg.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-12mate-bg: Corrected some commentsZhang Xianwei1-3/+3
2018-08-15mate-bg: replace deprecated gdk_error_trap_push/popraveit651-4/+8
2018-04-25Support background fallback on HiDPIVictor Kareh1-2/+36
2018-01-27building: remove < gtk+-3.22 bits and bump required gtk+ versionraveit651-18/+0
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-8/+4
2017-08-17gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+8
2017-08-16avoid deprecated gdk_screen_get_width/heightZenWalker1-4/+8
2017-08-05avoid deprecated gdk_screen_get_n_monitorsZenWalker1-0/+15
2017-08-05avoid deprecated gdk_screen_get_numberZenWalker1-7/+7
2017-03-12Avoid deprecated gdk_window_set_background functionsAlexei Sorokin1-15/+22
2017-02-02mate-bg: Fix solid colorsAlexei Sorokin1-3/+3
2017-02-02mate-bg: Avoid possible X11 data leaksAlexei Sorokin1-13/+23
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-203/+0
2016-10-18GTK+-2: fix fontcolor for dark bg in cajaraveit651-0/+6
2016-07-02GTK+-3 mate-bg: fix gradiant color creationraveit651-0/+6
2016-07-02GTK+-3 mate-bg: Don't use C99 declarationsraveit651-4/+5
2016-07-02GTK+-3 mate-bg: have pixbuf_average_value return GdkRGBAraveit651-0/+33
2016-07-02GTK+3 mate-bg: port GdkColor to GdkRGBAraveit651-4/+81
2016-05-31mate-bg: remove unneeded ignore-pending-change propertymonsta1-16/+1
2016-05-18Backgrounds: Take EXIF rotation tags into considerationClement Lefebvre1-1/+6
2015-07-30Add annotations and fix documentation syntax warningsinfirit1-4/+4
2015-07-30mate-bg: remove unused GdkScreen* argumentsinfirit1-7/+5
2015-07-24bg: objects without a filename are not slideshowsMonsta1-0/+3
2015-07-24bg slideshow: fix crash when system date is earlier than start dateMonsta1-1/+1
2015-07-21bg slideshow: smarter check for NULL pointersMonsta1-1/+15
2015-07-20Revert "changed checking for NULL a bit"raveit651-6/+1
2014-11-28Fix warning and remove unused variableinfirit1-2/+0
2014-11-28Add support for GObjectIntrospectioninfirit1-4/+14
2014-11-28changed checking for NULL a bitMonsta1-1/+6
2014-11-28va_start should be paired with va_endmonsta1-0/+2
2014-05-04Fix unused var warningStefano Karapetsas1-2/+2
2014-03-07Revert "gtk3: GdkRGBA support"Stefano Karapetsas1-347/+18
2014-03-07Revert "gtk3: mate_bg_create*thumbnail should return GdkPixbuf*"Stefano Karapetsas1-12/+18
2014-02-28gtk3: mate_bg_create*thumbnail should return GdkPixbuf*Denis Gorodnichev1-18/+12
2014-02-27gtk3: GdkRGBA supportDenis Gorodnichev1-18/+347
2013-07-24Move include files and remove old libmate and libmateui foldersStefano Karapetsas1-2/+2
2013-02-21Add check if default MATE background exists before to use itStefano Karapetsas1-2/+13
2012-12-18[mate-bg] change cache dir from "wallpaper" to "mate/background"Jasmine Hassan1-1/+3
2012-12-17[mate-bg] small cleanupJasmine Hassan1-8/+9
2012-12-17[mate-bg] Do not add timeout for one-slide slideshowsJasmine Hassan1-4/+16
2012-12-17[mate-bg] Cache resized wallpaper to help CPU at startupJasmine Hassan1-68/+250
2012-12-17[mate-bg] minor cleanup/fixJasmine Hassan1-24/+22
2012-12-13[mate-bg] cleanup, refactor, plug possible X client leak(s)Jasmine Hassan1-153/+133
2012-12-03[mate-bg] prefix defines BG_KEY's w/ MATE & move from .c to .hJasmine Hassan1-22/+14
2012-12-02[mate-bg] add 2 new gsettings functionsJasmine Hassan1-9/+37
2012-12-01[mate-bg] Review GSettings port, add _(set|get)_draw_background()Jasmine Hassan1-69/+104
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-11-11[mate-bg] don't try to use a null formatJasmine Hassan1-3/+6
2012-11-11[mate-bg] don't keep duplicates of cache width and heightJasmine Hassan1-11/+5
2012-11-11[libmate-desktop] make error traps use the new GTK APIsJasmine Hassan1-1/+5