Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-20 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 2 | -3/+3 | |
2022-08-20 | mate-desktop-thumbnail: fix memory leak | rbuj | 1 | -0/+1 | |
2022-08-20 | Fix build warnings about missing field initializer | rbuj | 2 | -4/+4 | |
2022-08-20 | mate-bg: fix memory leak | rbuj | 1 | -3/+7 | |
2022-08-20 | mate-bg: Dereference of null pointer | rbuj | 1 | -1/+1 | |
2022-08-20 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -3/+3 | |
2022-08-20 | mate-desktop-item: macro is not used [-Wunused-macros] | rbuj | 1 | -2/+0 | |
2022-08-20 | mate-colorsel: macro is not used [-Wunused-macros] | rbuj | 1 | -2/+0 | |
2022-08-20 | mate-bg: macro is not used [-Wunused-macros] | rbuj | 1 | -4/+0 | |
2022-08-15 | mate-colorbutton: fix -Wenum-conversion warning | rbuj | 1 | -1/+1 | |
2022-08-15 | mate-rr: fix -Wsign-compare warning | rbuj | 1 | -4/+4 | |
2022-08-15 | mate-rr-config: fix -Wsign-compare warning | rbuj | 1 | -2/+2 | |
2022-08-15 | mate-bg: fix -Wsign-compare warning | rbuj | 1 | -1/+1 | |
2022-08-15 | display-name: fix -Wsign-compare warning | rbuj | 1 | -2/+2 | |
2022-08-08 | Add setting for adjustment of audio volume above 100 per cent: Part 1 | Gordon Norman Squash | 1 | -0/+12 | |
There is often a need for the user to increase the audio playback volume above the volume level known as "100% volume". While increasing the audio volume above 100% can result in degraded audio quality, sometimes the audio was, for example, originally recorded at an extremely low volume, and the user has no other option to clearly hear the audio. Unfortunately, most MATE applications with volume controls do not allow the user to set the volume level above 100%. For example, the main MATE Sound Preferences dialog lets you set the audio volume beyond 100% (when possible), whereas the Volume Control Applet, Volume Control status icon, and special "multimedia" volume control keys do not. In fact, if the user even tries to change the volume using any of the latter methods, and the current volume level is above 100%, these latter methods will all reduce the volume to 100%, even if the user tried to increase the volume! This is part 1 of a patch to change this situation. All that this patch does is add a new, standard MATE setting which determines whether the user should be allowed to set the audio volume above 100%. The rest of the functionality of this patch is in other commits / pull requests. | |||||
2022-02-13 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
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 | |