aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/managers/input/InputManager.cpp
AgeCommit message (Expand)Author
2023-12-16input: Activate resize_on_border only when key is pressed (#4170)dranull
2023-12-15input: Prevent crash with invalid keyboard layout (#4157)dranull
2023-12-12input: unset resize cursor on empty focusVaxry
2023-12-11renderer: double lookup fix, input: double conversion fix (#4124)nmzik
2023-12-10input: Add scroll_points option for device (#4101)Mihai Fufezan
2023-12-09input: add relative_input for tabletsVaxry
2023-12-06style/ci: apply clang-format and verify it in ci (#4039)François Conzelmann
2023-12-05input: Stop propagating axis events after valid binds (#4059)dranull
2023-12-05input: make fallback layout usVaxry
2023-12-01input: fix overzealous mouse capture on resize_on_border (#4010)Wren Baxter
2023-11-30events: add keyPress and mouseAxisVaxry
2023-11-25input: Fix custom acceleration profile config (#3948)Jibin George
2023-11-25input: pass mouse input to IME popups (#3922)Junxuan Liao
2023-11-12inputmgr: clean lists in ~dtorVaxry
2023-11-11decorations: Decoration Positioner (#3800)Vaxry
2023-11-10input: don't schedule repaint on cursor move if hardware cursors are in useVaxry
2023-11-04Internal: Hyprland box implementation (#3755)Vaxry
2023-11-04Decos: Window decoration flags, shadow improvements (#3739)Vaxry
2023-10-29input: let input-grabbing decos have prio over resize on borderVaxry
2023-10-29input: handle mouse on decorations (#3560)MightyPlaza
2023-10-29input: better cursor image infrastructureVaxry
2023-10-26input: remove incorrect check in re-enterVaxry
2023-10-26input: fix mouse down handling on unset last surfaceVaxry
2023-10-26input: Apply scaling to cursorPosOnActivate position (#3664)Tyler Schneider
2023-10-24input: fix warnVaxry
2023-10-22layershell: support ON_DEMAND keyboard modeVaxry
2023-10-21hooksystem: add callbackinfo struct and cancellable eventsVaxry
2023-10-17input: don't reset cursor movement timer on simulateMouseMovement (#3595)André Silva
2023-10-15cleanup: Replace find() with C++20 starts_with(), ends_with() and contains() ...Philip Damianik
2023-10-10groups: create group and groupbar config sections (#3522)MightyPlaza
2023-10-06events: fixup empty events not being sent on unmapvaxerski
2023-10-04input: fixup frame schedule conditions on mouse movevaxerski
2023-09-29input: fix warnvaxerski
2023-09-29input: fix unused variable warnvaxerski
2023-09-29renderer: optimize render pipeline when there is a solitary clientvaxerski
2023-09-28renderer: Tearing implementation (#3441)Vaxry
2023-09-28input: minor constraint fixesvaxerski
2023-09-27input: Add map to region options for tablets (#3425)Cascade aka. Isoheptane
2023-09-23input: avoid using the wrong surface in drag focus forcevaxerski
2023-09-23input: fixup mouse down refocus conditionsvaxerski
2023-09-23input: properly track mouse focus on drag operationsvaxerski
2023-09-21input: simplify fullscreen workspace input calculationsvaxerski
2023-09-21keybinds: implement pushactivetobottom dispacher (#3217)alaricljs
2023-09-20input: lock focus to last surface on buttons heldvaxerski
2023-09-20input: Various constraint handling fixes (#3381)Vaxry
2023-09-17input: guard constraint in unconstrainMousevaxerski
2023-09-15input: fix hints not being used if committed at the beginningvaxerski
2023-09-13input: don't refocus on switched workspace on the same monitorvaxerski
2023-09-10input: do not process mouse in unsafe statevaxerski
2023-09-07internal: fix warningsvaxerski