aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/managers
AgeCommit message (Expand)Author
2024-09-25improve output configVaxry
2024-09-25pointermgr: avoid hogging CMonitor refsVaxry
2024-09-24hyprctl: add submap requestvaxerski
2024-09-24eventloop: dispatch pending in session on startVaxry
2024-09-24internal: nuke wlsignal and relatedVaxry
2024-09-18pointermgr: Hide hardware cursor on leave (#7806)Vaxry
2024-09-18dispatchers: allow moveintogroup when floating (#7818)Aqa-Ib
2024-09-15textinput: don't reset if ti isn't enabled (#7798)Sungyoon Cho
2024-09-14internal: fix initial cursor warping (#7793)Ikalco
2024-09-12textinput: fix tiv3 leave (#7761)Sungyoon Cho
2024-09-12xwayland: remove extra x11 deactivation (#7755)trianta
2024-09-11pointermgr: avoid derefing null outputsVaxry
2024-09-10textinput: handle IME resetting (#7731)Sungyoon Cho
2024-09-09input: move dmps activation to input listeners (#7721)Maximilian Seidler
2024-09-09tiv1: fix deleting first character (#7716)Sungyoon Cho
2024-09-07config: add exec-shutdown for running commands on shutdown (#7683)trianta
2024-09-07input: try to refocus a focusable window when seat grabs are reset (#7669)outfoxxed
2024-09-06input: kb focus mouse focused window if unset (#7666)outfoxxed
2024-09-06input: move idle notify to input handlers (#7659)Maximilian Seidler
2024-09-06workspacerules: fix on-created-empty window focus (#7657)Sungyoon Cho
2024-09-05textinput: fix ime activation in some edge cases (#7660)Sungyoon Cho
2024-09-04sessionLock: ensure sls focus in some edge cases (#7647)Maximilian Seidler
2024-09-04input: don't emit idle activity when calling simulateMouseMovement (#7649)Maximilian Seidler
2024-09-01textinput: don't deactivate ime if another ti is focused (#7617)Sungyoon Cho
2024-09-01textinput: send deactivate to ime on destory ti (#7614)Sungyoon Cho
2024-08-31protocols: destroy new xdgDialog protocol at right time (#7600)Ikalco
2024-08-30config: Add a window rule to render while unfocused (#7582)Vaxry
2024-08-30keybinds: fixup misused kb stateVaxry
2024-08-30xdg-dialog: implement new protocolVaxry
2024-08-30keybinds: release mods after sendshortcut (#7581)darkwater
2024-08-30window/xwayland: minor property cleanupVaxry
2024-08-29renderer: better lockscreen dead behavior (#7574)Vaxry
2024-08-26Fix missing include needed by clangSerenity Braesch
2024-08-26misc: constify the remaining for loops (#7534)Tom Englund
2024-08-26misc: fix some minor typos (#7530)Tom Englund
2024-08-26core: make most for loops use const references (#7527)Tom Englund
2024-08-26xwaylandmgr: minor refactor to activateSurfaceVaxry
2024-08-25xwayland: deactivate xwayland focus if wayland is focused (#7458)trianta
2024-08-24keybinds: refactor dispatchers to be better (#7331)Ikalco
2024-08-21animations: add workspace in/out configsvaxerski
2024-08-18input: Fix disabling tap-to-click (#7304)Sami Liedes
2024-08-17IPC: Add config descriptions (#7377)Vaxry
2024-08-16xcursormgr: dont apply scale on gsettings (#7316)Tom Englund
2024-08-15keybinds: Fix syncFullscreen inconsistent with state when set by fullscreenSt...Kyle
2024-08-15xcursor: handle file errors when loading xcursor themes (#7326)Ikalco
2024-08-13cursormgr: fix cursor gsettings on session change (#7295)Ikalco
2024-08-12keybinds: Fix fullscreenState toggling behaviour (#7288)Kyle
2024-08-12core: fix data race and a unsigned int rollover (#7278)Tom Englund
2024-08-11pointermgr: fix initial cursorwarp (#7286)Tom Englund
2024-08-10core: Include cstring whenever strncpy is used (#7267)Zach DeCook