summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-10-16replace deprecated gtk_image_menu_itemraveit654-6/+49
2023-10-16Revert "test build"raveit651-2/+0
This reverts commit f9a53963f410c8967c0ff29f2d6dea7fff1a3356.
2023-10-16test buildzhuyaliang1-0/+2
2023-08-17inhibit: mark applet incompatable with waylandlukefromdc1-0/+1
*Depends on Xevent and DPMS x11 extension
2023-08-17Brightness: mark incompatable with waylandlukefromdc1-0/+1
*Depends on x11 and Xrandr to function *Wlroots replacement for Xrandr wlr-randr does not have brightness control yet
2023-05-01tx: drop backup config fileraveit651-16/+0
2022-11-05release 1.27.0v1.27.0mbkma2-1/+19
2022-10-30tx: sync with transifexmbkma234-28553/+30046
2022-10-29tx: update resourcembkma2-214/+221
2022-10-28tx: migrate config filembkma2-11/+28
2022-08-23Fix -Wmissing-prototypes warnings (#381)Robert Antoni Buj Gelonch2-6/+6
2022-03-21Show device model even if vendor is not availableDamien Thébault2-0/+6
2022-03-21Add gaming input logosDamien Thébault60-0/+3667
2022-03-21Add support for gaming inputsDamien Thébault2-0/+8
2022-03-18gpm-prefs: fix memory leakrbuj1-3/+1
In addition, it adds enumerations to access indexed arrays.
2022-03-18gpm-statistics: fix memory leakrbuj1-51/+115
In addition, it adds enumerations to access indexed arrays.
2022-03-18Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj2-2/+2
2022-03-11gpm-backlight: unused function 'gpm_common_sum_scale'rbuj1-13/+0
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2022-01-01Fix build warnings about missing field initializerrbuj4-4/+4
2022-01-01build: show configure summary using a pretty formatrbuj1-13/+16
2021-12-11Use a blank line at mostrbuj11-14/+0
2021-08-04release 1.26.0v1.26.0raveit652-1/+23
2021-08-04tx: sync with transifexraveit65234-51892/+34871
2021-08-04travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-06-22tx: update resourceraveit651-251/+252
2021-06-22update copyright to 2021raveit6571-0/+71
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-23applets: Do not build the path to the menu filesrbuj2-8/+6
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-22tx: use rolling tag for ubunturaveit651-1/+1
2021-02-04build: Use PACKAGE_URL variablerbuj4-5/+6
2021-01-16update resource for transifexrbuj2-46/+50
2021-01-16Update copyright to 2021rbuj4-4/+4
2021-01-07Remove warning -Wunused-but-set-variablerbuj2-13/+1
2020-12-08update issue templateraveit651-1/+1
2020-12-07gpm-backlight: Fix the position of the inline keywordrbuj1-1/+1
2020-11-29ci: remove pangox-compat-devel from fedora depsrbuj1-1/+0
2020-11-10mate-power-preferences: add option to enable keyboard dimmingAndrej Valek2-0/+59
2020-10-20Travis CI: Simplify logic now that keyring is disabled by defaultNP-Hardass1-5/+1
2020-10-20Switch default from libgnome-keyring to libsecretNP-Hardass1-6/+6
2020-10-20Travis CI: add dependencies to CINP-Hardass1-0/+4
2020-10-20gpm-control.c: Add libsecret implementation to gpm_control_hibernate()NP-Hardass1-0/+37
2020-10-20gpm-control.c: Add libsecret implementation to gpm_control_suspend()NP-Hardass1-0/+40
2020-10-20Add autotools support for libsecretNP-Hardass3-0/+26
2020-10-16brightness applet: Prevent sliding from bogging down the UIColomban Wendling1-2/+36
Do not perform a synchronous DBus call to update the brightness in real time when the slider move, because at least on some hardware the call is slow, which leads to the UI bogging down and looking frozen. To fix this, cap the update rate in response to slider motion. This makes the brightness apply slightly slower, but prevent most bogging down (if the rate is well chosen, at least).
2020-09-10Revert "add meson project"raveit6516-757/+0
This reverts commit 1db4b409322e559a3d3a03677dd482a0613f3b29.
2020-09-10Revert "Meson Project: Use foreach for install icons"raveit651-52/+49
This reverts commit 69870bbbbebbd7ecc113b80da96d6dc5d29ee467.