Age | Commit message (Expand) | Author |
2023-07-31 | swaynag: Implement wp_cursor_shape_v1 | Alexander Orzechowski |
2023-07-17 | swaynag: handle wayland-cursor failures | Simon Ser |
2023-06-25 | Use "default" XCursor instead of "left_ptr" | Simon Ser |
2023-01-16 | swaynag: call swaynag_destroy on clean exit | Manuel Stoeckl |
2022-03-15 | remove unnecessary strlen call | Nihal Jere |
2022-02-28 | swaynag: die on all allocation failures | Nihal Jere |
2022-02-08 | Remove all sprintf calls | Simon Ser |
2022-01-23 | swaynag: remove buffer destruction condition | Kirill Primak |
2021-12-13 | swaynag: remove xdg-output logic | Simon Ser |
2021-09-13 | swaynag: fix pointer button events on scaled outputs | xdavidwu |
2021-06-17 | swaynag: adds option to set wayland shell layer | James Edwards-Jones |
2021-04-22 | Use execlp("sh") instead of execl("/bin/sh") | Simon Ser |
2021-02-07 | swaynag: Use position from wl_pointer.enter | Kenny Levinsen |
2021-02-04 | Make Wayland request listeners static const when possible | Manuel Stoeckl |
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-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-14 | Spawn swaynag as a wayland client | Brian Ashworth |
2019-04-14 | swaynag: fix pointer management | Brian Ashworth |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-16 | Fixes for small existing bugs. | Connor E |
2019-01-16 | Remove usage of VLAs. | Connor E |
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: fix use-after-free in wl_display_dispatch | Dominique Martinet |
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: address some more of sircmpwn's comments | Brian Ashworth |
2018-08-01 | swaynag: fix hidpi | Brian Ashworth |
2018-08-01 | swaynag: allow more config options | Brian Ashworth |
2018-08-01 | swaynag: fix output selection | Brian Ashworth |
2018-08-01 | swaynag: refactor {sway_,}nagbar to swaynag | Brian Ashworth |