index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swaynag
/
main.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-01-16
swaynag: call swaynag_destroy on clean exit
Manuel Stoeckl
2022-12-22
swaynag: drop swaynag_type.font
Simon Ser
2022-06-05
swaynag: move close_button up to fix SIGSEGV
Greg Depoire--Ferrer
2022-03-15
swaynag: remove redundant status variables in main
Nihal Jere
2022-03-15
swaynag: remove unnecessary zero of swaynag struct
Nihal Jere
2022-03-15
swaynag: statically allocate button_close, and move declaration
Nihal Jere
2022-03-15
swaynag: allocate button_details with details
Nihal Jere
2022-02-28
swaynag: die on all allocation failures
Nihal Jere
2020-07-30
Fix incorrect format specifiers
Antonin Décimo
2020-03-29
swaynag: fix segfault on exit when arguments are not correct
Dominique Martinet
2019-04-20
swaynag: revamp type configs
Brian Ashworth
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-10-07
swaynag: s/Toggle Details/Toggle details/
Drew DeVault
2018-08-20
Fix bad-free in swaynag
Brian Ashworth
2018-08-03
Add missing stdlib.h includes to swaynag
Marien Zwart
2018-08-01
swaynag: fix hidpi
Brian Ashworth
2018-08-01
swaynag: allow more config options
Brian Ashworth
2018-08-01
swaynag: refactor {sway_,}nagbar to swaynag
Brian Ashworth
2018-08-01
swaynag: split config into own file and fix optind
Brian Ashworth
2018-08-01
swaynag: implement config file support
Brian Ashworth
2018-08-01
Address first round review for swaynag
Brian Ashworth