Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-18 | swaybar: send trailing comma with click event json | Ian Fan | |
2018-09-14 | bar: remove i3bar_block_free in favour of i3bar_block_unref | Ian Fan | |
2018-09-12 | i3bar: count references to blocks | Ian Fan | |
This prevents blocks from being destroyed before their hotspots are destroyed, in case it is used for a pending click event that fires between the bar receiving a new status, which destroys the block, and the bar rendering the new status, which destroys the hotspot; this problem can be easily produced by scrolling on a block that immediately causes a new status to be sent, with multiple outputs | |||
2018-07-19 | swaybar: Fix scroll handling on workspace buttons | minus | |
As well as ignoring scroll events on status elements when click_events is enabled. Previously, using the scroll wheel on a workspace button would switch to that workspace instead of scrolling through them. Clicks and scrolling on status elements would always be processed by swaybar, too. So in case you were using scrolling as volume control on a status item, swaybar would additionally scroll through your workspaces. | |||
2018-07-17 | remove unnecessary parens | Peter Rice | |
2018-07-16 | make hotspot callback take an x11 button id | Peter Rice | |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion | |
2018-04-24 | Fix a bunch of swaybar memory leaks | emersion | |
2018-04-20 | Fix memory leak on swaybar | Bruno Pinto | |
Code from @NilsBrause Ref #1820 | |||
2018-04-09 | Fix some more bugs | Drew DeVault | |
2018-04-09 | Fix buffer issues in swaybar status line. | Ryan Dwyer | |
2018-04-03 | Fix #1709 | Drew DeVault | |
2018-04-02 | Fix use-after-free with block hotspots | Drew DeVault | |
2018-04-02 | Send click events for i3bar blocks | Drew DeVault | |
2018-04-02 | Render i3bar blocks | Drew DeVault | |
2018-04-02 | Demarcate i3bar JSON into individual updates | Drew DeVault | |