aboutsummaryrefslogtreecommitdiff
path: root/sway/ipc-json.c
AgeCommit message (Collapse)Author
2016-10-02consolidate nodes jsonZandr Martin
2016-09-21add unique IDs to containersZandr Martin
2016-09-18implement "focused container" feature for swaygrabZandr Martin
2016-09-17take four!Zandr Martin
2016-09-01Reorganize includesDrew DeVault
2016-08-04ipc: always include nodes in viewsTony Crisci
This is for i3 (and i3ipc library) compatability.
2016-08-03Use uintptr_t for ipc container idTony Crisci
This is for compatability with i3.
2016-08-02remove unmanaged nodes from get_treeZandr Martin
2016-07-28Update IPC JSON responses for HiDPI setupsDrew DeVault
2016-07-21Handle transient_forMykyta Holubakha
2016-07-21Unite describe_view and describe_windowMykyta Holubakha
2016-07-21More progress on window eventsMykyta Holubakha
2016-07-17Implement configurable wrapping on bar ws scrollDrew DeVault
2016-07-17Fix a memory leakHummer12007
2016-07-12Fix build on x86Mykyta Holubakha
2016-07-05get_tree json fixesZandr Martin
- null pointer check against container names - use actual json null values instead of "null" strings - add "visible" property to all containers
2016-07-04fix typo in ipc-json.cZandr Martin
2016-07-04implement `get_tree` commandZandr Martin