summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21release 1.28.0HEADv1.28.0masterraveit652-1/+7
2024-02-21tx: sync with transifexraveit65337-46856/+66939
2024-01-23ci: use ubuntu jammy as dockerraveit651-1/+1
2023-10-08replace deprecated gtk_image_menu_item*raveit654-4/+48
2023-09-16tx: fix warning in ja,id,fr,tr,ko and sr translationsraveit6516-2155/+2406
2023-09-02tx: update resourcesraveit652-391/+467
2023-08-23release 1.27.1v1.27.1raveit652-2/+29
2023-08-23tx: pull with transifexraveit651448-2338/+8017
2023-08-14trashapplet: Remove animation that hasn't worked in yearslukefromdc4-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-13trash, in-process: fix segfault with glib2.77.1lukefromdc1-1/+1
*the animation on this applet isn't visible anyway even out of process where it still runs
2023-08-08use button-press-event as signal nameraveit651-1/+1
- follow signal naming convention
2023-08-08timerapplet: fix build warninglukefromdc1-7/+0
Also simplify the code by using the left button click not the release event in x11 as well as wayland
2023-07-24timer: fix in-process ATK warninglukefromdc1-1/+1
2023-07-18Timer-catch the left click when under waylandlukefromdc1-8/+21
2023-07-17Allow building all applets in or out of processlukefromdc61-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-17Battstat: Port to in-process for wayland compatabilitylukefromdc4-23/+14
*This gives wayland users a functional battery monitor on at least linux
2023-07-17timerapplet: port to in-process for waylandlukefromdc5-26/+17
2023-07-17netspeed: port to in-process for waylandlukefromdc5-58/+44
*Also switch to automatic signal handling/disconnection *Otherwise this applet when in-process will segfault on removal
2023-07-17stickynotes: port to in-process for waylandlukefromdc8-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-17multiload: port to in-process for waylandlukefromdc5-26/+18
*Fully functional on both x11 and wayland
2023-07-17mate-weather-applet: port to in-process for wayland supportlukefromdc6-26/+21
2023-07-17drivemount-applet: port to in-process for waylandlukefromdc5-33/+14
2023-07-17command: Port to in-process for wayland compatabilitylukefromdc5-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-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