Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-14 | Use format_str() throughout | Simon Ser | |
2020-03-30 | tray: tidy code | Ian Fan | |
This includes some refactoring and fixing a small memory leak. | |||
2019-02-15 | tray: use correct parameter to set bus slot to floating | Ian Fan | |
Counter-intuitively, `sd_bus_slot_set_floating` expects 0 to set it to floating. | |||
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl | |
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. | |||
2019-01-08 | swaybar: improve tray logging | Ian Fan | |
2018-12-31 | swaybar: handle new and lost StatusNotifierWatcher | Ian Fan | |
2018-12-31 | swaybar: set bar dirty on SNI event | Ian Fan | |
2018-12-31 | swaybar: add StatusNotifierItem to tray | Ian Fan | |
2018-12-31 | swaybar: add StatusNotifierHost to tray | Ian Fan | |