aboutsummaryrefslogtreecommitdiff
path: root/swaynag
AgeCommit message (Expand)AuthorFilesLines
2019-01-23Fix build failure in config.cunraised1-0/+1
2019-01-22Fix dead stores found by scan-buildM Stoeckl1-7/+0
2019-01-22swaynag: Small graphical fix, add offset of +1 to X/Y.Connor E1-2/+2
2019-01-21Removed unused wlroots dependency for sway(bg|bar|msg|nag)M Stoeckl1-2/+0
2019-01-21Replace wlr_log with sway_logM Stoeckl3-21/+21
2019-01-19swaynag: fix XDG_CONFIG_HOME handlingemersion1-1/+1
2019-01-18meson: remove rpath optionsemersion1-1/+0
2019-01-16Fixes for small existing bugs.Connor E1-1/+2
2019-01-16Remove usage of VLAs.Connor E2-2/+4
2019-01-14swaynag: handle empty $XDG_CONFIG_HOME betterIan Fan1-14/+4
2019-01-01Remove readline.cIan Fan1-38/+24
2018-12-17swaynag: remove double free of details buttonBrian Ashworth1-1/+0
2018-12-15swaynag: damage the cursor surface on updateBrian Ashworth1-1/+3
2018-12-09Cleanup list codeIan Fan2-7/+4
2018-11-27Implement swaynag -B/--button-no-terminalBrian Ashworth3-5/+21
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion4-7/+4
2018-11-13More frees.Connor E1-0/+1
2018-10-15Sway clients: Exit gracefully when compositor is unavailableRyan Dwyer1-1/+5
2018-10-07swaynag: s/Toggle Details/Toggle details/Drew DeVault2-2/+2
2018-10-07swaynag: fix use-after-free in wl_display_dispatchDominique Martinet1-4/+4
2018-09-30Add support for installing binaries with DT_RPATHArkadiusz Hiler1-0/+1
2018-09-30Turn funcs() into funcs(void)Arkadiusz Hiler1-1/+1
2018-09-08Align titles to baselineRyan Dwyer1-5/+5
2018-08-20Fix bad-free in swaynagBrian Ashworth2-8/+11
2018-08-10swaynag: destroy old cursor theme when updatedIan Fan1-0/+3
2018-08-05Fix compiler errors.Geoff Greer1-0/+1
2018-08-03Add missing stdlib.h includes to swaynagMarien Zwart2-0/+2
2018-08-01swaynag: don't drop \n for first lineBrian Ashworth1-8/+4
2018-08-01swaynag: add blank lines after headings in scdocsBrian Ashworth2-0/+6
2018-08-01swaynag: swaybar like default colorsBrian Ashworth1-4/+9
2018-08-01swaynag: address some more of sircmpwn's commentsBrian Ashworth2-25/+36
2018-08-01swaynag: fix hidpiBrian Ashworth3-61/+88
2018-08-01swaynag: allow more config optionsBrian Ashworth7-123/+362
2018-08-01swaynag: add math to meson.buildBrian Ashworth1-0/+1
2018-08-01swaynag: fix output selectionBrian Ashworth1-1/+2
2018-08-01swaynag: refactor {sway_,}nagbar to swaynagBrian Ashworth6-363/+366
2018-08-01swaynag: split config into own file and fix optindBrian Ashworth4-289/+301
2018-08-01Disable pango markup for extended messageDrew DeVault1-2/+2
2018-08-01Set output to NULL if not specifiedDrew DeVault1-16/+3
2018-08-01swaynag: implement config file supportBrian Ashworth7-122/+470
2018-08-01Address first round review for swaynagBrian Ashworth5-0/+1038