Age | Commit message (Expand) | Author |
2021-02-07 | swaynag: Use position from wl_pointer.enter | Kenny Levinsen |
2021-02-04 | Make command line option lists const | Manuel Stoeckl |
2021-02-04 | Make Wayland request listeners static const when possible | Manuel Stoeckl |
2021-01-16 | Changed fprintf(stdout,...) to printf(...) for more readable code | SpizzyCoder |
2020-09-14 | swaynag: add details background option | Mustafa Abdul-Kader |
2020-09-04 | swaynag: adds option to separately specify the text color for buttons | oliver-giersch |
2020-07-30 | Fix incorrect format specifiers | Antonin Décimo |
2020-06-10 | swaynag: sway_abort on failure to properly register | Luke Drummond |
2020-06-09 | swaynag: allow specifying more buttons which execute and dismiss | Graham Christensen |
2020-04-02 | swaynag: exit on wl_display_roundtrip error | Dominique Martinet |
2020-03-29 | swaynag: fix segfault on exit when arguments are not correct | Dominique Martinet |
2020-01-05 | swaynag: Add multi-seat support | Andri Yngvason |
2019-12-28 | parse_color: return success + drop fallback color | Brian Ashworth |
2019-08-31 | Fix markup syntax in man pages | Martin Michlmayr |
2019-06-05 | check for empty string before calling strtoul() and check errno | Daniel Eklöf |
2019-06-05 | swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZE | Daniel Eklöf |
2019-04-25 | swaybg: split into standalone project | Drew DeVault |
2019-04-20 | swaynag: revamp type configs | Brian Ashworth |
2019-04-14 | Spawn swaynag as a wayland client | Brian Ashworth |
2019-04-14 | swaynag: fix pointer management | Brian Ashworth |
2019-03-11 | Repair swaynag crash reading message from stdin | Peter Grayson |
2019-02-05 | swaynag: remove trailing newlines in config | Brian Ashworth |
2019-01-23 | Fix build failure in config.c | unraised |
2019-01-22 | Fix dead stores found by scan-build | M Stoeckl |
2019-01-22 | swaynag: Small graphical fix, add offset of +1 to X/Y. | Connor E |
2019-01-21 | Removed unused wlroots dependency for sway(bg|bar|msg|nag) | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-19 | swaynag: fix XDG_CONFIG_HOME handling | emersion |
2019-01-18 | meson: remove rpath options | emersion |
2019-01-16 | Fixes for small existing bugs. | Connor E |
2019-01-16 | Remove usage of VLAs. | Connor E |
2019-01-14 | swaynag: handle empty $XDG_CONFIG_HOME better | Ian Fan |
2019-01-01 | Remove readline.c | Ian Fan |
2018-12-17 | swaynag: remove double free of details button | Brian Ashworth |
2018-12-15 | swaynag: damage the cursor surface on update | Brian Ashworth |
2018-12-09 | Cleanup list code | Ian Fan |
2018-11-27 | Implement swaynag -B/--button-no-terminal | Brian Ashworth |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-13 | More frees. | Connor E |
2018-10-15 | Sway clients: Exit gracefully when compositor is unavailable | Ryan Dwyer |
2018-10-07 | swaynag: s/Toggle Details/Toggle details/ | Drew DeVault |
2018-10-07 | swaynag: fix use-after-free in wl_display_dispatch | Dominique Martinet |
2018-09-30 | Add support for installing binaries with DT_RPATH | Arkadiusz Hiler |
2018-09-30 | Turn funcs() into funcs(void) | Arkadiusz Hiler |
2018-09-08 | Align titles to baseline | Ryan Dwyer |
2018-08-20 | Fix bad-free in swaynag | Brian Ashworth |
2018-08-10 | swaynag: destroy old cursor theme when updated | Ian Fan |
2018-08-05 | Fix compiler errors. | Geoff Greer |
2018-08-03 | Add missing stdlib.h includes to swaynag | Marien Zwart |
2018-08-01 | swaynag: don't drop \n for first line | Brian Ashworth |