summaryrefslogtreecommitdiffstats
path: root/swaybar/tray/watcher.c
Commit message (Collapse)AuthorAge
* tray: fix memory leaksLibravatar Ian Fan2019-02-18
|
* tray: when a service is lost, remove all matching itemsLibravatar Ian Fan2019-02-18
| | | | | Before, only the first matching item would be removed, which could leave stale items.
* swaybar: fix setting floating watcher slotsLibravatar Ian Fan2019-01-21
|
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
| | | | | | | | | | | | | This commit mostly duplicates the wlr_log functions, although with a sway_* prefix. (This is very similar to PR #2009.) However, the logging function no longer needs to be replaceable, so sway_log_init's second argument is used to set the exit callback for sway_abort. wlr_log_init is still invoked in sway/main.c This commit makes it easier to remove the wlroots dependency for the helper programs swaymsg, swaybg, swaybar, and swaynag.
* swaybar: add StatusNotifierWatcher to trayLibravatar Ian Fan2018-12-31