Hyprland/src
scorpion-26 babb9c07b0
swipe: Prevent hiding current workspace when swiping (#4417)
When workspace_swipe_use_r is enabled, swiping from WS 1 to a non-empty WS 2 would
hide WS 1 (Similar effect to issue #4076). This is caused by a faulty
check which doesn't consider, that workspaceIDLeft could be the current
workspace.
This bug is only a problem for r, because m wraps around on WS 1 m-1, whereas r stays on WS 1.
2024-01-11 19:22:40 +01:00
..
config input: add special_fallthrough 2024-01-09 13:17:55 +01:00
debug hyprctl: add systeminfo 2024-01-01 17:53:03 +01:00
events surface: avoid spam of window surfaces with scale and transform events 2024-01-11 14:07:28 +01:00
helpers surface: avoid spam of window surfaces with scale and transform events 2024-01-11 14:07:28 +01:00
hyprerror Internal: Hyprland box implementation (#3755) 2023-11-04 17:03:05 +00:00
init style/ci: apply clang-format and verify it in ci (#4039) 2023-12-06 22:54:56 +00:00
layout layout: Round window pos and size on togglefloating (#4407) 2024-01-10 18:08:58 +01:00
managers swipe: Prevent hiding current workspace when swiping (#4417) 2024-01-11 19:22:40 +01:00
pch pch: add format 2023-09-06 14:59:34 +02:00
plugins HookSystem: rename PAGESIZE_VAR from PAGESIZE to avoid conflict (#4321) 2024-01-01 23:05:26 +01:00
protocols toplevelexport: fix missed pmonitor set for opengl 2023-12-15 21:20:13 +00:00
render surface: avoid spam of window surfaces with scale and transform events 2024-01-11 14:07:28 +01:00
Compositor.cpp surface: avoid spam of window surfaces with scale and transform events 2024-01-11 14:07:28 +01:00
Compositor.hpp dwindle: Use window->middle() when cursor is on reserved area (#4253) 2023-12-26 17:24:31 +01:00
defines.hpp internal: cleanup headers in helpers/ 2023-08-07 13:36:14 +02:00
includes.hpp style/ci: apply clang-format and verify it in ci (#4039) 2023-12-06 22:54:56 +00:00
macros.hpp style/ci: apply clang-format and verify it in ci (#4039) 2023-12-06 22:54:56 +00:00
main.cpp main: Fix typo in std::cerr (#4359) 2024-01-05 12:45:49 +01:00
meson.build meson: Sort input file list (#3550) 2023-10-11 19:49:42 +01:00
SharedDefs.hpp internal: minor include fixes and missed format 2023-12-29 10:27:09 +01:00
version.h.in hyprctl: add commit date to "hyprctl version" (#4171) 2023-12-17 14:29:58 +00:00
Window.cpp surface: avoid spam of window surfaces with scale and transform events 2024-01-11 14:07:28 +01:00
Window.hpp subsurfaceTree: update surface tree protocol feedback on map 2024-01-09 18:14:08 +01:00