aboutsummaryrefslogtreecommitdiff
path: root/swaynag/swaynag.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-07-31swaynag: Implement wp_cursor_shape_v1Alexander Orzechowski
2023-07-17swaynag: handle wayland-cursor failuresSimon Ser
2023-06-25Use "default" XCursor instead of "left_ptr"Simon Ser
2023-01-16swaynag: call swaynag_destroy on clean exitManuel Stoeckl
2022-03-15remove unnecessary strlen callNihal Jere
2022-02-28swaynag: die on all allocation failuresNihal Jere
2022-02-08Remove all sprintf callsSimon Ser
2022-01-23swaynag: remove buffer destruction conditionKirill Primak
2021-12-13swaynag: remove xdg-output logicSimon Ser
2021-09-13swaynag: fix pointer button events on scaled outputsxdavidwu
2021-06-17swaynag: adds option to set wayland shell layerJames Edwards-Jones
2021-04-22Use execlp("sh") instead of execl("/bin/sh")Simon Ser
2021-02-07swaynag: Use position from wl_pointer.enterKenny Levinsen
2021-02-04Make Wayland request listeners static const when possibleManuel Stoeckl
2020-06-10swaynag: sway_abort on failure to properly registerLuke Drummond
2020-06-09swaynag: allow specifying more buttons which execute and dismissGraham Christensen
2020-04-02swaynag: exit on wl_display_roundtrip errorDominique Martinet
2020-03-29swaynag: fix segfault on exit when arguments are not correctDominique Martinet
2020-01-05swaynag: Add multi-seat supportAndri Yngvason
2019-06-05check for empty string before calling strtoul() and check errnoDaniel Eklöf
2019-06-05swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZEDaniel Eklöf
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth
2019-04-14swaynag: fix pointer managementBrian Ashworth
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-16Fixes for small existing bugs.Connor E
2019-01-16Remove usage of VLAs.Connor E
2018-12-17swaynag: remove double free of details buttonBrian Ashworth
2018-12-15swaynag: damage the cursor surface on updateBrian Ashworth
2018-12-09Cleanup list codeIan Fan
2018-11-27Implement swaynag -B/--button-no-terminalBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-13More frees.Connor E
2018-10-15Sway clients: Exit gracefully when compositor is unavailableRyan Dwyer
2018-10-07swaynag: fix use-after-free in wl_display_dispatchDominique Martinet
2018-08-10swaynag: destroy old cursor theme when updatedIan Fan
2018-08-05Fix compiler errors.Geoff Greer
2018-08-03Add missing stdlib.h includes to swaynagMarien Zwart
2018-08-01swaynag: address some more of sircmpwn's commentsBrian Ashworth
2018-08-01swaynag: fix hidpiBrian Ashworth
2018-08-01swaynag: allow more config optionsBrian Ashworth
2018-08-01swaynag: fix output selectionBrian Ashworth
2018-08-01swaynag: refactor {sway_,}nagbar to swaynagBrian Ashworth