summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-09-11Depend on marco 1.29.0 due to new featureHEADmasterlukefromdc2-2/+2
2025-09-11windows: Add UI for titlebar mouse actionsVictor Kareh2-12/+295
Expose new titlebar mouse actions in the window properties dialog (middle-click, right-click, scroll wheel). Note: requires the matching marco changes to work properly.
2025-09-09Update window layoutluigifab1-0/+1
2025-09-08fix: support change password with passwdqcOz Tiram1-1/+1
This one was quite tricky ... On systems where pam_passwdqc is installed the prompt for password after succesfully authenticating is not: ``` New password: ``` But: ``` Enter new password: ``` See: https://github.com/openwall/passwdqc/blob/7bf266fcf6ce9782b73722664e36dabd68f48c48/pam_passwdqc.c#L64 passwdqc is installed by default in Gentoo, but might be also installed in other Linux distributions.
2025-08-29Fix libsystemd auto-detectionColomban Wendling1-10/+5
Properly handle missing libsystemd when enable-systemd=auto, which is even the default for this switch. Without this, one had to explicitly give `--disable-systemd` despite the what the help text stated.
2025-08-29build(deps): bump actions/cache from 3 to 4dependabot[bot]1-1/+1
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2025-08-29Remove focus on close buttonluigifab1-1/+0
2025-08-22build(deps): bump actions/checkout from 3 to 5dependabot[bot]2-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
2025-08-03build(deps): bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1 (#783)dependabot[bot]1-1/+1
Bumps [dev-hanz-ops/install-gh-cli-action](https://github.com/dev-hanz-ops/install-gh-cli-action) from 0.1.0 to 0.2.1. - [Release notes](https://github.com/dev-hanz-ops/install-gh-cli-action/releases) - [Commits](https://github.com/dev-hanz-ops/install-gh-cli-action/compare/v0.1.0...v0.2.1) --- updated-dependencies: - dependency-name: dev-hanz-ops/install-gh-cli-action dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-25font-viewer: Bring the window to the front when triggering the appColomban Wendling1-0/+4
If the app is already open, we need to tell the desktop that the window has been triggered, so it can either bring it to front, or notify the user the window claims attention. This fixes the cases where the font viewer is already open and gets triggered again, e.g. by opening a font or launching it directly.
2025-06-02Update layout of window-properties.uiluigifab1-1/+4
2025-05-22CI: Drop travils CIWu Xiaotian2-302/+0
2025-05-22Try to use github action buildWu Xiaotian9-0/+557
2025-05-22meson: Fix build error about font-viewerXiaotian Wu2-0/+2
2025-05-14Fix duplicate buttons in font viewerCarson Hicks1-16/+25
2025-04-23keyboard: option to show/select extra layoutsOleksii Prudkyi2-2/+42
2025-04-01keybindings: Do not present junk shortcut for headersColomban Wendling1-7/+26
For screen reader's sake, make the shortcut empty when hidden, otherwise a more or less random value is presented. The actual value is whatever the render was last used with, remembering cell renderers are reused for every row. This could also be fixed in the accessibility implementation side, but we rely on GTK's, so it's easier to clean it up here than modify GTK or subclass it further.
2025-04-01keybindings: Present a message to screen readers when editing a shortcutColomban Wendling1-0/+2
2025-04-01keybindings: Mention keyboard navigation in the help textColomban Wendling1-1/+1
2025-01-09Update mate-control-center.pot Kiev->Kyivsgg1-1/+1
https://en.wikipedia.org/wiki/KyivNotKiev
2025-01-09Update time-zones.h Kiev->Kyivsgg1-1/+1
https://en.wikipedia.org/wiki/KyivNotKiev
2024-09-03ci, Debian: replace no longer offered policykit-1 transitional package with ↵lukefromdc1-1/+2
polkitd and pkexec
2024-06-27Appearance under wayland: apply cursor size changeslukefromdc1-0/+21
*Note that only compositors that read the cursor size from gsettings will apply this, wayfire does not at this time *This is also true of cursor theme: the compositor must read it from gsettings for it to be applied from the control center
2024-06-27appearance under wayland: fix customizing themeslukefromdc1-0/+25
Since wayland compositors such as wayfire follow the GNOME interface gsettings values, we need to set them here too
2024-06-07Fix travis deploymentlukefromdc1-2/+4
2024-05-26appearance in wayland: Support changing theme, icon theme, and fontslukefromdc5-6/+137
*If we are in a wayland session, write the gtk theme and icon theme to both org.mate and org.gnome *This changes wayland and xwayland themes simultaniously *Under wayland, set the application and document fonts for both MATE and GNOME *Otherwise some applications will ignore font changes set from the appearance capplet *Only load GNOME interface gsettings when running under wayland *fail gracefully if the gnome interface schema is not present *Do not depend on it but use it if it is present to allow setting themes in compositors such as wayfire that use the GNOME gsettings values
2024-04-04Bump version to 1.29.0lukefromdc3-2/+4
2024-04-01Add time-admin dependency check on systemdzhuyaliang1-1/+4
time-admin depends on systemd. If systemd is not used in the systemd, time-admin is disabled
2024-03-11Fix summary outputOz Tiram1-1/+1
Signed-off-by: Oz Tiram <[email protected]>
2024-03-11Add libsystemd to build.ymlOz Tiram1-0/+3
Signed-off-by: Oz Tiram <[email protected]>
2024-03-11Enable systemd by defaultOz Tiram1-14/+15
Signed-off-by: Oz Tiram <[email protected]>
2024-03-11Disable function definitions if systemd isn't foundOz Tiram1-7/+16
Signed-off-by: Oz Tiram <[email protected]>
2024-03-11Make systemd optionalOz Tiram2-3/+25
There is not much of direct systemd usage in the system-info plugin. This patch suggestion enables building this plugin on system like alpine, voidlinux or gentoo with openrc. Signed-off-by: Oz Tiram <[email protected]>
2024-02-27Distribute Meson build systemraveit651-0/+31
2024-02-22release 1.28.0v1.28.0raveit653-3/+30
2024-02-22tx: sync with transifexraveit65225-22727/+30700
2024-01-23ci: use ubuntu jammy as dockerraveit651-1/+1
2024-01-02Meson: fix mate-time-admin directory errorlukefromdc1-1/+1
*Ensure we attempt to load files *from mate-time-admin/map/ *not mate-time-admin/map Otherwise mate-time-admin built with meson cannot find the files and errors out
2023-12-27Add meson build supportzhuyaliang28-0/+1212
2023-11-05Remove libslab libraryzhuyaliang38-120/+55
libslab is only used in mate-c-c and there is no need to provide a library
2023-10-28appearance: Fix compilation warnings replace deprecated functionszhuyaliang2-35/+39
g_pattern_match_string has been deprecated since GLib 2.70
2023-10-25common: Fix compilation warnings replace deprecated functions ↵zhuyaliang3-2/+64
gtk_rc_get_theme_dir and gtk_rc_scanner_new
2023-10-24typing-break: Force dependency on appindicator and remove deprecated ↵zhuyaliang5-332/+61
GtkStatusIcon
2023-10-17typing-break: Fix compilation warnings and replace deprecated functionszhuyaliang3-80/+122
2023-10-13Remove "libwindow settings" that are no longer in usezhuyaliang12-1384/+2
2023-10-12capplets/display: Fix compilation warnings and replace deprecated functionszhuyaliang2-23/+64
2023-10-11libslab: Fix compilation warnings and replace deprecated functionszhuyaliang3-15/+91
2023-10-11font-viewer: Fix compilation warnings and replace deprecated functionszhuyaliang1-2/+42
2023-10-11appearance: Remove useless match_wm_manager_init functionzhuyaliang2-3/+0
2023-10-02Add new capplets: system infozhuyaliang14-3/+1234