summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
6 daysmate-rr: Add hotplug_mode_update output propertyHEADv1.29.0masterVictor Kareh3-0/+49
Expose the RandR hotplug_mode_update property on MateRROutput so consumers can check whether an output supports dynamic mode updates on hotplug events (e.g. virtual machine guest resizing).
2026-04-29fix invalid po filesOlivier Schneider1-1/+1
2026-04-29remove empty po filesOlivier Schneider22-31548/+0
2026-04-29remove invalid po filesOlivier Schneider9-11486/+0
2026-04-29add translation coverage badgeOlivier Schneider1-0/+2
2026-04-29retrieve last transifex translationsOlivier Schneider80-758/+78696
2026-04-29Weblate migrationOlivier Schneider3-158/+125
2026-03-19CI: switch to autotools for releaseraveit651-2/+2
- create tarball with generated files for autotools (distcheck)
2026-03-12fix memleaksmbkma2-1/+3
2026-01-29build(deps): bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1 (#677)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>
2026-01-29build(deps): bump actions/checkout from 4 to 6 (#678)dependabot[bot]2-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28GitHub action (#647)Wu Xiaotian10-232/+362
* Try to use github action * CI: Drop travis CI
2025-07-05add persistencelinuxCowboy2-1/+26
2025-07-05Fix palettelinuxCowboy1-4/+10
2024-07-30Background thumbnail under wayland: only use gdk_x11 when in x11lukefromdc1-2/+20
*Avoid segfault on thumbnailing backgrounds under wayland by only using gdk_x11_screen_get_xscreen () when running under Xorg *Use gdk_monitor_get_geometry to get screen dimensions when running under wayland
2024-04-04Bump version to 1.29.0lukefromdc3-3/+5
2024-03-11Release 1.28.2v1.28.21.28lukefromdc3-2/+7
2024-03-11sync with Transifexlukefromdc8-8/+2876
2024-03-11Make MateImageMenuItem subclassablezhu yaliang2-29/+71
See the discussion on:https://github.com/mate-desktop/mate-panel/issues/1433
2024-02-29MateImageMenuItem: Remove unnecessary label fieldColomban Wendling1-39/+0
This was used in GtkImageMenuItem to support stock items, but this is a deprecated feature that didn't make it to MateImageMenuItem. Now, this is entirely unused, and just leads to glue code maintaining an unused local copy of the label, effectively wasting a little bit of memory and adding complexity. Just drop all references to it, without any functional difference.
2024-02-16release 1.28.1v1.28.1raveit653-2/+6
2024-02-16xdg-portal: add meson.build to EXTRA_DISTBobby Rong1-0/+2
Follow-up of 287fdce6d430 ("add xdg-desktop-portal config file") Unbreaks meson build using release tarball: meson.build:109:0: ERROR: Nonexistent build file 'xdg-portal/meson.build'
2024-02-12release 1.28.0v1.28.0raveit653-3/+7
2024-02-12tx: sync with transifexraveit651-43/+45
2024-02-02releases 1.27.4v1.27.4raveit653-2/+17
2024-02-02tx: sync with transifexraveit6513-65/+114
2024-01-23ci: use ubuntu jammy as dockerraveit651-1/+1
2023-10-19mate-colorsel: Fix compilation warnings use rgba replace colorzhuyaliang4-209/+162
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
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-09mate-rr-labeler: Fix compilation warnings use css replace ↵zhuyaliang1-1/+21
gtk_widget_override_color
2023-10-09mate-colorseldialog: Fix compilation warnings remove deprecated functionzhuyaliang1-3/+1
2023-10-08Add meson build libstartup-notification support type is autozhuyaliang2-4/+6
Fix https://github.com/mate-desktop/mate-desktop/issues/570
2023-10-08Remove useless mate_color_button apiszhuyaliang7-1080/+1
2023-10-05Fix MATE_DESKTOP_CHECK_VERSIONColomban Wendling3-8/+7
Not that I know anybody that wants it though.
2023-10-05Remove useless codezhuyaliang1-10/+0
2023-10-05Rename libmate-desktop/{mate-desktop.h => mate-desktop.h.in} add ↵zhuyaliang3-3/+15
MATE_DESKTOP_VERSION marco
2023-09-17release 1.27.3v1.27.3raveit653-2/+8
2023-09-17tx: drop tzm language which caused the build failraveit651-1434/+0
2023-09-17tx: sync with transifexraveit65119-1238/+1215
2023-09-15add xdg-desktop-portal config fileraveit656-1/+15
2023-09-15Fix ninja test symbols check FAILzhuyaliang1-0/+1
2023-09-02tx: update resourcesraveit651-10/+10
2023-08-23release 1.27.2v1.27.2raveit653-4/+10
2023-08-23tx: pull with transifexraveit658-20/+29
2023-08-11desktop-item: limit startup notification to x11lukefromdc1-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-02Initial support for showing a caja desktop in waylandlukefromdc1-1/+4
*put XKillClient and gdk_x11_screen_get_xscreen behind x11-only runtime checks
2023-04-03release 1.27.1v1.27.1raveit653-2/+7
2023-04-03tx: sync with transifexraveit65120-243/+1765