| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-23 | common: move load_image to swaybar | Furkan Sahin | -2/+0 | |
| swaynag, swaymsg, and sway do not use this function and are unlikely to in the future. | ||||
| 2022-04-23 | sway: add bindgesture command | Furkan Sahin | -0/+1 | |
| Co-authored-by: Michael Weiser <michael.weiser@gmx.de> | ||||
| 2020-06-06 | Add wayland_client dependency to common | Furkan Sahin | -1/+2 | |
| 2019-01-21 | Removed unused wlroots dependency for sway(bg|bar|msg|nag) | Furkan Sahin | -2/+1 | |
| Also remove direct libm dependency where unused. | ||||
| 2019-01-17 | Remove unicode.c | Furkan Sahin | -1/+0 | |
| 2018-12-09 | Remove readline.c | Furkan Sahin | -1/+0 | |
| All occurrences of read_line have been replaced by getline. peek_line has been absorbed into detect_brace. | ||||
| 2018-10-13 | Move swaybar's event loop to common directory and refactor | Furkan Sahin | -0/+1 | |
| * 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-03 | Add password buffer, refactor rendering/surfaces | Furkan Sahin | -0/+1 | |
| 2018-04-02 | Move swaybg background rendering into common/ | Furkan Sahin | -12/+8 | |
| swaylock will use it too | ||||
| 2018-03-28 | Start port of swaybar to layer shell | Furkan Sahin | -0/+3 | |
| 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-27 | Add solid-color rendering to swaybg | Furkan Sahin | -5/+16 | |
| 2017-12-19 | build: add wlroots dependency to common | Furkan Sahin | -0/+1 | |
| 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 | Furkan Sahin | -7/+10 | |
| 2017-11-30 | use meson subdirectories | Furkan Sahin | -0/+8 | |
