index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swaybar
/
i3bar.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2022-11-26
swaybar: Make hotspots block bar release bindings
Joan Bruguera
2021-09-20
swaybar: properly draw blocks with transparent black border
Nathan Schulte
2020-02-10
swaybar: fix i3bar relative coordinates when scaling is used
Hristo Venev
2019-12-28
parse_color: return success + drop fallback color
Brian Ashworth
2019-01-31
Rebase #1636 against current master
v44r
2019-01-23
Make json-c include respect pkg-config --cflags
Jan Beich
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-16
bar_cmd_tray_bind: Use mouse button helpers
Brian Ashworth
2019-01-10
bar_cmd_bind: utilize mouse button helpers
Brian Ashworth
2018-12-04
Add relative coordinates in JSON for i3bar click events
Hristo Venev
2018-10-18
swaybar: separate input code to new file
Ian Fan
2018-10-02
swaybar: add leading comma to click event JSON
Ian Fan
2018-09-28
swaybar: move i3bar definitions into separate file
Ian Fan
2018-09-21
swaybar: log invalid i3bar json
Ian Fan
2018-09-21
swaybar: reset tokener if json is incomplete
Ian Fan
2018-09-21
swaybar: update buffer_pos when moving object to start of buffer
Ian Fan
2018-09-18
swaybar: add debugging statements for handling i3bar json
Ian Fan
2018-09-18
swaybar: rewrite i3bar protocol handling
Ian Fan
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
2018-07-19
swaybar: Fix scroll handling on workspace buttons
minus
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
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