summaryrefslogtreecommitdiff
path: root/libmate-desktop
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Make MateImageMenuItem subclassablezhu yaliang2-29/+71
2024-02-29MateImageMenuItem: Remove unnecessary label fieldColomban Wendling1-39/+0
2023-10-19mate-colorsel: Fix compilation warnings use rgba replace colorzhuyaliang3-207/+160
2023-10-12meson: Add meson support for static libraryzhuyaliang1-1/+1
2023-10-11Fix compilation warning replace gtk_style_context_get_background_colorzhuyaliang2-3/+9
2023-10-10wayland: fix uninitialized variablelukefromdc1-0/+4
2023-10-09mate-rr-labeler: Fix compilation warnings use css replace gtk_widget_override...zhuyaliang1-1/+21
2023-10-09mate-colorseldialog: Fix compilation warnings remove deprecated functionzhuyaliang1-3/+1
2023-10-08Remove useless mate_color_button apiszhuyaliang6-1079/+1
2023-10-05Fix MATE_DESKTOP_CHECK_VERSIONColomban Wendling2-4/+7
2023-10-05Remove useless codezhuyaliang1-10/+0
2023-10-05Rename libmate-desktop/{mate-desktop.h => mate-desktop.h.in} add MATE_DESKTOP...zhuyaliang2-3/+14
2023-09-15Fix ninja test symbols check FAILzhuyaliang1-0/+1
2023-08-11desktop-item: limit startup notification to x11lukefromdc1-46/+52
2023-07-02Initial support for showing a caja desktop in waylandlukefromdc1-1/+4
2023-04-02Add mate image menu item apiszhuyaliang6-3/+706
2022-11-09Revert "[mate-bg] small cleanup"Colomban Wendling1-9/+8
2022-08-20mate-desktop-item: time_t mtime -> gint64 mtimerbuj1-5/+5
2022-08-20mate-bg: time_t mtime -> gint64 mtimerbuj1-19/+8
2022-08-20Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj2-3/+3
2022-08-20mate-desktop-thumbnail: fix memory leakrbuj1-0/+1
2022-08-20Fix build warnings about missing field initializerrbuj1-3/+3
2022-08-20mate-bg: fix memory leakrbuj1-3/+7
2022-08-20mate-bg: Dereference of null pointerrbuj1-1/+1
2022-08-20mate-desktop-item: macro is not used [-Wunused-macros]rbuj1-2/+0
2022-08-20mate-colorsel: macro is not used [-Wunused-macros]rbuj1-2/+0
2022-08-20mate-bg: macro is not used [-Wunused-macros]rbuj1-4/+0
2022-08-15mate-colorbutton: fix -Wenum-conversion warningrbuj1-1/+1
2022-08-15mate-rr: fix -Wsign-compare warningrbuj1-4/+4
2022-08-15mate-rr-config: fix -Wsign-compare warningrbuj1-2/+2
2022-08-15mate-bg: fix -Wsign-compare warningrbuj1-1/+1
2022-08-15display-name: fix -Wsign-compare warningrbuj1-2/+2
2021-12-11Use a blank line at mostrbuj17-65/+0
2021-07-21Replace the obsolete API in mate-colorsel.c filezhuyaliang1-15/+40
2021-07-19Fix compilation warningzhuyaliang3-24/+57
2021-06-21update copyright to 2021raveit6511-0/+11
2021-03-29Remove shadow warnings [-Wshadow]rbuj3-11/+7
2021-02-27Remove warning -Wbad-function-castrbuj4-36/+57
2021-02-08g_settings_get_string always returns a newly-allocated stringrbuj2-14/+9
2020-08-06mate-languages: portability of localedir fallbackrbuj1-6/+13
2020-08-04mate-desktop-thumbnail: Remove trailing spaces/tabsrbuj1-1/+1
2020-03-03mate-bg: remove warning function declaration isn’t a prototyperbuj1-1/+1
2020-03-03Remove warnings: cast between incompatible function typesrbuj2-19/+8
2020-02-17build: add meson config files to EXTRA_DISTraveit651-2/+4
2020-02-16Remove GTimeVal deprecation warning for GLib 2.61.2+rbuj3-3/+45
2020-02-16thumbnail: fix typo in function descriptionmonsta1-1/+1
2020-01-18thumbnail: Remove obsolete mate_desktop_thumbnail_md5()Bastien Nocera3-22/+0
2020-01-18thumbnail: Remove obsolete pixbuf helperBastien Nocera5-82/+0
2020-01-18thumbnail: Use an array to store the thumbnailer's cmdlineBastien Nocera1-48/+104
2020-01-18thumbnail: Use g_strcmp0() and remove a NULL checkBastien Nocera1-7/+2