sway/sway
Hugo Osvaldo Barrera 9acb015755 Deduplicate code for rendering titlebar texts
The title itself and marks were being rendered by two very-similar yet
different functions, and any changes made to one had to be reflected on
the other.

This mostly prevents such oversights from happening, and keeps makes
sure we keep both consistent.
2021-08-27 10:12:57 +02:00
..
commands Use fixed titlebar heights 2021-08-26 20:16:14 +02:00
config Fallback to other output modes if preferred mode fails 2021-08-12 21:06:26 +02:00
desktop Use fixed titlebar heights 2021-08-26 20:16:14 +02:00
input seatop_down: Change type of sx, sy to double in begin_seatop_down 2021-08-05 09:26:11 -04:00
tree Deduplicate code for rendering titlebar texts 2021-08-27 10:12:57 +02:00
commands.c Fix for_window criteria and mouse button bindings 2021-02-25 09:48:39 -05:00
config.c Use fixed titlebar heights 2021-08-26 20:16:14 +02:00
criteria.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c Update wlr_box includes 2021-07-07 11:29:14 +02:00
ipc-server.c Fix incorrect format specifiers 2020-07-30 22:02:42 -04:00
main.c main: removed vc4 detection code. 2021-04-29 18:04:34 +02:00
meson.build Implement xdg-activation-v1 2021-06-02 19:39:40 +02:00
server.c Implement xdg-activation-v1 2021-06-02 19:39:40 +02:00
sway-bar.5.scd man: update Pango font description URL 2021-08-04 02:15:04 +02:00
sway-input.5.scd man: document `input XXX map_to_output *` 2021-02-25 09:38:00 -05:00
sway-ipc.7.scd Added scroll_factor input variable to ipc output 2021-05-05 19:50:15 +02:00
sway-output.5.scd fix typo in sway-output.5.scd 2021-06-13 17:22:33 +02:00
sway.1.scd man: update maintainer 2021-01-08 09:33:51 +01:00
sway.5.scd Update Pango font description URL in sway.5.scd 2021-08-19 18:06:29 +02:00
swaynag.c Use execlp("sh") instead of execl("/bin/sh") 2021-04-22 23:12:49 +02:00
xdg_activation_v1.c Implement xdg-activation-v1 2021-06-02 19:39:40 +02:00
xdg_decoration.c xdg-decoration: let floating clients set borders 2021-08-12 10:02:17 +02:00