aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag/swaynag.c
Commit message (Expand)AuthorAge
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* swaynag: Implement wp_cursor_shape_v1Libravatar Alexander Orzechowski2023-07-31
* swaynag: handle wayland-cursor failuresLibravatar Simon Ser2023-07-17
* Use "default" XCursor instead of "left_ptr"Libravatar Simon Ser2023-06-25
* swaynag: call swaynag_destroy on clean exitLibravatar Manuel Stoeckl2023-01-16
* remove unnecessary strlen callLibravatar Nihal Jere2022-03-15
* swaynag: die on all allocation failuresLibravatar Nihal Jere2022-02-28
* Remove all sprintf callsLibravatar Simon Ser2022-02-08
* swaynag: remove buffer destruction conditionLibravatar Kirill Primak2022-01-23
* swaynag: remove xdg-output logicLibravatar Simon Ser2021-12-13
* swaynag: fix pointer button events on scaled outputsLibravatar xdavidwu2021-09-13
* swaynag: adds option to set wayland shell layerLibravatar James Edwards-Jones2021-06-17
* Use execlp("sh") instead of execl("/bin/sh")Libravatar Simon Ser2021-04-22
* swaynag: Use position from wl_pointer.enterLibravatar Kenny Levinsen2021-02-07
* Make Wayland request listeners static const when possibleLibravatar Manuel Stoeckl2021-02-04
* swaynag: sway_abort on failure to properly registerLibravatar Luke Drummond2020-06-10
* swaynag: allow specifying more buttons which execute and dismissLibravatar Graham Christensen2020-06-09
* swaynag: exit on wl_display_roundtrip errorLibravatar Dominique Martinet2020-04-02
* swaynag: fix segfault on exit when arguments are not correctLibravatar Dominique Martinet2020-03-29
* swaynag: Add multi-seat supportLibravatar Andri Yngvason2020-01-05
* check for empty string before calling strtoul() and check errnoLibravatar Daniel Eklöf2019-06-05
* swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZELibravatar Daniel Eklöf2019-06-05
* Spawn swaynag as a wayland clientLibravatar Brian Ashworth2019-04-14
* swaynag: fix pointer managementLibravatar Brian Ashworth2019-04-14
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Fixes for small existing bugs.Libravatar Connor E2019-01-16
* Remove usage of VLAs.Libravatar Connor E2019-01-16
* swaynag: remove double free of details buttonLibravatar Brian Ashworth2018-12-17
* swaynag: damage the cursor surface on updateLibravatar Brian Ashworth2018-12-15
* Cleanup list codeLibravatar Ian Fan2018-12-09
* Implement swaynag -B/--button-no-terminalLibravatar Brian Ashworth2018-11-27
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* More frees.Libravatar Connor E2018-11-13
* Sway clients: Exit gracefully when compositor is unavailableLibravatar Ryan Dwyer2018-10-15
* swaynag: fix use-after-free in wl_display_dispatchLibravatar Dominique Martinet2018-10-07
* swaynag: destroy old cursor theme when updatedLibravatar Ian Fan2018-08-10
* Fix compiler errors.Libravatar Geoff Greer2018-08-05
* Add missing stdlib.h includes to swaynagLibravatar Marien Zwart2018-08-03
* swaynag: address some more of sircmpwn's commentsLibravatar Brian Ashworth2018-08-01
* swaynag: fix hidpiLibravatar Brian Ashworth2018-08-01
* swaynag: allow more config optionsLibravatar Brian Ashworth2018-08-01
* swaynag: fix output selectionLibravatar Brian Ashworth2018-08-01
* swaynag: refactor {sway_,}nagbar to swaynagLibravatar Brian Ashworth2018-08-01