Hyprland/src/managers/input
MightyPlaza e989a0bcff
internal: refactor fullscreen states (#7104)
* refactor fullscreen
modified:   src/Compositor.cpp
modified:   src/Compositor.hpp
modified:   src/config/ConfigManager.cpp
modified:   src/config/ConfigManager.hpp
modified:   src/debug/HyprCtl.cpp
modified:   src/desktop/LayerSurface.cpp
modified:   src/desktop/Window.cpp
modified:   src/desktop/Window.hpp
modified:   src/desktop/Workspace.cpp
modified:   src/desktop/Workspace.hpp
modified:   src/events/Windows.cpp
modified:   src/helpers/Monitor.cpp
modified:   src/layout/DwindleLayout.cpp
modified:   src/layout/DwindleLayout.hpp
modified:   src/layout/IHyprLayout.cpp
modified:   src/layout/IHyprLayout.hpp
modified:   src/layout/MasterLayout.cpp
modified:   src/layout/MasterLayout.hpp
modified:   src/managers/KeybindManager.cpp
modified:   src/managers/KeybindManager.hpp
modified:   src/managers/input/IdleInhibitor.cpp
modified:   src/managers/input/InputManager.cpp
modified:   src/managers/input/Swipe.cpp
modified:   src/protocols/ForeignToplevelWlr.cpp
modified:   src/render/Renderer.cpp
modified:   src/render/decorations/CHyprGroupBarDecoration.cpp

* clean up
modified:   src/config/ConfigManager.cpp
modified:   src/debug/HyprCtl.cpp
modified:   src/desktop/Window.hpp
modified:   src/desktop/Workspace.cpp
modified:   src/events/Windows.cpp
modified:   src/managers/KeybindManager.cpp
modified:   src/managers/input/Swipe.cpp

* fix mapWindow fullscreen
modified:   src/events/Windows.cpp

* fix typo
modified:   src/desktop/Workspace.cpp

* add fullscreenstate
modified:   src/config/ConfigManager.cpp
modified:   src/events/Windows.cpp

* change syncFullscreen to lower
modified:   src/config/ConfigManager.hpp

* initialize fs state
modified:   src/desktop/Window.hpp
2024-07-31 19:55:52 +02:00
..
IdleInhibitor.cpp internal: refactor fullscreen states (#7104) 2024-07-31 19:55:52 +02:00
InputManager.cpp internal: refactor fullscreen states (#7104) 2024-07-31 19:55:52 +02:00
InputManager.hpp Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
InputMethodPopup.cpp wayland/core: move to new impl (#6268) 2024-06-08 10:07:59 +02:00
InputMethodPopup.hpp core: Move to hyprutils for Math 2024-06-19 16:20:15 +02:00
InputMethodRelay.cpp protocols: move text-input-v1 to hyprwayland-scanner (#7096) 2024-07-29 18:14:19 +02:00
InputMethodRelay.hpp protocols: move text-input-v1 to hyprwayland-scanner (#7096) 2024-07-29 18:14:19 +02:00
Swipe.cpp internal: refactor fullscreen states (#7104) 2024-07-31 19:55:52 +02:00
Tablets.cpp Core: Move to aquamarine (#6608) 2024-07-21 13:09:54 +02:00
TextInput.cpp protocols: move text-input-v1 to hyprwayland-scanner (#7096) 2024-07-29 18:14:19 +02:00
TextInput.hpp protocols: move text-input-v1 to hyprwayland-scanner (#7096) 2024-07-29 18:14:19 +02:00
Touch.cpp touch: fix touch swipe invert config (#7014) 2024-07-24 10:59:50 +02:00