summaryrefslogtreecommitdiff
path: root/libmate-desktop
AgeCommit message (Expand)AuthorFilesLines
2020-01-18thumbnail: Remove unused constant SECONDS_BETWEEN_STATSBastien Nocera1-2/+0
2020-01-18thumbnail: Remove unused #define GDK_PIXBUF_ENABLE_BACKENDBastien Nocera1-1/+0
2020-01-18thumbnail: Remove reference to MateIconFactoryBastien Nocera1-1/+1
2020-01-18thumbnail: Simplify init_thumbnailers_dirs()Bastien Nocera1-9/+8
2020-01-09thumbnail: some code-styling fixesraveit652-115/+112
2020-01-09Deprecate mate_desktop_thumbnail_scale_down_pixbuf()Bastien Nocera2-121/+17
2020-01-09thumbnailer: Always prefer the backend provided previewBastien Nocera1-2/+64
2020-01-09thumbnail: Always use external gdk-pixbuf thumbnailerBastien Nocera2-361/+3
2020-01-09thumbnail: Demote a log message from WARNING to DEBUGraveit651-1/+1
2020-01-09thumbnail factory: Disconnect signal handlers in finalizeMatthias Clasen1-46/+43
2020-01-09thumbnail: Move thumbnail generation/saving to a few helperJasper St. Pierre1-203/+127
2020-01-09thumbnail: Clean up path generation codeJasper St. Pierre1-100/+66
2020-01-09thumbnailer: Try harder to create a failed thumbnailJuan Antonio Marin1-13/+9
2020-01-09Add missing cases to switch statementPhilip Withnall1-41/+103
2020-01-09lib: Add thumbnail test applicationBastien Nocera2-1/+70
2020-01-09Increase the size of thumbnails to 256William Jon McCann1-1/+3
2019-12-08avoid redundant redeclarationsPablo Barciela2-6/+1
2019-10-31Treat time_t as gint64 to convert from/to stringOBATA Akio1-5/+7
2019-08-11Replace deprecated gtk_css_provider_get_defaultraveit651-1/+6
2019-08-11mate-bg-crossfade: replace tabs with spacesraveit652-461/+461
2019-07-23mate-colorsel: avoid deprecated 'gtk_hscale_new'Pablo Barciela1-1/+1
2019-07-03Remove trailing whitespacesLaurent Napias14-588/+588
2019-06-11check both {$prefix,/usr}/share/locale dirs for translationWu Xiaotian1-15/+31
2019-06-11Add test code for mate-languages.Wu Xiaotian4-1/+115
2019-05-25build: use localedir instead of DATADIRNAMEMarty E. Plummer1-1/+1
2019-05-22add abi checkMarty E. Plummer1-0/+247
2019-05-22treewide: add meson buildMarty E. Plummer2-0/+151
2019-03-25mate-desktop-thumbnail: avoid 'NULL' parameterPablo Barciela1-1/+1
2019-03-25mate-thumbnail-pixbuf-utils: Fix division by zeroPablo Barciela1-3/+9
2019-03-25mate-bg: Fix memory leakPablo Barciela1-0/+2
2019-03-17[Security] Use 'g_strlcpy' instead of 'strcpy'Pablo Barciela2-2/+2
2019-03-17[Security] test-ditem: Use 'g_strlcat' instead of 'strcat'Pablo Barciela1-1/+1
2019-03-15mate-hsv: avoid duplicate initialization in variablePablo Barciela1-1/+0
2019-03-11mate-hsv: avoid deprecated 'gdk_device_grab/ungrab'Pablo Barciela1-10/+9
2019-03-11mate-colorsel: avoid deprecated 'GtkHSV', use 'MateHSV' insteadPablo Barciela1-11/+12
2019-03-11MateHSV implementation (GtkHSV fork)Pablo Barciela3-0/+1542
2019-02-07mate-colorsel: avoid deprecated 'gtk_widget_modify_bg'Pablo Barciela1-5/+26
2019-01-29[mate-rr] Avoid deprecated g_type_class_add_privateWu Xiaotian4-15/+9
2019-01-29Improve indentsWu Xiaotian1-2/+2
2019-01-29Avoid deprecated g_type_class_add_privateWu Xiaotian3-20/+6
2019-01-29[mate-colorsel] Avoid deprecated g_type_class_add_privateWu Xiaotian2-51/+49
2019-01-09mate-bg: avoid deprecated 'g_settings_list_keys'Pablo Barciela1-3/+7
2018-12-12mate-bg: Corrected some commentsZhang Xianwei1-3/+3
2018-08-15mate-desktop-item: replace deprecated gdk_error_trap_push/popraveit651-2/+8
2018-08-15mate-rr-config: replace deprecated gdk_flushraveit651-1/+3
2018-08-15mate-rr: replace deprecated Gdk functionsraveit651-13/+23
2018-08-15mate-bg-crossfade: replace deprecated gdk_error_trap_push/popraveit651-4/+6
2018-08-15mate-bg: replace deprecated gdk_error_trap_push/popraveit651-4/+8
2018-07-03add mate-language apisyetist3-0/+1352
2018-04-25Support background fallback on HiDPIVictor Kareh2-2/+43