Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-17 | Allow building all applets in or out of process | lukefromdc | 61 | -317/+774 | |
*Use --enable-in-process selector for in-process builds *Accessx-status: mark as incompatable with wayland *Accessx-status: Fix in-process runtime warning *Stickynote, Geyes: style fixes | |||||
2023-07-17 | Battstat: Port to in-process for wayland compatability | lukefromdc | 4 | -23/+14 | |
*This gives wayland users a functional battery monitor on at least linux | |||||
2023-07-17 | timerapplet: port to in-process for wayland | lukefromdc | 5 | -26/+17 | |
2023-07-17 | netspeed: port to in-process for wayland | lukefromdc | 5 | -58/+44 | |
*Also switch to automatic signal handling/disconnection *Otherwise this applet when in-process will segfault on removal | |||||
2023-07-17 | stickynotes: port to in-process for wayland | lukefromdc | 8 | -85/+112 | |
- Note that functions involving measuring or clicking on the desktop - Are x11 only as wayland does not allow one app to access another's windows - Fix warnings on removal of applet - use wnck only in x11 - Cleanup X11 checks | |||||
2023-07-17 | multiload: port to in-process for wayland | lukefromdc | 5 | -26/+18 | |
*Fully functional on both x11 and wayland | |||||
2023-07-17 | mate-weather-applet: port to in-process for wayland support | lukefromdc | 6 | -26/+21 | |
2023-07-17 | drivemount-applet: port to in-process for wayland | lukefromdc | 5 | -33/+14 | |
2023-07-17 | command: Port to in-process for wayland compatability | lukefromdc | 5 | -66/+49 | |
- fix runtime warnings on applet removal - disconnect signal on shutdown that otherwise throws warnings - Required moving a function so it would be defined in time | |||||
2023-07-17 | charpick: port to in-process for wayland compatability | lukefromdc | 3 | -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-17 | geyes: Add support for building in-process | Colomban Wendling | 5 | -24/+56 | |
2023-07-17 | cpufreq: port to in-process for wayland compatablity | lukefromdc | 5 | -46/+60 | |
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 | |