Age | Commit message (Collapse) | 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 | |
This commit removes has_* booleans from bar color struct. It also generalizes of functions in commands/bar/colors.c. | |||
2016-11-02 | add bar colours for focused_(workspace|statusline|separator) | D.B | |
If these aren't defined in config, color settings without 'focused_' prefix are used as a fallback. | |||
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 | |
This is for i3 (and i3ipc library) compatability. | |||
2016-08-03 | Use uintptr_t for ipc container id | Tony Crisci | |
This is for compatability with i3. | |||
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 | |
- null pointer check against container names - use actual json null values instead of "null" strings - add "visible" property to all containers | |||
2016-07-04 | fix typo in ipc-json.c | Zandr Martin | |
2016-07-04 | implement `get_tree` command | Zandr Martin | |