summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-15cpufreq: Add data dirrbuj11-54/+56
2022-08-15trashapplet: Add data dirrbuj10-38/+40
2022-08-15command: fix -Wincompatible-pointer-types warning (#631)Robert Antoni Buj Gelonch1-1/+1
2022-08-08Use dashes instead of underscores in signal namesrbuj10-38/+38
2022-06-05travis: drop wireless-tools-develraveit651-1/+0
2022-06-02build warning: AC_OUTPUT should be used without arguments (#630)Robert Antoni Buj Gelonch1-1/+2
2022-03-23battstat: present is bistate, charging and acline_status are tristaterbuj2-16/+22
2022-03-23battstat/battstat-upower.h: missing error_dialogrbuj1-0/+1
2022-03-23battstat/power-management.c: use gboolean for pm_initialised, using_upowerrbuj2-10/+10
2022-03-23battstat: implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-2/+2
2022-03-23command: fix memory leakrbuj1-0/+4
2022-03-23charpick: fix memory leakrbuj1-1/+1
2022-03-23multiload: fix memory leakrbuj1-2/+3
2022-03-22Fix some -Wfloat-conversion warningsrbuj6-29/+45
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2022-02-13ci: build mate-panel from debian testing reporaveit651-11/+0
2022-01-29geyes: consider the offset widget <-> windowGoffredo Baroncelli1-1/+6
To compute the correct pupil position, we should consider the offset between the eye widget and their parent window. Signed-off-by: Goffredo Baroncelli <[email protected]>
2021-12-13netspeed/src/backend.c: Typo fix.Mike Gabriel1-3/+3
2021-11-21Remove whitespaces before #ifdef, and #endifrbuj2-16/+16
2021-11-21Use a blank line at mostrbuj28-46/+0
2021-10-26Sticky Notes applet: add documentationValentin Villenave1-2/+35
2021-10-26stickynotes: Popup the note menu with the keyboardColomban Wendling3-8/+25
2021-10-26stickynotes: Restore note popup menu that got lost in 37a85e35448f8Colomban Wendling5-11/+47
2021-10-26Mate Trash applet: add accessible Atk object with proper label.Valentin Villenave1-6/+17
The accessible object’s description mentions how many items are in the Trash.
2021-10-26Mate Timer applet: add accessible Atk object with proper label.Valentin Villenave1-0/+12
The accessible object also updates when the label gets updated.
2021-10-26Mate Sticky notes applet: enable keyboard navigation through F6Valentin Villenave3-0/+31
As Tab and Shift-Tab get interpreted as indent/unindent, there was no way of leaving the text area through keyboard only.
2021-10-26Mate Sticky notes applet: make dialogs accessible.Valentin Villenave2-0/+12
This enables better keyboard navigation and labelling, for screen readers such as Orca.
2021-10-26Mate Sticky notes applet: fix segfault when Caja isn’t runningValentin Villenave1-0/+6
2021-10-26Mate Netspeed applet: make dialog accessible.Valentin Villenave1-1/+19
This enables better keyboard navigation and labelling, for screen readers such as Orca.
2021-10-26Mate Netspeed applet: add accessible Atk object with proper label.Valentin Villenave1-0/+9
2021-10-26 Mate Multiload applet: add accessible Atk object with proper label.Valentin Villenave1-0/+11
2021-10-26Mate Cpufreq applet: enable standard keyboard navigationValentin Villenave1-1/+1
Key press events weren’t passed to GTK normally, which prevented from opening the contextual menu without the mouse.
2021-10-26Mate Command applet: add accessible Atk object with proper label.Valentin Villenave1-0/+9
2021-10-26Mate Weather applet: make dialog accessible.Valentin Villenave1-13/+26
This enables better keyboard navigation and labelling, for screen readers such as Orca.
2021-09-12Charpick-applet: use GtkInvisible widgetbalping2-7/+47
Fixed #372 by applying following patches by Alberts Muktupāvels: * https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/36f313d880aef4df2925a1fce585fa820429d4fd * https://gitlab.gnome.org/GNOME/gnome-applets/-/commit/19c7ccdc26094988c979fa2ee9ace315acfa9f5e
2021-08-07release to 1.26.0v1.26.0raveit652-33/+37
2021-08-07tx: sync with transifexraveit651443-67703/+76660
2021-08-07travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-06-20tx: update resourceraveit651-164/+164
2021-05-30travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-23travis: 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-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-04build: underline package name and version in configure summaryrbuj1-1/+4
2021-02-04build: Use PACKAGE_URL variablerbuj2-2/+3
2021-01-28charpick: Fix memory leakrbuj2-27/+20
2021-01-28netspeed: sort available devicesrbuj1-0/+1
2021-01-28netspeed: drop free_devices_listrbuj4-12/+3
2021-01-28netspeed-preferences: move device list to class propertiesrbuj1-22/+12
2021-01-28Remove unnecessary casts on g_signal_connect callsrbuj22-222/+278
2021-01-21netspeed: Remove -Wunused-variable warningrbuj1-1/+0