aboutsummaryrefslogtreecommitdiff
path: root/swaynag
AgeCommit message (Expand)Author
2019-04-14swaynag: fix pointer managementBrian 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-22Fix dead stores found by scan-buildM Stoeckl
2019-01-22swaynag: Small graphical fix, add offset of +1 to X/Y.Connor E
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-19swaynag: fix XDG_CONFIG_HOME handlingemersion
2019-01-18meson: remove rpath optionsemersion
2019-01-16Fixes for small existing bugs.Connor E
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-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: s/Toggle Details/Toggle details/Drew DeVault
2018-10-07swaynag: fix use-after-free in wl_display_dispatchDominique Martinet
2018-09-30Add support for installing binaries with DT_RPATHArkadiusz Hiler
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler
2018-09-08Align titles to baselineRyan Dwyer
2018-08-20Fix bad-free in swaynagBrian Ashworth
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: don't drop \n for first lineBrian Ashworth
2018-08-01swaynag: add blank lines after headings in scdocsBrian Ashworth
2018-08-01swaynag: swaybar like default colorsBrian Ashworth
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: add math to meson.buildBrian Ashworth
2018-08-01swaynag: fix output selectionBrian Ashworth
2018-08-01swaynag: refactor {sway_,}nagbar to swaynagBrian Ashworth
2018-08-01swaynag: split config into own file and fix optindBrian Ashworth
2018-08-01Disable pango markup for extended messageDrew DeVault
2018-08-01Set output to NULL if not specifiedDrew DeVault
2018-08-01swaynag: implement config file supportBrian Ashworth
2018-08-01Address first round review for swaynagBrian Ashworth