Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-06 | Add wayland_client dependency to common | TheAvidDev | |
2019-01-21 | Removed unused wlroots dependency for sway(bg|bar|msg|nag) | M Stoeckl | |
Also remove direct libm dependency where unused. | |||
2019-01-17 | Remove unicode.c | emersion | |
2019-01-01 | Remove readline.c | Ian Fan | |
All occurrences of read_line have been replaced by getline. peek_line has been absorbed into detect_brace. | |||
2018-10-15 | Move swaybar's event loop to common directory and refactor | Ryan Dwyer | |
* The loop functions are now prefixed with `loop_`. * It is now easy to add timers to the loop. * Timers are implemented using pollfd and timerfd, rather than manually checking them when any other event happens to arrive. | |||
2018-04-04 | Add password buffer, refactor rendering/surfaces | Drew DeVault | |
2018-04-04 | Move swaybg background rendering into common/ | Drew DeVault | |
swaylock will use it too | |||
2018-03-29 | Start port of swaybar to layer shell | Drew DeVault | |
This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly. | |||
2018-03-28 | Add solid-color rendering to swaybg | Drew DeVault | |
2017-12-19 | build: add wlroots dependency to common | Dominique Martinet | |
It is required for include path if wlroots is not built in standard path, but found through pkg-config | |||
2017-11-30 | meson: common static library | Tony Crisci | |
2017-11-30 | use meson subdirectories | Tony Crisci | |