summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-07-17charpick: port to in-process for wayland compatabilitylukefromdc3-25/+16
*No change in x11 behavior *Applet works in wayland but gtk-enable-primary-paste does not at least not in wayfire. Seems to forcibly turn off the gsettings preference at least some of the time as well. This however is probably an issue for a future wayland session manager to deal with
2023-07-17geyes: Add support for building in-processColomban Wendling5-24/+56
2023-07-17cpufreq: port to in-process for wayland compatablitylukefromdc5-46/+60
2023-07-16trash: port to in-process for wayland supportlukefromdc5-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-21battstat: Use libtool to build libapmColomban Wendling2-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-21Remove redundant caseColomban Wendling1-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-16Add click-hide key to the stickynotes GSettingsmate2-0/+9
2023-02-14trashapplet: Replace the deprecated function (g_io_scheduler...) and remove ↵zhuyaliang1-25/+22
the compilation warning
2022-11-11release 1.27.0v1.27.0mbkma2-1/+43
2022-11-09tx: sync with transifexmbkma749-5273/+7179
2022-10-28tx: migrate config filembkma2-61/+148
2022-08-18configure.ac: The macro 'AC_HELP_STRING' is obsoleterbuj1-3/+3
2022-08-18stickynotes: bump gtksourceview 4rbuj4-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-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