summaryrefslogtreecommitdiff
path: root/drivemount/src
AgeCommit message (Collapse)AuthorFilesLines
2026-06-18drivemount: fix crash when the icon theme changesCigydd1-0/+9
DriveButton connects a "changed" handler to the global default GtkIconTheme but drive_button_dispose() never disconnected it. The icon theme outlives the button, so after a button is destroyed (a volume or mount is removed) a later "changed" emission runs the handler on freed memory and schedules drive_button_update() via an idle source, crashing the panel with a use-after-free. Disconnect the handler in drive_button_dispose(). Assisted-by: Claude:claude-opus-4.8
2023-10-08replace deprecated gtk_image_menu_item*raveit652-4/+9
2023-07-17Allow building all applets in or out of processlukefromdc2-13/+30
*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-17drivemount-applet: port to in-process for waylandlukefromdc2-17/+8
2022-08-08Use dashes instead of underscores in signal namesrbuj2-9/+9
2022-03-22Fix some -Wfloat-conversion warningsrbuj1-6/+5
2021-11-21Use a blank line at mostrbuj1-1/+0
2021-01-28Remove unnecessary casts on g_signal_connect callsrbuj1-8/+13
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-12-11drivemount: Use common subdirs - data, srcrbuj6-0/+1921