Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-15 | trashapplet: Add data dir | rbuj | 10 | -38/+40 | |
2022-08-15 | command: fix -Wincompatible-pointer-types warning (#631) | Robert Antoni Buj Gelonch | 1 | -1/+1 | |
2022-08-08 | Use dashes instead of underscores in signal names | rbuj | 10 | -38/+38 | |
2022-06-05 | travis: drop wireless-tools-devel | raveit65 | 1 | -1/+0 | |
2022-06-02 | build warning: AC_OUTPUT should be used without arguments (#630) | Robert Antoni Buj Gelonch | 1 | -1/+2 | |
2022-03-23 | battstat: present is bistate, charging and acline_status are tristate | rbuj | 2 | -16/+22 | |
2022-03-23 | battstat/battstat-upower.h: missing error_dialog | rbuj | 1 | -0/+1 | |
2022-03-23 | battstat/power-management.c: use gboolean for pm_initialised, using_upower | rbuj | 2 | -10/+10 | |
2022-03-23 | battstat: implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 1 | -2/+2 | |
2022-03-23 | command: fix memory leak | rbuj | 1 | -0/+4 | |
2022-03-23 | charpick: fix memory leak | rbuj | 1 | -1/+1 | |
2022-03-23 | multiload: fix memory leak | rbuj | 1 | -2/+3 | |
2022-03-22 | Fix some -Wfloat-conversion warnings | rbuj | 6 | -29/+45 | |
2022-02-13 | ci: drop -Wunused-parameter compiler cflag from debian build | raveit65 | 1 | -1/+1 | |
2022-02-13 | ci: build mate-panel from debian testing repo | raveit65 | 1 | -11/+0 | |
2022-01-29 | geyes: consider the offset widget <-> window | Goffredo Baroncelli | 1 | -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-13 | netspeed/src/backend.c: Typo fix. | Mike Gabriel | 1 | -3/+3 | |
2021-11-21 | Remove whitespaces before #ifdef, and #endif | rbuj | 2 | -16/+16 | |
2021-11-21 | Use a blank line at most | rbuj | 28 | -46/+0 | |
2021-10-26 | Sticky Notes applet: add documentation | Valentin Villenave | 1 | -2/+35 | |
2021-10-26 | stickynotes: Popup the note menu with the keyboard | Colomban Wendling | 3 | -8/+25 | |
2021-10-26 | stickynotes: Restore note popup menu that got lost in 37a85e35448f8 | Colomban Wendling | 5 | -11/+47 | |
2021-10-26 | Mate Trash applet: add accessible Atk object with proper label. | Valentin Villenave | 1 | -6/+17 | |
The accessible object’s description mentions how many items are in the Trash. | |||||
2021-10-26 | Mate Timer applet: add accessible Atk object with proper label. | Valentin Villenave | 1 | -0/+12 | |
The accessible object also updates when the label gets updated. | |||||
2021-10-26 | Mate Sticky notes applet: enable keyboard navigation through F6 | Valentin Villenave | 3 | -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-26 | Mate Sticky notes applet: make dialogs accessible. | Valentin Villenave | 2 | -0/+12 | |
This enables better keyboard navigation and labelling, for screen readers such as Orca. | |||||
2021-10-26 | Mate Sticky notes applet: fix segfault when Caja isn’t running | Valentin Villenave | 1 | -0/+6 | |
2021-10-26 | Mate Netspeed applet: make dialog accessible. | Valentin Villenave | 1 | -1/+19 | |
This enables better keyboard navigation and labelling, for screen readers such as Orca. | |||||
2021-10-26 | Mate Netspeed applet: add accessible Atk object with proper label. | Valentin Villenave | 1 | -0/+9 | |
2021-10-26 | Mate Multiload applet: add accessible Atk object with proper label. | Valentin Villenave | 1 | -0/+11 | |
2021-10-26 | Mate Cpufreq applet: enable standard keyboard navigation | Valentin Villenave | 1 | -1/+1 | |
Key press events weren’t passed to GTK normally, which prevented from opening the contextual menu without the mouse. | |||||
2021-10-26 | Mate Command applet: add accessible Atk object with proper label. | Valentin Villenave | 1 | -0/+9 | |
2021-10-26 | Mate Weather applet: make dialog accessible. | Valentin Villenave | 1 | -13/+26 | |
This enables better keyboard navigation and labelling, for screen readers such as Orca. | |||||
2021-09-12 | Charpick-applet: use GtkInvisible widget | balping | 2 | -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-07 | release to 1.26.0v1.26.0 | raveit65 | 2 | -33/+37 | |
2021-08-07 | tx: sync with transifex | raveit65 | 1443 | -67703/+76660 | |
2021-08-07 | travis-Ci: use libera.chat as notification server | raveit65 | 1 | -1/+1 | |
2021-06-20 | tx: update resource | raveit65 | 1 | -164/+164 | |
2021-05-30 | travis-ci: use ubuntu focal as host system | raveit65 | 1 | -1/+1 | |
fixes build issues with fedora:latest (f34) tag. | |||||
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-02-22 | tx: temporarily disable build for ArchLinux | raveit65 | 1 | -1/+1 | |
2021-02-04 | build: underline package name and version in configure summary | rbuj | 1 | -1/+4 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 2 | -2/+3 | |
2021-01-28 | charpick: Fix memory leak | rbuj | 2 | -27/+20 | |
2021-01-28 | netspeed: sort available devices | rbuj | 1 | -0/+1 | |
2021-01-28 | netspeed: drop free_devices_list | rbuj | 4 | -12/+3 | |
2021-01-28 | netspeed-preferences: move device list to class properties | rbuj | 1 | -22/+12 | |
2021-01-28 | Remove unnecessary casts on g_signal_connect calls | rbuj | 22 | -222/+278 | |
2021-01-21 | netspeed: Remove -Wunused-variable warning | rbuj | 1 | -1/+0 | |
2021-01-17 | cpufreq: fix cpufreq-selector-sysfs duplicate definitions | Harald van Dijk | 1 | -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. |