1
1
mirror of https://github.com/swaywm/sway synced 2025-04-04 14:09:08 +02:00
sway/sway
Claudia a25645a5a6 Fix tabbed/stacking container height regression
Commit c2d6aff added a bounds check on `height - title_bar_height`,
repurposing the local variable `height` in an attempt to DRY out the
expression.

However, because re-assignment occurs inside the loop body, its result
would leak across loop iterations, compounding its effect and leading
to the artifact reported in issue #8625, where each child except the
first in a tabbed container would acquire a visible waterline.

Introduce a second variable and reset it in each loop iteration to get
rid of the waterline.

Fixes #8625.
2025-03-27 08:09:53 +01:00
..
commands stringop: fix has_prefix() arg order in config parsing 2025-03-20 21:31:32 +01:00
config config/output: Reset everything before swaybg exec 2025-03-11 09:15:05 +01:00
desktop Fix tabbed/stacking container height regression 2025-03-27 08:09:53 +01:00
input text_input: Fix ime panic in ext-session-lock 2025-03-20 15:55:21 +01:00
tree Avoid crashing on too many containers 2025-03-21 21:08:04 -04:00
commands.c Add support for tearing-control-v1 2024-08-05 02:13:49 +02:00
config.c Use has_prefix() instead of strncmp() throughout 2025-01-07 16:35:31 +01:00
criteria.c Remove constraint that con->view != NULL to use __focused__ criteria 2025-03-07 17:53:40 +01:00
decoration.c Fix double free when unmapping any view 2018-11-15 15:22:09 +10:00
ipc-json.c sway/ipc-json: add ext-foreign-toplevel-handle identifier to get_tree ipc output 2025-02-16 19:18:29 +01:00
ipc-server.c ipc-server: Force modeset if needed after executing commands 2024-11-17 19:11:58 +01:00
lock.c ext-session-lock: Do not use commit listener to arrange 2024-09-20 00:26:36 -04:00
main.c Use SIG_IGN for SIGCHLD instead of our own handler 2025-03-11 09:15:05 +01:00
meson.build Add support for tearing-control-v1 2024-08-05 02:13:49 +02:00
realtime.c realtime: request SCHED_RR using CAP_SYS_NICE 2022-05-18 11:20:17 +02:00
scene_descriptor.c fix: sway crashes if switch to another workspace with surface when IME popup is shown 2024-10-07 23:07:25 -04:00
server.c sway/server: create ext-data-control manager 2025-03-09 10:46:26 +01:00
sway_text_node.c sway_text_node: Remove use of source box 2025-02-25 09:48:40 -05:00
sway-bar.5.scd man: Document bar mode toggle command 2025-02-06 18:02:35 +01:00
sway-input.5.scd Add support for LIBINPUT_CONFIG_DRAG_LOCK_ENABLED_STICKY 2024-11-23 13:06:49 +03:00
sway-ipc.7.scd docs: use "window" instead of "view" throughout. 2025-02-17 00:13:15 +01:00
sway-output.5.scd Add toggle for output adaptive_sync 2024-09-20 15:38:27 +02:00
sway.1.scd man: update maintainer 2021-01-08 09:33:51 +01:00
sway.5.scd man: clarify criteria (incl. PCRE2 usage) 2025-03-23 15:03:24 +01:00
swaynag.c Rework fork/exec strategy 2025-03-06 11:46:59 +01:00
xdg_activation_v1.c xdg-activation: launcher tokens are activation requests 2024-07-06 16:12:27 +02:00
xdg_decoration.c xdg-shell: chase events update 2023-11-23 19:41:57 +01:00