summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
6 hoursci: build mate-desktop from sourcegh-actionsmbkma5-3/+165
6 hoursci: add missing pkgsmbkma3-0/+3
17 hoursbuild: add AC_CONFIG_MACRO_DIRS([m4]) for gettext m4 macrosmbkma1-0/+1
18 hoursci: add set -eo pipefail to workflow scriptsmbkma4-0/+8
19 hoursci: remove redundant GH CLI installation stepmbkma1-6/+0
2 daysremove .build.ymlmbkma1-201/+0
2 daysci: add missing PKGBUILD depends to archlinux CI scriptmbkma1-3/+9
3 daysci: migrate from Travis CI to GitHub Actionsmbkma9-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-14mate-screenshot: Cleanup on SIGINT and SIGTERM againHEADmasterColomban Wendling1-0/+13
Cleanly exit on SIGINT and SIGTERM so we can properly cleanup temporary files.
2025-11-04mate-screenshot: Replace fork save with sync saveVictor Kareh1-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-20mate-screenshot: Toggle shutter soundVictor Kareh2-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-18Revert "search tool: show also in other desktops"lukefromdc1-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-17search tool: show also in other desktopsChristian Stadelmann1-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-22release 1.28.0v1.28.0raveit652-2/+17
2024-02-22ci: use ubuntu jammy as dockerraveit651-1/+1
2024-02-22tx: sync with transifexraveit6540-199/+7433
2023-10-22replace deprecated gtk_image_menu_item*raveit657-11/+68
2023-10-18dictionary applet: fix in-process build warninglukefromdc1-1/+1
*For a GtkButtonBox we must specify it as GTK_BUTTON_BOX (bbox) not GTK_BOX (bbox)
2023-09-19tx: sync with transifexraveit65572-54208/+30725
2023-09-19tx: fix warnings in id, uk and ru translationsraveit654-20/+20
2023-09-10tx: update resourcesraveit651-448/+221
2023-08-15wayland, dictionary applet: confine popup dialog to monitor dimensionslukefromdc1-20/+59
2023-08-15wayland, dictionary: Make the panel applet usable in waylandlukefromdc1-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-14Wayland: Fix position and behavior of dictionary applet popup windowlukefromdc4-8/+118
*Use gtk layer shell to duplicate the x11 behavior of the dictionary applet's popup dialog window
2023-08-12dictionary applet: allow building in-processlukefromdc6-11/+93
*This is needed for wayland support
2023-05-23Remove init_stock_icons code and replace gtk_drag_set_icon_stock with ↵zhuyaliang3-68/+2
gtk_drag_set_icon_name
2023-04-16mate-dictionary: Replace deprecated functions fix compilation warningszhuyaliang3-197/+629
2023-03-31baobab-remote-connect-dialog: fix -Wformat-nonliteral warningrbuj1-11/+5
2023-03-15logview: Replace deprecated functions fix compilation warningszhuyaliang4-230/+520
2022-11-11release 1.27.0v1.27.0mbkma2-1/+25
2022-11-11tx: sync with transifexmbkma573-47552/+49216
2022-11-10configure.ac: The macro 'AC_HELP_STRING' is obsoleterbuj1-5/+5
2022-10-29tx: update resourcembkma5-373/+373
2022-10-28tx: migrate config filembkma2-26/+64
2022-08-23baobab: Fix -Wmissing-prototypes warnings (#339)Robert Antoni Buj Gelonch1-0/+2
2022-02-11logview: converting the enum constant to a booleanrbuj2-2/+2
2022-02-11Fix build warnings about missing field initializerrbuj9-9/+14
2022-02-11ci: drop -Wunused-parameter flag from debian buildraveit651-1/+1
2022-02-11gdict-applet: do not build the file pathrbuj1-4/+2
2022-02-11dict: implicit conversion changes signedness: 'gboolean' to 'guint'rbuj3-9/+9
2022-02-11mate-dictionary: fix memory leakrbuj1-1/+2
2022-02-11mate-dictionary: fix memory leakrbuj1-0/+3
2022-01-21Unnecessary G_OBJECT cast when calling signal connect functionrbuj6-113/+111
2022-01-21gsearchtool: fix memory leakrbuj1-2/+2
2022-01-21mate-dictionary: fix memory leakrbuj1-0/+1
2022-01-21Redundant null check before freeing the variablerbuj3-16/+7
2021-12-21mate-disk-image-mounter: fix memory leakrbuj1-0/+2
2021-12-21mate-screenshot: fix memory leakrbuj1-1/+3
2021-11-25logview: remove whitespaces before #if, #else, and #endifrbuj1-12/+12
2021-11-24Use a blank line at mostrbuj25-61/+0