| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 6 hours | ci: build mate-desktop from sourcegh-actions | mbkma | 5 | -3/+165 | |
| 6 hours | ci: add missing pkgs | mbkma | 3 | -0/+3 | |
| 17 hours | build: add AC_CONFIG_MACRO_DIRS([m4]) for gettext m4 macros | mbkma | 1 | -0/+1 | |
| 18 hours | ci: add set -eo pipefail to workflow scripts | mbkma | 4 | -0/+8 | |
| 19 hours | ci: remove redundant GH CLI installation step | mbkma | 1 | -6/+0 | |
| 2 days | remove .build.yml | mbkma | 1 | -201/+0 | |
| 2 days | ci: add missing PKGBUILD depends to archlinux CI script | mbkma | 1 | -3/+9 | |
| 3 days | ci: migrate from Travis CI to GitHub Actions | mbkma | 9 | -75/+347 | |
| Replace Travis CI configuration with GitHub Actions workflows. Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux. Add release workflow for automated GitHub releases on tags. Add dependabot configuration for GHA pin updates. Remove obsolete .travis.yml. | |||||
| 2025-11-14 | mate-screenshot: Cleanup on SIGINT and SIGTERM againHEADmaster | Colomban Wendling | 1 | -0/+13 | |
| Cleanly exit on SIGINT and SIGTERM so we can properly cleanup temporary files. | |||||
| 2025-11-04 | mate-screenshot: Replace fork save with sync save | Victor Kareh | 1 | -183/+44 | |
| Newer versions of gdk-pixbuf use libglycin's asynchronous image save mechanism. This makes the fork-save redundant and has a potential of hanging when saving a screenshot. | |||||
| 2025-08-20 | mate-screenshot: Toggle shutter sound | Victor Kareh | 2 | -1/+8 | |
| This setting allows user to enable/disable the shutter sound when taking a screenshot. Default is enabled to maintain current behavior. Fixes #134 | |||||
| 2024-09-18 | Revert "search tool: show also in other desktops" | lukefromdc | 1 | -0/+1 | |
| *Mate-search-tool can run in many DE's without this *Showing it in other DE menus by default could generate "doesn't work in" (some other DE) bug reports This reverts commit c073fb933649a383e7d39a74f918053ec6e3e4a6. | |||||
| 2024-09-17 | search tool: show also in other desktops | Christian Stadelmann | 1 | -1/+0 | |
| With GNOME search tool being deprecated and removed from some distros therefore, how about making this app available in other desktops too? | |||||
| 2024-02-22 | release 1.28.0v1.28.0 | raveit65 | 2 | -2/+17 | |
| 2024-02-22 | ci: use ubuntu jammy as docker | raveit65 | 1 | -1/+1 | |
| 2024-02-22 | tx: sync with transifex | raveit65 | 40 | -199/+7433 | |
| 2023-10-22 | replace deprecated gtk_image_menu_item* | raveit65 | 7 | -11/+68 | |
| 2023-10-18 | dictionary applet: fix in-process build warning | lukefromdc | 1 | -1/+1 | |
| *For a GtkButtonBox we must specify it as GTK_BUTTON_BOX (bbox) not GTK_BOX (bbox) | |||||
| 2023-09-19 | tx: sync with transifex | raveit65 | 572 | -54208/+30725 | |
| 2023-09-19 | tx: fix warnings in id, uk and ru translations | raveit65 | 4 | -20/+20 | |
| 2023-09-10 | tx: update resources | raveit65 | 1 | -448/+221 | |
| 2023-08-15 | wayland, dictionary applet: confine popup dialog to monitor dimensions | lukefromdc | 1 | -20/+59 | |
| 2023-08-15 | wayland, dictionary: Make the panel applet usable in wayland | lukefromdc | 1 | -5/+52 | |
| *Move the text entry box from the panel to the popup dialog when running under wayland *The only way we can focus it on the panel is with low level x11 code or with the keyboard *Leave the text entry box on the panel for x11, don't fix what isn't broken | |||||
| 2023-08-14 | Wayland: Fix position and behavior of dictionary applet popup window | lukefromdc | 4 | -8/+118 | |
| *Use gtk layer shell to duplicate the x11 behavior of the dictionary applet's popup dialog window | |||||
| 2023-08-12 | dictionary applet: allow building in-process | lukefromdc | 6 | -11/+93 | |
| *This is needed for wayland support | |||||
| 2023-05-23 | Remove init_stock_icons code and replace gtk_drag_set_icon_stock with ↵ | zhuyaliang | 3 | -68/+2 | |
| gtk_drag_set_icon_name | |||||
| 2023-04-16 | mate-dictionary: Replace deprecated functions fix compilation warnings | zhuyaliang | 3 | -197/+629 | |
| 2023-03-31 | baobab-remote-connect-dialog: fix -Wformat-nonliteral warning | rbuj | 1 | -11/+5 | |
| 2023-03-15 | logview: Replace deprecated functions fix compilation warnings | zhuyaliang | 4 | -230/+520 | |
| 2022-11-11 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+25 | |
| 2022-11-11 | tx: sync with transifex | mbkma | 573 | -47552/+49216 | |
| 2022-11-10 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -5/+5 | |
| 2022-10-29 | tx: update resource | mbkma | 5 | -373/+373 | |
| 2022-10-28 | tx: migrate config file | mbkma | 2 | -26/+64 | |
| 2022-08-23 | baobab: Fix -Wmissing-prototypes warnings (#339) | Robert Antoni Buj Gelonch | 1 | -0/+2 | |
| 2022-02-11 | logview: converting the enum constant to a boolean | rbuj | 2 | -2/+2 | |
| 2022-02-11 | Fix build warnings about missing field initializer | rbuj | 9 | -9/+14 | |
| 2022-02-11 | ci: drop -Wunused-parameter flag from debian build | raveit65 | 1 | -1/+1 | |
| 2022-02-11 | gdict-applet: do not build the file path | rbuj | 1 | -4/+2 | |
| 2022-02-11 | dict: implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 3 | -9/+9 | |
| 2022-02-11 | mate-dictionary: fix memory leak | rbuj | 1 | -1/+2 | |
| 2022-02-11 | mate-dictionary: fix memory leak | rbuj | 1 | -0/+3 | |
| 2022-01-21 | Unnecessary G_OBJECT cast when calling signal connect function | rbuj | 6 | -113/+111 | |
| 2022-01-21 | gsearchtool: fix memory leak | rbuj | 1 | -2/+2 | |
| 2022-01-21 | mate-dictionary: fix memory leak | rbuj | 1 | -0/+1 | |
| 2022-01-21 | Redundant null check before freeing the variable | rbuj | 3 | -16/+7 | |
| 2021-12-21 | mate-disk-image-mounter: fix memory leak | rbuj | 1 | -0/+2 | |
| 2021-12-21 | mate-screenshot: fix memory leak | rbuj | 1 | -1/+3 | |
| 2021-11-25 | logview: remove whitespaces before #if, #else, and #endif | rbuj | 1 | -12/+12 | |
| 2021-11-24 | Use a blank line at most | rbuj | 25 | -61/+0 | |
