Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-11 | Use a blank line at most | rbuj | 17 | -65/+0 | |
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-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 | |
2020-06-26 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-06-23 | add git.mk to generate .gitignore | tamplan | 1 | -0/+400 | |
2020-04-20 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-20 | Travis CI: debian build: add "make check" | Pablo Barciela | 1 | -0/+3 | |
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-08 | ci: variables, drop obsolete Warn_Cflags | raveit65 | 1 | -7/+1 | |
- remove --enable-compile-warnings=maximum from autogen.sh | |||||
2020-04-06 | Set range for thumbnail cache maximum-age | rbuj | 1 | -0/+1 | |
2020-04-05 | ci: avoid deprecated skip_cleanup | raveit65 | 1 | -2/+2 | |
2020-04-04 | CI: update build environments | raveit65 | 1 | -6/+7 | |