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
/
sway
/
commands
/
bar.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-04-14
Use format_str() throughout
Simon Ser
2021-04-18
Prevent use-after-free on first bar subcommand error
Michael Weiser
2021-02-04
Declare all struct cmd_handler arrays const
Manuel Stoeckl
2020-10-11
Add support for workspace_min_width bar option.
Tarmack
2019-09-04
swaybar: complete barconfig_update event handling
Brian Ashworth
2019-05-22
commands/bar: fix mode and hidden_state at runtime
Brian Ashworth
2019-05-19
commands/bar: improve error for invalid subcommand
Alyssa Ross
2019-05-17
bar: fix segfault with missing or invalid bar id
Alyssa Ross
2019-04-17
Add unbindsym/unbindcode command for swaybar
Alex Maese
2019-01-22
util.c: remove numlen function
Ian Fan
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-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2019-01-13
Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved
Drew DeVault
2019-01-11
swaybar: add status_edge_padding command
Brian Ashworth
2019-01-11
swaybar: add status_padding command
Brian Ashworth
2019-01-10
bar_cmd_bind: utilize mouse button helpers
Brian Ashworth
2018-12-31
swaybar: implement tray config
Ian Fan
2018-11-28
Implement bar gaps
Brian Ashworth
2018-11-17
Implement strip_workspace_name.
Connor E
2018-10-13
cmd_bar: simplify logic
Brian Ashworth
2018-10-13
cmd_bar: fix bar id issues
Brian Ashworth
2018-10-13
Fix bar subcommand handler structs and selection
Brian Ashworth
2018-10-08
Allow status_command to be disabled via IPC
Ryan Dwyer
2018-09-03
Change _XOPEN_SOURCE defines to _POSIX_C_SOURCE
sghctoma
2018-08-30
Fix feature macros for FreeBSD
sghctoma
2018-07-09
Update for swaywm/wlroots#1126
emersion
2018-06-02
Address first round of review for generic blocks
Brian Ashworth
2018-06-02
Make command block implementation generic
Brian Ashworth
2018-03-29
Use statically allocated text buffer
Drew DeVault
2018-03-29
Add bar configuration commands
Drew DeVault
2017-11-18
Move everything to sway/old/
Drew DeVault
2017-03-10
UnGNUify the codebase
Drew DeVault
2016-12-15
Handle allocation failure in commands
Drew DeVault
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin