Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-02 | bar config: fix uninitialized accesses on init error | Dominique Martinet | |
If init fails halfway through it will call the destroy function, which needs some coherent stuff filled. Allocate with calloc and fill in what cannot fail first Found through static analysis. | |||
2018-07-02 | invoke_swaybar: fix message length header size | Dominique Martinet | |
size_t/ssize_t are 8 bytes on 64bit systems, so use the proper size to transmit that information. This could lead to ridiculously large alloc as len is not initialized to zero Found through static analysis | |||
2018-04-26 | Rename len to msg_len. Avoids an aliased variable that was a little ↵ | Geoff Greer | |
confusing to follow. | |||
2018-04-26 | invoke_swaybar(): Set process group. Kill process group. | Geoff Greer | |
Fixes a bug where terminate_swaybar() did not terminate swaybar. | |||
2018-03-31 | Free bar configs on reload and exit | Drew DeVault | |
2018-03-30 | Merge remote-tracking branch 'origin/wlroots' into swaybar-layers | Drew DeVault | |
2018-03-29 | Terminate swaybar when freeing bar config | Drew DeVault | |
2018-03-29 | Spawn swaybars when outputs are added | Drew DeVault | |
2018-03-29 | Move bar config into its own file | Drew DeVault | |