aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2024-04-01animations: simplify window loopVaxry
2024-04-01renderer: Fix layer and window damage sometimes missing 1 frame (#5370)thejch
2024-04-01renderer: Fix rendering when swiping workspaces (#5367)thejch
2024-04-01socket2: sanitize data for newlinesVaxry
2024-04-01master: Make master workspace orientation rule dynamic (#5339)thejch
2024-04-01deco: fix groupbar offset (#5364)thejch
2024-04-01textinput: fix typo (#5365)Sungyoon Cho
2024-03-31hyprctl: fix plugin list on no plugins (#5357)Micovec
2024-03-31avar: minor fixesVaxry
2024-03-31avar: fix warp onEnd conditionsVaxry
2024-03-31textinput: send deactivate on disable tiVaxry
2024-03-31reenderer: Add 1 border damage to fix number rounding issues (#5343)thejch
2024-03-31renderer/animations: Fix various inaccurate damage tracking issues and offset...thejch
2024-03-31input: Fix incorrect keyboard focus taken when no window was present (#5337)Zach DeCook
2024-03-31core: match all workspace rules instead of the first one only (#5340)thejch
2024-03-31core: Fix resizeparams (#5262)Aqa-Ib
2024-03-30IME: don't assert on lock mismatch, just fix itVaxry
2024-03-30dispatchers: open special ws on active monitor instead of mouse monitor (#5330)thejch
2024-03-30dispatchers: fix swap workspaces wrong positioning of floating windows (#5328)thejch
2024-03-29compositor: remove windows from fading out on destroyVaxry
2024-03-29keybinds: add binds:disable_keybind_grabbingVaxry
2024-03-29layout: improve initial size prediction for floatingVaxry
2024-03-29animvar: fixup update callbacks and cleanupVaxry
2024-03-28layers: don't change workspace on layer restore focus (#5308)MightyPlaza
2024-03-28layers: fix bottom slide animation (#5307)MightyPlaza
2024-03-28format: fix formatVaxry
2024-03-28core: fix fullscreen + floating focus change (#5291)MightyPlaza
2024-03-28input: add misc:hide_cursor_on_key_pressVaxry
2024-03-28layers: add animation direction overridesVaxry
2024-03-27layershell: update render pos and size in arrangevaxerski
2024-03-26textinput: fix ime when opening multiple windows (#5281)Sungyoon Cho
2024-03-26renderer: minor fixes to misaligned reported surface renderingvaxerski
2024-03-26core: ensure m_pLastMonitor validity over unsafe stateVaxry
2024-03-25layer-shell: render popups above everythingVaxry
2024-03-25renderer: allow blurring ls popupsVaxry
2024-03-25core: fix missing workspace events during swapping (#5251)thejch
2024-03-25keybinds: Fix exit trigger by moving it to monitor.frame (#5240)dmayle
2024-03-25renderer: dont render fullscreen special on wrong monitor (#5249)thejch
2024-03-24cursormgr: don't set x theme in changeThemeVaxry
2024-03-24renderer: forward decl for b_pch=false (#5250)Brett Alcox
2024-03-24cursormgr: log theme loading failuresVaxry
2024-03-24ime: fix build without pchVaxry
2024-03-24IME: Refactor and fixup popupsVaxry
2024-03-24text-input: reset lock counter on surface destroyVaxry
2024-03-24animationmgr: use realpos and size for border damageVaxry
2024-03-24cursormgr: initialize size to 0Vaxry
2024-03-24xwayland: assign wlr_surface on associateVaxry
2024-03-23animations: Fix animation issue in focusworkspaceoncurrentmonitor (#5202)thejch
2024-03-23window: assign surface on createVaxry
2024-03-23input: fix crash with text-input-v1 (#5234)Sungyoon Cho