summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-05-04Fix GList memory leak in entry_resizedHEADmasterKenny Daniel1-0/+2
indicator_object_get_entries() returns a newly-allocated GList that must be freed by the caller. entry_resized() was missing the g_list_free() call, leaking GList nodes on every panel change-size signal. The other callers of indicator_object_get_entries() in this file (menu_show at line 589, load_indicator at line 657) correctly free the returned list.
2026-04-29fix invalid po filesOlivier Schneider1-1/+1
2026-04-29remove empty po filesOlivier Schneider28-3276/+0
2026-04-29remove invalid po filesOlivier Schneider9-942/+0
2026-04-29add translation coverage badgeOlivier Schneider1-0/+2
2026-04-29retrieve last transifex translationsOlivier Schneider52-52/+4405
2026-04-29Weblate migrationOlivier Schneider6-153/+13
2026-03-12build(deps): bump actions/checkout from 5 to 6dependabot[bot]2-2/+2
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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]>
2026-03-12ci: migrate from Travis CI to GitHub Actionsmbkma10-209/+304
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. remove .build.yml
2024-02-22release 1.28.0v1.28.0raveit652-2/+8
2024-02-22tx: sync with transifexraveit65137-160/+280
2024-01-23ci: use ubuntu jammy as dockerraveit651-1/+1
2023-09-16tx: fix warnings in Arabic and Tamil translationsraveit652-12/+15
2023-03-30build warning: AC_OUTPUT should be used without argumentsrbuj1-1/+2
2022-11-11release 1.27.0v1.27.0mbkma2-1/+11
2022-11-09tx: sync with transifexmbkma138-2156/+2167
2022-10-29tx: update resourcembkma1-15/+15
2022-10-28tx: migrate config filembkma2-6/+16
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2021-11-20applet-main.c: Support mouse middle-click.Martin Wimpress1-0/+40
Close #42 Emit signal "secondary-activate" on middle mouse click.
2021-11-20eggaccelerators: use a blank line at mostrbuj1-1/+0
2021-11-10configure.ac: fix incorrect shell test == behaviorLeo Izen1-22/+22
2021-08-08release 1.26.0v1.26.0raveit652-1/+8
2021-08-08tx: sync with transifexraveit65138-2365/+1258
2021-08-07travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-25travis: disable travis builds for ubunturaveit651-1/+1
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-11/+0
2021-02-22Merge pull request #69 from mate-desktop/debian-ci-fixRobert Antoni Buj Gelonch2-3/+8
Travis CI: debian build: Use Ayatana Indicators
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-01-28applet-main: Replace GtkStock iconrbuj1-1/+1
2021-01-16update resource for transifexrbuj1-3/+3
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-12-29Remove USE_MATE2_MACROS from autogen.sh (legacy)rbuj1-1/+0
2020-12-08add issue templateraveit651-1/+1
2020-08-20release 1.25.0v1.25.0raveit652-1/+10
2020-08-20tx: sync with transifexraveit6530-112/+288
2020-08-20tx: update resourceraveit651-14/+7
2020-07-06Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-26[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-26add git.mk to generate .gitignoretamplan4-0/+405
2020-04-20Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-20Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-20Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-3/+5
2020-04-19ci: don't run configure with autogen.shraveit651-1/+1
2020-04-19build: silent build warnings for distcheckraveit651-0/+1
2020-04-15applet-main: declaration of ‘entry’ shadows a parameterrbuj1-3/+3
2020-04-15applet-main: remove unreachable-code warning reported by scan-buildrbuj1-2/+0
2020-04-09ci: use --enable-compile-warnings=maximum for master branchraveit651-2/+1
2020-04-09ci: build with mate-common-1.24.1 tarballraveit651-0/+13