Age | Commit message (Expand) | Author | Files | Lines |
2022-08-20 | mate-bg: macro is not used [-Wunused-macros] | rbuj | 1 | -4/+0 |
2022-08-15 | mate-colorbutton: fix -Wenum-conversion warning | rbuj | 1 | -1/+1 |
2022-08-15 | mate-rr: fix -Wsign-compare warning | rbuj | 1 | -4/+4 |
2022-08-15 | mate-rr-config: fix -Wsign-compare warning | rbuj | 1 | -2/+2 |
2022-08-15 | mate-bg: fix -Wsign-compare warning | rbuj | 1 | -1/+1 |
2022-08-15 | display-name: fix -Wsign-compare warning | rbuj | 1 | -2/+2 |
2021-12-11 | Use a blank line at most | rbuj | 17 | -65/+0 |
2021-07-21 | Replace the obsolete API in mate-colorsel.c file | zhuyaliang | 1 | -15/+40 |
2021-07-19 | Fix compilation warning | zhuyaliang | 3 | -24/+57 |
2021-06-21 | update copyright to 2021 | raveit65 | 11 | -0/+11 |
2021-03-29 | Remove shadow warnings [-Wshadow] | rbuj | 3 | -11/+7 |
2021-02-27 | Remove warning -Wbad-function-cast | rbuj | 4 | -36/+57 |
2021-02-08 | g_settings_get_string always returns a newly-allocated string | rbuj | 2 | -14/+9 |
2020-08-06 | mate-languages: portability of localedir fallback | rbuj | 1 | -6/+13 |
2020-08-04 | mate-desktop-thumbnail: Remove trailing spaces/tabs | rbuj | 1 | -1/+1 |
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 | 2 | -19/+8 |
2020-02-17 | build: add meson config files to EXTRA_DIST | raveit65 | 1 | -2/+4 |
2020-02-16 | Remove GTimeVal deprecation warning for GLib 2.61.2+ | rbuj | 3 | -3/+45 |
2020-02-16 | thumbnail: fix typo in function description | monsta | 1 | -1/+1 |
2020-01-18 | thumbnail: Remove obsolete mate_desktop_thumbnail_md5() | Bastien Nocera | 3 | -22/+0 |
2020-01-18 | thumbnail: Remove obsolete pixbuf helper | Bastien Nocera | 5 | -82/+0 |
2020-01-18 | thumbnail: Use an array to store the thumbnailer's cmdline | Bastien Nocera | 1 | -48/+104 |
2020-01-18 | thumbnail: Use g_strcmp0() and remove a NULL check | Bastien Nocera | 1 | -7/+2 |
2020-01-18 | thumbnail: Simplify system includes | Bastien Nocera | 1 | -12/+3 |
2020-01-18 | thumbnail: Fix typo in optional | Bastien Nocera | 1 | -1/+1 |
2020-01-18 | thumbnail: Remove unused constant SECONDS_BETWEEN_STATS | Bastien Nocera | 1 | -2/+0 |
2020-01-18 | thumbnail: Remove unused #define GDK_PIXBUF_ENABLE_BACKEND | Bastien Nocera | 1 | -1/+0 |
2020-01-18 | thumbnail: Remove reference to MateIconFactory | Bastien Nocera | 1 | -1/+1 |
2020-01-18 | thumbnail: Simplify init_thumbnailers_dirs() | Bastien Nocera | 1 | -9/+8 |
2020-01-09 | thumbnail: some code-styling fixes | raveit65 | 2 | -115/+112 |
2020-01-09 | Deprecate mate_desktop_thumbnail_scale_down_pixbuf() | Bastien Nocera | 2 | -121/+17 |
2020-01-09 | thumbnailer: Always prefer the backend provided preview | Bastien Nocera | 1 | -2/+64 |
2020-01-09 | thumbnail: Always use external gdk-pixbuf thumbnailer | Bastien Nocera | 2 | -361/+3 |
2020-01-09 | thumbnail: Demote a log message from WARNING to DEBUG | raveit65 | 1 | -1/+1 |
2020-01-09 | thumbnail factory: Disconnect signal handlers in finalize | Matthias Clasen | 1 | -46/+43 |
2020-01-09 | thumbnail: Move thumbnail generation/saving to a few helper | Jasper St. Pierre | 1 | -203/+127 |
2020-01-09 | thumbnail: Clean up path generation code | Jasper St. Pierre | 1 | -100/+66 |
2020-01-09 | thumbnailer: Try harder to create a failed thumbnail | Juan Antonio Marin | 1 | -13/+9 |
2020-01-09 | Add missing cases to switch statement | Philip Withnall | 1 | -41/+103 |
2020-01-09 | lib: Add thumbnail test application | Bastien Nocera | 2 | -1/+70 |
2020-01-09 | Increase the size of thumbnails to 256 | William Jon McCann | 1 | -1/+3 |
2019-12-08 | avoid redundant redeclarations | Pablo Barciela | 2 | -6/+1 |
2019-10-31 | Treat time_t as gint64 to convert from/to string | OBATA Akio | 1 | -5/+7 |
2019-08-11 | Replace deprecated gtk_css_provider_get_default | raveit65 | 1 | -1/+6 |
2019-08-11 | mate-bg-crossfade: replace tabs with spaces | raveit65 | 2 | -461/+461 |
2019-07-23 | mate-colorsel: avoid deprecated 'gtk_hscale_new' | Pablo Barciela | 1 | -1/+1 |
2019-07-03 | Remove trailing whitespaces | Laurent Napias | 14 | -588/+588 |
2019-06-11 | check both {$prefix,/usr}/share/locale dirs for translation | Wu Xiaotian | 1 | -15/+31 |
2019-06-11 | Add test code for mate-languages. | Wu Xiaotian | 4 | -1/+115 |