74 Commits (f167acce3a11f342df5fef21679ae4eb8624ae15)

Author SHA1 Message Date
Nihal Jere 061ffc30ea swaynag: die on all allocation failures
3 years ago
Simon Ser f707f583e1 Remove all sprintf calls
3 years ago
Kirill Primak cd1ee0e172 swaynag: remove buffer destruction condition
3 years ago
Simon Ser 57a7b3998e swaynag: remove xdg-output logic
3 years ago
xdavidwu 806b59eca3 swaynag: fix pointer button events on scaled outputs
3 years ago
Simon Ser 3f7a04df22 Rename pango_printf to render_text
3 years ago
Caduser2020 57ae751655 Simplify swaybar/swaynag scaling code
3 years ago
James Edwards-Jones d13090be54 swaynag: adds option to set wayland shell layer
3 years ago
sergio 92ba229094 details-gackground typo fix
4 years ago
Issam E. Maghni d45623c2db cairo: Replace <cairo/cairo.h> by <cairo.h>
4 years ago
Simon Ser 7beeb9e61b Use execlp("sh") instead of execl("/bin/sh")
4 years ago
Kenny Levinsen 63420a2caa swaynag: Use position from wl_pointer.enter
4 years ago
Manuel Stoeckl 169b90f90b Make command line option lists const
4 years ago
Manuel Stoeckl 8f2cd3236f Make Wayland request listeners static const when possible
4 years ago
SpizzyCoder 7cf25d3b98 Changed fprintf(stdout,...) to printf(...) for more readable code
4 years ago
Mustafa Abdul-Kader eb1c09030e swaynag: add details background option
4 years ago
oliver-giersch a543fa35ff swaynag: adds option to separately specify the text color for buttons
4 years ago
Antonin Décimo bbf7b92fe4 Fix incorrect format specifiers
4 years ago
Luke Drummond 62a530513c swaynag: sway_abort on failure to properly register
5 years ago
Graham Christensen a974300652 swaynag: allow specifying more buttons which execute and dismiss
5 years ago
Dominique Martinet 284dcb2dc7 swaynag: exit on wl_display_roundtrip error
5 years ago
Dominique Martinet 484f7677b0 swaynag: fix segfault on exit when arguments are not correct
5 years ago
Andri Yngvason 4c29a53386 swaynag: Add multi-seat support
5 years ago
Brian Ashworth 97f9f0b699 parse_color: return success + drop fallback color
5 years ago
Martin Michlmayr 3dcfa2ee90 Fix markup syntax in man pages
5 years ago
Daniel Eklöf b4b274cdce check for empty string before calling strtoul() and check errno
6 years ago
Daniel Eklöf 900d3287f9 swaybar/nag: use xcursor theme defined by XCURSOR_THEME/SIZE
6 years ago
Drew DeVault 236ca63419 swaybg: split into standalone project
6 years ago
Brian Ashworth 9099adbbe6 swaynag: revamp type configs
6 years ago
Brian Ashworth 6961bf2e4c Spawn swaynag as a wayland client
6 years ago
Brian Ashworth 8c69da11bb swaynag: fix pointer management
6 years ago
Peter Grayson 79369681ab Repair swaynag crash reading message from stdin
6 years ago
Brian Ashworth 665381d305 swaynag: remove trailing newlines in config
6 years ago
unraised c0dc740b2b
Fix build failure in config.c
6 years ago
M Stoeckl 0af5b26e41 Fix dead stores found by scan-build
6 years ago
Connor E 39cf477090 swaynag: Small graphical fix, add offset of +1 to X/Y.
6 years ago
M Stoeckl 4b1eaaf731 Removed unused wlroots dependency for sway(bg|bar|msg|nag)
6 years ago
M Stoeckl 1211a81aad Replace wlr_log with sway_log
6 years ago
emersion 07f4c1e3a9 swaynag: fix XDG_CONFIG_HOME handling
6 years ago
emersion bb2f007ad3
meson: remove rpath options
6 years ago
Connor E 70637b40fe Fixes for small existing bugs.
6 years ago
Connor E aa9d7d8ca1 Remove usage of VLAs.
6 years ago
Ian Fan 8729c65311 swaynag: handle empty $XDG_CONFIG_HOME better
6 years ago
Ian Fan a82b8a3c14 Remove readline.c
6 years ago
Brian Ashworth eb527ac01a swaynag: remove double free of details button
6 years ago
Brian Ashworth c8284176db swaynag: damage the cursor surface on update
6 years ago
Ian Fan c8776fac42 Cleanup list code
6 years ago
Brian Ashworth 673da83260 Implement swaynag -B/--button-no-terminal
6 years ago
emersion 3a310f92ab
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
6 years ago
Connor E eda1bf769f More frees.
6 years ago