| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-05-04 | Fix GList memory leak in entry_resizedHEADmaster | Kenny Daniel | 1 | -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-29 | fix invalid po files | Olivier Schneider | 1 | -1/+1 | |
| 2026-04-29 | remove empty po files | Olivier Schneider | 28 | -3276/+0 | |
| 2026-04-29 | remove invalid po files | Olivier Schneider | 9 | -942/+0 | |
| 2026-04-29 | add translation coverage badge | Olivier Schneider | 1 | -0/+2 | |
| 2026-04-29 | retrieve last transifex translations | Olivier Schneider | 52 | -52/+4405 | |
| 2026-04-29 | Weblate migration | Olivier Schneider | 6 | -153/+13 | |
| 2026-03-12 | build(deps): bump actions/checkout from 5 to 6 | dependabot[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-12 | ci: migrate from Travis CI to GitHub Actions | mbkma | 10 | -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-22 | release 1.28.0v1.28.0 | raveit65 | 2 | -2/+8 | |
| 2024-02-22 | tx: sync with transifex | raveit65 | 137 | -160/+280 | |
| 2024-01-23 | ci: use ubuntu jammy as docker | raveit65 | 1 | -1/+1 | |
| 2023-09-16 | tx: fix warnings in Arabic and Tamil translations | raveit65 | 2 | -12/+15 | |
| 2023-03-30 | build warning: AC_OUTPUT should be used without arguments | rbuj | 1 | -1/+2 | |
| 2022-11-11 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+11 | |
| 2022-11-09 | tx: sync with transifex | mbkma | 138 | -2156/+2167 | |
| 2022-10-29 | tx: update resource | mbkma | 1 | -15/+15 | |
| 2022-10-28 | tx: migrate config file | mbkma | 2 | -6/+16 | |
| 2022-02-13 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
| 2021-11-20 | applet-main.c: Support mouse middle-click. | Martin Wimpress | 1 | -0/+40 | |
| Close #42 Emit signal "secondary-activate" on middle mouse click. | |||||
| 2021-11-20 | eggaccelerators: use a blank line at most | rbuj | 1 | -1/+0 | |
| 2021-11-10 | configure.ac: fix incorrect shell test == behavior | Leo Izen | 1 | -22/+22 | |
| 2021-08-08 | release 1.26.0v1.26.0 | raveit65 | 2 | -1/+8 | |
| 2021-08-08 | tx: sync with transifex | raveit65 | 138 | -2365/+1258 | |
| 2021-08-07 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
| 2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
| fixes build issues with fedora:latest (f34) tag. | |||||
| 2021-04-25 | travis: disable travis builds for ubuntu | raveit65 | 1 | -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-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
| 2021-02-22 | Merge pull request #69 from mate-desktop/debian-ci-fix | Robert Antoni Buj Gelonch | 2 | -3/+8 | |
| Travis CI: debian build: Use Ayatana Indicators | |||||
| 2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
| 2021-01-28 | applet-main: Replace GtkStock icon | rbuj | 1 | -1/+1 | |
| 2021-01-16 | update resource for transifex | rbuj | 1 | -3/+3 | |
| 2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
| 2020-12-29 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -1/+0 | |
| 2020-12-08 | add issue template | raveit65 | 1 | -1/+1 | |
| 2020-08-20 | release 1.25.0v1.25.0 | raveit65 | 2 | -1/+10 | |
| 2020-08-20 | tx: sync with transifex | raveit65 | 30 | -112/+288 | |
| 2020-08-20 | tx: update resource | raveit65 | 1 | -14/+7 | |
| 2020-07-06 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
| 2020-06-26 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
| 2020-06-26 | add git.mk to generate .gitignore | tamplan | 4 | -0/+405 | |
| 2020-04-20 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
| 2020-04-20 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
| 2020-04-20 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -3/+5 | |
| 2020-04-19 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
| 2020-04-19 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
| 2020-04-15 | applet-main: declaration of ‘entry’ shadows a parameter | rbuj | 1 | -3/+3 | |
| 2020-04-15 | applet-main: remove unreachable-code warning reported by scan-build | rbuj | 1 | -2/+0 | |
| 2020-04-09 | ci: use --enable-compile-warnings=maximum for master branch | raveit65 | 1 | -2/+1 | |
| 2020-04-09 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+13 | |
