Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-15 | release 1.26.2v1.26.21.26 | raveit65 | 3 | -7/+14 | |
2023-09-15 | tx: update resources | raveit65 | 1 | -5/+5 | |
2023-09-15 | tx: sync with transifex | raveit65 | 120 | -1851/+4847 | |
2023-09-15 | tx: migrate to new API | raveit65 | 1 | -6/+7 | |
2023-09-15 | add xdg-desktop-portal config file | raveit65 | 6 | -1/+15 | |
2023-03-15 | release 1.26.1v1.26.1 | raveit65 | 3 | -2/+10 | |
2023-03-15 | Revert "[mate-bg] small cleanup" | Colomban Wendling | 1 | -9/+8 | |
It is not possible to use the `list` pointer after it has been deleted, so the "cleanup" this commit made lead to using freed memory if any item actually got clean up. This "cleanup" also don't seem meaningful to me, as all it does otherwise is trade an assignation for a redundant test -- either of which the compiler might happily optimize out. This reverts commit 47426c90d10e9f738ecf89f35db94ca8deff55e0. | |||||
2023-03-15 | mate-desktop-thumbnail: fix memory leak | rbuj | 1 | -0/+1 | |
2023-03-15 | mate-bg: fix memory leak | rbuj | 1 | -3/+7 | |
2021-10-20 | Fix versions | rezso | 1 | -5/+5 | |
mate_minor_version and mate_micro_version always 1. In addition, mate_minor / mate_minor_version and mate_micro / mate_micro_version always same. | |||||
2021-09-11 | travis.yml: fix building again | raveit65 | 1 | -1/+1 | |
2021-09-11 | travis.yml: fix building | raveit65 | 1 | -1/+1 | |
2021-09-11 | tx: update transifex config for 1.26 branch | raveit65 | 1 | -1/+1 | |
2021-09-11 | branch 1.26 | raveit65 | 2 | -46/+5 | |
2021-08-07 | fix meson version | raveit65 | 1 | -1/+1 | |
closes https://github.com/mate-desktop/mate-desktop/issues/475 | |||||
2021-08-03 | release 1.26.0v1.26.0 | raveit65 | 2 | -1/+23 | |
2021-08-03 | tx: update resource | raveit65 | 1 | -8/+20 | |
2021-08-03 | tx: sync with transifex | raveit65 | 118 | -6908/+13330 | |
2021-07-21 | Replace the obsolete API in mate-colorsel.c file | zhuyaliang | 1 | -15/+40 | |
2021-07-19 | Fix compilation warning | zhuyaliang | 4 | -27/+60 | |
2021-06-21 | tx: update resource | raveit65 | 1 | -18/+18 | |
2021-06-21 | update copyright to 2021 | raveit65 | 13 | -0/+13 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
2021-05-13 | MATE About: Fix off-by-one error, display yerba mate comment | Gordon N. Squash | 1 | -1/+1 | |
The MATE About program is designed to display one of six messages at random each time you launch the application, showcasing the fundamental values of the MATE Project. Unfortunately, due to an off-by-one programming error introduced many years ago, only the first five messages ever get displayed; the sixth message, referring to where MATE got its name from, is never chosen. This was due to a misunderstanding of the GLib function `g_random_int_range`: The function is and always was designed to be passed an inclusive lower and an exclusive upper value for the random integer, generating a random integer that is greater than or equal to the lower value and less than the upper value specified. The MATE About application errantly subtracted 1 from the upper value itself, and thus only messages 1 through 5 were ever picked. This commit removes the unnecessary subtraction. | |||||
2021-04-23 | 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-29 | Remove shadow warnings [-Wshadow] | rbuj | 3 | -11/+7 | |
2021-03-08 | travis: build with mate-common-1.24.2 from repos | raveit65 | 1 | -11/+0 | |
2021-02-27 | mate-about: Use the macro _(String) instead of the macro gettext(Msgid) | rbuj | 2 | -3/+3 | |
2021-02-27 | Drop local macro mate_gettext(package, locale, codeset) | rbuj | 2 | -16/+6 | |
2021-02-27 | Remove warning -Wbad-function-cast | rbuj | 4 | -36/+57 | |
2021-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-08 | g_settings_get_string always returns a newly-allocated string | rbuj | 2 | -14/+9 | |
2021-02-02 | build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME | rbuj | 1 | -1/+1 | |
2021-02-02 | tx: update resource | rbuj | 2 | -5/+13 | |
2021-02-02 | mate-color-select: Do not use deprecated gtk_button_new_from_stock | rbuj | 1 | -2/+7 | |
2020-12-08 | update issue template | raveit65 | 1 | -1/+1 | |
2020-11-19 | Remove USE_MATE2_MACROS from autogen.sh (legacy) | rbuj | 1 | -1/+0 | |
2020-11-18 | travis CI: use rolling tag for ubuntu docker image | raveit65 | 1 | -1/+1 | |
2020-11-18 | travis CI: fix build issue of gtk-doc module | raveit65 | 1 | -0/+2 | |
2020-08-06 | release 1.25.0v1.25.0 | raveit65 | 1 | -0/+24 | |
2020-08-06 | tx: sysnc with transifex | raveit65 | 34 | -263/+1795 | |
2020-08-06 | tx: update resource | raveit65 | 1 | -36/+81 | |
2020-08-06 | mate-languages: portability of localedir fallback | rbuj | 1 | -6/+13 | |
2020-08-06 | a11y-keyboard: Add togglekeys-backend setting | Colomban Wendling | 1 | -4/+14 | |
2020-08-06 | a11y-keyboard: Add ranges for togglekeys beep settings | Colomban Wendling | 1 | -0/+4 | |
2020-08-06 | a11y-keyboard: Add settings to control beeps used for togglekeys | Colomban Wendling | 1 | -0/+20 | |
2020-08-06 | Bump version so other components can depend on it | Colomban Wendling | 3 | -2/+4 | |
2020-08-06 | a11y-keyboard: Add capslock-beep-enable gsetting | Colomban Wendling | 1 | -0/+4 | |
2020-08-04 | mate-desktop-thumbnail: Remove trailing spaces/tabs | rbuj | 1 | -1/+1 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; | |||||
2020-07-04 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |