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
/
ipc-json.c
Age
Commit message (
Expand
)
Author
2017-01-06
Fix workspace layouts in json data
Hummer12007
2016-12-15
Handle calloc failures
Drew DeVault
2016-11-02
change bar colors from char[10] to *char
D.B
2016-11-02
add bar colours for focused_(workspace|statusline|separator)
D.B
2016-11-02
use urgent_ws color in swaybar if binding_mode is undefined
D.B
2016-10-02
consolidate nodes json
Zandr Martin
2016-09-21
add unique IDs to containers
Zandr Martin
2016-09-18
implement "focused container" feature for swaygrab
Zandr Martin
2016-09-17
take four!
Zandr Martin
2016-09-01
Reorganize includes
Drew DeVault
2016-08-04
ipc: always include nodes in views
Tony Crisci
2016-08-03
Use uintptr_t for ipc container id
Tony Crisci
2016-08-02
remove unmanaged nodes from get_tree
Zandr Martin
2016-07-28
Update IPC JSON responses for HiDPI setups
Drew DeVault
2016-07-21
Handle transient_for
Mykyta Holubakha
2016-07-21
Unite describe_view and describe_window
Mykyta Holubakha
2016-07-21
More progress on window events
Mykyta Holubakha
2016-07-17
Implement configurable wrapping on bar ws scroll
Drew DeVault
2016-07-17
Fix a memory leak
Hummer12007
2016-07-12
Fix build on x86
Mykyta Holubakha
2016-07-05
get_tree json fixes
Zandr Martin
2016-07-04
fix typo in ipc-json.c
Zandr Martin
2016-07-04
implement `get_tree` command
Zandr Martin