summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2021-01-17cpufreq: fix cpufreq-selector-sysfs duplicate definitionsHarald van Dijk1-1/+0
Commit 4cb6f915 added cpufreq-selector-sysfs.[ch] to mate_cpufreq_selector_SOURCES for the !HAVE_LIBCPUFREQ case, but left them unconditionally included as well. Including them twice leads to duplicate definitions for the symbols defined by them.
2021-01-17multiload: fix netspeed_add signatureHarald van Dijk1-1/+1
Commit c85a5cf5 changed the definition to use guint64 rather than gulong, but did not update the declaration in netspeed.h to match.
2021-01-16update resource for transifexrbuj12-126/+113
2021-01-16Update copyright to 2021rbuj24-24/+24
2021-01-12netspeed: Show all IPv4 and IPv6 addresses in tooltip.treysis3-55/+74
Fixes #557
2021-01-09netspeed: g_settings_get_string always returns a newly-allocated stringrbuj1-28/+26
2021-01-07trashapplet: boilerplate final classrbuj1-6/+6
2021-01-07Don't leave any round bracket at line endrbuj7-38/+41