aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag
Commit message (Expand)AuthorAge
* details-gackground typo fixLibravatar sergio2021-05-28
* cairo: Replace <cairo/cairo.h> by <cairo.h>Libravatar Issam E. Maghni2021-05-10
* Use execlp("sh") instead of execl("/bin/sh")Libravatar Simon Ser2021-04-22
* swaynag: Use position from wl_pointer.enterLibravatar Kenny Levinsen2021-02-07
* Make command line option lists constLibravatar Manuel Stoeckl2021-02-04
* Make Wayland request listeners static const when possibleLibravatar Manuel Stoeckl2021-02-04
* Changed fprintf(stdout,...) to printf(...) for more readable codeLibravatar SpizzyCoder2021-01-16
* swaynag: add details background optionLibravatar Mustafa Abdul-Kader2020-09-14
* swaynag: adds option to separately specify the text color for buttonsLibravatar oliver-giersch2020-09-04
* Fix incorrect format specifiersLibravatar Antonin Décimo2020-07-30
* swaynag: sway_abort on failure to properly registerLibravatar Luke Drummond2020-06-10
* swaynag: allow specifying more buttons which execute and dismissLibravatar Graham Christensen2020-06-09
* swaynag: exit on wl_display_roundtrip errorLibravatar Dominique Martinet2020-04-02
* swaynag: fix segfault on exit when arguments are not correctLibravatar Dominique Martinet2020-03-29
* swaynag: Add multi-seat supportLibravatar Andri Yngvason2020-01-05
* parse_color: return success + drop fallback colorLibravatar Brian Ashworth2019-12-28
* Fix markup syntax in man pagesLibravatar Martin Michlmayr2019-08-31
* check for empty string before calling strtoul() and check errnoLibravatar Daniel Eklöf2019-06-05
* swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZELibravatar Daniel Eklöf2019-06-05
* swaybg: split into standalone projectLibravatar Drew DeVault2019-04-25
* swaynag: revamp type configsLibravatar Brian Ashworth2019-04-20
* Spawn swaynag as a wayland clientLibravatar Brian Ashworth2019-04-14
* swaynag: fix pointer managementLibravatar Brian Ashworth2019-04-14
* Repair swaynag crash reading message from stdinLibravatar Peter Grayson2019-03-11
* swaynag: remove trailing newlines in configLibravatar Brian Ashworth2019-02-05
* Fix build failure in config.cLibravatar unraised2019-01-23
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* swaynag: Small graphical fix, add offset of +1 to X/Y.Libravatar Connor E2019-01-22
* Removed unused wlroots dependency for sway(bg|bar|msg|nag)Libravatar M Stoeckl2019-01-21
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* swaynag: fix XDG_CONFIG_HOME handlingLibravatar emersion2019-01-19
* meson: remove rpath optionsLibravatar emersion2019-01-18
* Fixes for small existing bugs.Libravatar Connor E2019-01-16
* Remove usage of VLAs.Libravatar Connor E2019-01-16
* swaynag: handle empty $XDG_CONFIG_HOME betterLibravatar Ian Fan2019-01-14
* Remove readline.cLibravatar Ian Fan2019-01-01
* swaynag: remove double free of details buttonLibravatar Brian Ashworth2018-12-17
* swaynag: damage the cursor surface on updateLibravatar Brian Ashworth2018-12-15
* Cleanup list codeLibravatar Ian Fan2018-12-09
* Implement swaynag -B/--button-no-terminalLibravatar Brian Ashworth2018-11-27
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* More frees.Libravatar Connor E2018-11-13
* Sway clients: Exit gracefully when compositor is unavailableLibravatar Ryan Dwyer2018-10-15
* swaynag: s/Toggle Details/Toggle details/Libravatar Drew DeVault2018-10-07
* swaynag: fix use-after-free in wl_display_dispatchLibravatar Dominique Martinet2018-10-07
* Add support for installing binaries with DT_RPATHLibravatar Arkadiusz Hiler2018-09-30
* Turn funcs() into funcs(void)Libravatar Arkadiusz Hiler2018-09-30
* Align titles to baselineLibravatar Ryan Dwyer2018-09-08
* Fix bad-free in swaynagLibravatar Brian Ashworth2018-08-20
* swaynag: destroy old cursor theme when updatedLibravatar Ian Fan2018-08-10