aboutsummaryrefslogtreecommitdiff
path: root/swaynag/main.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-01-16swaynag: call swaynag_destroy on clean exitManuel Stoeckl
2022-12-22swaynag: drop swaynag_type.fontSimon Ser
2022-06-05swaynag: move close_button up to fix SIGSEGVGreg Depoire--Ferrer
2022-03-15swaynag: remove redundant status variables in mainNihal Jere
2022-03-15swaynag: remove unnecessary zero of swaynag structNihal Jere
2022-03-15swaynag: statically allocate button_close, and move declarationNihal Jere
2022-03-15swaynag: allocate button_details with detailsNihal Jere
2022-02-28swaynag: die on all allocation failuresNihal Jere
2020-07-30Fix incorrect format specifiersAntonin Décimo
2020-03-29swaynag: fix segfault on exit when arguments are not correctDominique Martinet
2019-04-20swaynag: revamp type configsBrian Ashworth
2019-01-21Replace wlr_log with sway_logM Stoeckl
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-10-07swaynag: s/Toggle Details/Toggle details/Drew DeVault
2018-08-20Fix bad-free in swaynagBrian Ashworth
2018-08-03Add missing stdlib.h includes to swaynagMarien Zwart
2018-08-01swaynag: fix hidpiBrian Ashworth
2018-08-01swaynag: allow more config optionsBrian Ashworth
2018-08-01swaynag: refactor {sway_,}nagbar to swaynagBrian Ashworth
2018-08-01swaynag: split config into own file and fix optindBrian Ashworth
2018-08-01swaynag: implement config file supportBrian Ashworth
2018-08-01Address first round review for swaynagBrian Ashworth