Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-19 | mate-colorsel: Fix compilation warnings use rgba replace color | zhuyaliang | 3 | -207/+160 | |
2023-10-12 | meson: Add meson support for static library | zhuyaliang | 1 | -1/+1 | |
2023-10-11 | Fix compilation warning replace gtk_style_context_get_background_color | zhuyaliang | 2 | -3/+9 | |
2023-10-10 | wayland: fix uninitialized variable | lukefromdc | 1 | -0/+4 | |
We still have sn_display in the runtime checks to determine whether to call the startup notification, so we have to initialize it to NULL in the wayland case | |||||
2023-10-09 | mate-rr-labeler: Fix compilation warnings use css replace ↵ | zhuyaliang | 1 | -1/+21 | |
gtk_widget_override_color | |||||
2023-10-09 | mate-colorseldialog: Fix compilation warnings remove deprecated function | zhuyaliang | 1 | -3/+1 | |
2023-10-08 | Remove useless mate_color_button apis | zhuyaliang | 6 | -1079/+1 | |
2023-10-05 | Fix MATE_DESKTOP_CHECK_VERSION | Colomban Wendling | 2 | -4/+7 | |
Not that I know anybody that wants it though. | |||||
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 |