aboutsummaryrefslogtreecommitdiff
path: root/swaynag/config.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-11-03swaynag/config.c: fix build against gcc-14 (-Walloc-size)Sergei Trofimovich
2023-01-16swaynag: call swaynag_destroy on clean exitManuel Stoeckl
2022-12-22swaynag: drop swaynag_type.fontSimon Ser
2022-07-01Reuse parsed PangoFontDescriptionHugo Osvaldo Barrera
2022-05-07swaynag: combine consecutive declaration/assignmentsNihal Jere
2022-05-07swaynag: improve robustness when loading configNihal Jere
2022-05-07swaynag: do error checking and rename read_from_stdinNihal Jere
2022-03-15swaynag: allocate button_details with detailsNihal Jere
2022-02-28swaynag: die on all allocation failuresNihal Jere
2022-02-08Remove all sprintf callsSimon Ser
2021-06-17swaynag: adds option to set wayland shell layerJames Edwards-Jones
2021-02-04Make command line option lists constManuel Stoeckl
2021-01-16Changed fprintf(stdout,...) to printf(...) for more readable codeSpizzyCoder
2020-09-14swaynag: add details background optionMustafa Abdul-Kader
2020-09-04swaynag: adds option to separately specify the text color for buttonsoliver-giersch
2020-06-09swaynag: allow specifying more buttons which execute and dismissGraham Christensen
2019-12-28parse_color: return success + drop fallback colorBrian Ashworth
2019-04-20swaynag: revamp type configsBrian Ashworth
2019-03-11Repair swaynag crash reading message from stdinPeter Grayson
2019-02-05swaynag: remove trailing newlines in configBrian Ashworth
2019-01-23Fix build failure in config.cunraised
2019-01-19swaynag: fix XDG_CONFIG_HOME handlingemersion
2019-01-16Remove usage of VLAs.Connor E
2019-01-14swaynag: handle empty $XDG_CONFIG_HOME betterIan Fan
2019-01-01Remove readline.cIan Fan
2018-11-27Implement swaynag -B/--button-no-terminalBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler
2018-08-20Fix bad-free in swaynagBrian Ashworth
2018-08-01swaynag: don't drop \n for first lineBrian 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