You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ian Fan
bcc61e5147
swaybar: handle mode/hidden_state changes
...
As well as adding the hidden_state property to the bar config struct,
this commit handles barconfig_update events when the mode or
hidden_state changes, and uses a new function determine_bar_visibility
to hide or show the bar as required, using, respectively,
destroy_layer_surface, which is also newly added, and add_layer_surface,
which has been changed to allow dynamically adding the surface.
6 years ago
..
sway
Merge pull request #2808 from RedSoxFan/bar-subcommands
6 years ago
swaybar
swaybar: handle mode/hidden_state changes
6 years ago
swaylock
swaylock: Support keyboard and pointer disconnects and reconnects
6 years ago
swaynag
Fix bad-free in swaynag
6 years ago
background-image.h
Initial swaylock port
7 years ago
cairo.h
swaybar, swaylock, & tree/container: Set cairo font options to render text and lines with subpixel hinting (if available).
6 years ago
ipc-client.h
swaybar: move core functionality to state.c
9 years ago
ipc.h
ipc: remove extraneous values
6 years ago
list.h
Use list_find in more places and refactor/fix workspace prev_next functions
6 years ago
log.h
Remove __PRETTY_FUNCTION__
6 years ago
meson.build
Address review comments
7 years ago
pango.h
Fix pango escaping and refactor escape_markup_text
6 years ago
pool-buffer.h
client/pool-buffer: munmap in destroy_buffer
7 years ago
readline.h
Address emersion's feedback on peek_line
7 years ago
stringop.h
Allow reload command to exist anywhere in the command string
6 years ago
unicode.h
Add password buffer, refactor rendering/surfaces
7 years ago
util.h
Remove obsolete base64.c file
6 years ago