Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-16 | trash: port to in-process for wayland support | lukefromdc | 5 | -38/+36 | |
- ensure applet can be left-clicked in wayland - In wayland we have to open the trash on the button press event - In x11 retain the existing behavior of opening the trash on the button release event - ensure both right and left clicks work in wayland - using code borrowed from cpufreq applet - Cleanup X11 checks | |||||
2023-06-21 | battstat: Use libtool to build libapm | Colomban Wendling | 2 | -3/+3 | |
Apparently there is a build failure on some hosts because the build library didn't have the proper PIC settings, see #651. Using libtool fixes it as it is able to build true shared objects. | |||||
2023-06-21 | Remove redundant case | Colomban Wendling | 1 | -4/+0 | |
The powerpc-*-linux* case body was identical to the *-*-linux* one, and the latter also matches the former. So drop, the powerpc entry that is redundant. | |||||
2023-05-16 | Add click-hide key to the stickynotes GSettings | mate | 2 | -0/+9 | |
2023-02-14 | trashapplet: Replace the deprecated function (g_io_scheduler...) and remove ↵ | zhuyaliang | 1 | -25/+22 | |
the compilation warning | |||||
2022-11-11 | release 1.27.0v1.27.0 | mbkma | 2 | -1/+43 | |
2022-11-09 | tx: sync with transifex | mbkma | 749 | -5273/+7179 | |
2022-10-28 | tx: migrate config file | mbkma | 2 | -61/+148 | |
2022-08-18 | configure.ac: The macro 'AC_HELP_STRING' is obsolete | rbuj | 1 | -3/+3 | |
2022-08-18 | stickynotes: bump gtksourceview 4 | rbuj | 4 | -8/+6 | |
GtkSourceBuffer provides the ability to undo or redo the change to the note text-body. pluma uses gtksourceview 4, so we don't need to depend on two versions. | |||||
2022-08-15 | cpufreq: Add data dir | rbuj | 11 | -54/+56 | |
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. |