Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-05 | Remove useless code | zhuyaliang | 1 | -10/+0 | |
2023-10-05 | Rename libmate-desktop/{mate-desktop.h => mate-desktop.h.in} add ↵ | zhuyaliang | 2 | -3/+14 | |
MATE_DESKTOP_VERSION marco | |||||
2023-09-15 | Fix ninja test symbols check FAIL | zhuyaliang | 1 | -0/+1 | |
2023-08-11 | desktop-item: limit startup notification to x11 | lukefromdc | 1 | -46/+52 | |
*Wrap all startup notification calls in x11-only conditional blocks *This is x11-specific code, so don't try to run it outside of x11 | |||||
2023-07-02 | Initial support for showing a caja desktop in wayland | lukefromdc | 1 | -1/+4 | |
*put XKillClient and gdk_x11_screen_get_xscreen behind x11-only runtime checks | |||||
2023-04-02 | Add mate image menu item apis | zhuyaliang | 6 | -3/+706 | |
2022-11-09 | Revert "[mate-bg] small cleanup" | Colomban Wendling | 1 | -9/+8 | |
It is not possible to use the `list` pointer after it has been deleted, so the "cleanup" this commit made lead to using freed memory if any item actually got clean up. This "cleanup" also don't seem meaningful to me, as all it does otherwise is trade an assignation for a redundant test -- either of which the compiler might happily optimize out. This reverts commit 47426c90d10e9f738ecf89f35db94ca8deff55e0. | |||||
2022-08-20 | mate-desktop-item: time_t mtime -> gint64 mtime | rbuj | 1 | -5/+5 | |
The timestamp is compared with g_file_info_get_attribute_uint64 in mate_desktop_item_get_file_status (const MateDesktopItem *item) | |||||
2022-08-20 | mate-bg: time_t mtime -> gint64 mtime | rbuj | 1 | -19/+8 | |
The timestamp is retrieved with g_file_info_get_attribute_uint64 in get_mtime (const char *filename) | |||||
2022-08-20 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 2 | -3/+3 | |
2022-08-20 | mate-desktop-thumbnail: fix memory leak | rbuj | 1 | -0/+1 | |
2022-08-20 | Fix build warnings about missing field initializer | rbuj | 1 | -3/+3 | |
2022-08-20 | mate-bg: fix memory leak | rbuj | 1 | -3/+7 | |
2022-08-20 | mate-bg: Dereference of null pointer | rbuj | 1 | -1/+1 | |
2022-08-20 | mate-desktop-item: macro is not used [-Wunused-macros] | rbuj | 1 | -2/+0 | |
2022-08-20 | mate-colorsel: macro is not used [-Wunused-macros] | rbuj | 1 | -2/+0 | |
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 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; | |||||
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 | |
fixes https://github.com/mate-desktop/mate-desktop/issues/431 | |||||
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 | |
https://bugzilla.gnome.org/show_bug.cgi?id=785198 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/8663695 | |||||
2020-01-18 | thumbnail: Remove obsolete pixbuf helper | Bastien Nocera | 5 | -82/+0 | |
https://bugzilla.gnome.org/show_bug.cgi?id=785198 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/2887d75 | |||||
2020-01-18 | thumbnail: Use an array to store the thumbnailer's cmdline | Bastien Nocera | 1 | -48/+104 | |
Instead of a shell-quoted string, to make it easier to add new elements to this command-line. origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/483ea2e | |||||
2020-01-18 | thumbnail: Use g_strcmp0() and remove a NULL check | Bastien Nocera | 1 | -7/+2 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/a5188e5 | |||||
2020-01-18 | thumbnail: Simplify system includes | Bastien Nocera | 1 | -12/+3 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/1c9cabf | |||||
2020-01-18 | thumbnail: Fix typo in optional | Bastien Nocera | 1 | -1/+1 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/fdb6fd1 | |||||
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 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/b025840 | |||||
2020-01-18 | thumbnail: Remove reference to MateIconFactory | Bastien Nocera | 1 | -1/+1 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/a63a558 | |||||
2020-01-18 | thumbnail: Simplify init_thumbnailers_dirs() | Bastien Nocera | 1 | -9/+8 | |
origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/a0702a2 | |||||
2020-01-09 | thumbnail: some code-styling fixes | raveit65 | 2 | -115/+112 | |
- replace remaining tabs with spaces - fixes some indents | |||||
2020-01-09 | Deprecate mate_desktop_thumbnail_scale_down_pixbuf() | Bastien Nocera | 2 | -121/+17 | |
As scaling down by huge factors is now fixed in gdk-pixbuf. Require the newer gdk-pixbuf as well, to avoid running into a pre-fix version. https://bugzilla.gnome.org/show_bug.cgi?id=775991 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/cb64228 | |||||
2020-01-09 | thumbnailer: Always prefer the backend provided preview | Bastien Nocera | 1 | -2/+64 | |
If a preview exists for a particular file, in particular a preview icon for videos and images on external devices, prefer those to running a script. https://bugzilla.gnome.org/show_bug.cgi?id=738503 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/370b985 https://gitlab.gnome.org/GNOME/gnome-desktop/commit/e629e46 https://gitlab.gnome.org/GNOME/gnome-desktop/commit/a15db1d https://gitlab.gnome.org/GNOME/gnome-desktop/commit/fc19c94 | |||||
2020-01-09 | thumbnail: Always use external gdk-pixbuf thumbnailer | Bastien Nocera | 2 | -361/+3 | |
Instead of special-casing gdk-pixbuf-supported image formats, use an external thumbnailer. This will give us the ability to: - cancel running thumbnail operations - avoid memory leaks, buffer overflows, double-frees, etc. in the image loaders having an impact on the application - limit resource usage when thumbnailing https://bugzilla.gnome.org/show_bug.cgi?id=768064 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/b69fde6 https://gitlab.gnome.org/GNOME/gnome-desktop/commit/dba6d95 |