Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-23 | release 1.27.1v1.27.1 | raveit65 | 2 | -2/+29 | |
2023-08-23 | tx: pull with transifex | raveit65 | 1448 | -2338/+8017 | |
2023-08-14 | trashapplet: Remove animation that hasn't worked in years | lukefromdc | 4 | -199/+0 | |
*The trash applet hasn't had working animation in many years *xstuff_zoom_animate also appears in mate-panel with 4 arguments instead of 2. *conflicting function names caused a segfault when built in-process | |||||
2023-08-13 | trash, in-process: fix segfault with glib2.77.1 | lukefromdc | 1 | -1/+1 | |
*the animation on this applet isn't visible anyway even out of process where it still runs | |||||
2023-08-08 | use button-press-event as signal name | raveit65 | 1 | -1/+1 | |
- follow signal naming convention | |||||
2023-08-08 | timerapplet: fix build warning | lukefromdc | 1 | -7/+0 | |
Also simplify the code by using the left button click not the release event in x11 as well as wayland | |||||
2023-07-24 | timer: fix in-process ATK warning | lukefromdc | 1 | -1/+1 | |
2023-07-18 | Timer-catch the left click when under wayland | lukefromdc | 1 | -8/+21 | |
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 | |