aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-03-16props: bump ver 0.37.1v0.37.1Vaxry
2024-03-16renderer: add better multi monitor animations (#5126)thejch
2024-03-16renderer: fix non-reported sizes window box calculationsVaxry
fixed #5129
2024-03-15props: bump ver to 0.37.0v0.37.0Vaxry
2024-03-15splashes: add 2ya splashVaxry
2024-03-15renderer: fix invalid access on non-assigned surfacesVaxry
fixes #5125
2024-03-15master: fix invalid config usageVaxry
2024-03-15renderer: adjust surface dimensions for oversized not-yet ackd surface sizesVaxry
supersedes #5104
2024-03-15sessionlock: refocus after destroy focused surface (#5117)drendog
* fix: refocus after destroy focused surface * refactor: minor refactor on refocus loop condition * refactor: minor refactor on condition * style: format code
2024-03-15lock: fix red screen issues with multiple monitors (#5100)Maximilian Seidler
* lock: use uint64_t for iMonitorID * lock: move activateLock to onNewSessionLock * lock: add red screen fade * lock: damage when fading the red screen and delay for screencopy * lock: remove redundant scheduleFrameForMonitor
2024-03-15popup: avoid damage loops with commitsVaxry
fixes #5118
2024-03-15renderer: Allow headless mode in hyprland (#4794)thejch
* allow headless * clang-format * fix redundant logic lol
2024-03-15flake.lock: updateMihai Fufezan
2024-03-15Nix: add wrapping backMihai Fufezan
Ref: https://github.com/hyprwm/hyprland-plugins/issues/93
2024-03-15ci: remove codeqlVaxry
bullshit, useless, and only fails for no reason
2024-03-14subsurface: fix visibility checkVaxry
ref #5113
2024-03-14subsurface/popup: expand on map/unmap to add bufferingVaxry
ref #5113
2024-03-14internal: minor fixups for fading out xwayland windowsVaxry
fixes #4935
2024-03-13events: ignore setTitle when title didn't changeVaxry
2024-03-13input: only override dragging corner on floating (#5092)djvs
Co-authored-by: djvs <[email protected]>
2024-03-13input: add general:resize_corner for manual resizing (#5090)djvs
* Resize corner config thing * clang-format --------- Co-authored-by: djvs <[email protected]>
2024-03-13master: Fix master layout window focus and scroll (#5074)thejch
* fix master switch window scrolling * fix some more dispatchers and remove some duplicate code * refactor and remove duplicate code * fix focusmonitor: https://github.com/hyprwm/Hyprland/issues/5006#issuecomment-1986977255 * change check
2024-03-12Nix: remove hyprland-unwrapped leftoverMihai Fufezan
2024-03-12config: more safety around monitor keywordVaxry
ref https://github.com/hyprwm/hyprland-wiki/issues/523
2024-03-12keybinds: Fix typo (#5081)Ikko Eltociear Ashimine
minor fix
2024-03-11cursormgr: use XCURSOR_THEME for x themesVaxry
2024-03-11core: Fix typo and check grandchild PID in spawn() (#5070)Lucas Reis
2024-03-11config: report errors from sourced filesVaxry
2024-03-10layout: unfullscreen on toggle into tiled fullscreenVaxry
fixes a bug where the tiled window would be on top
2024-03-10dwindle: preserve fs state on switchWindowsVaxry
fixes #2842
2024-03-10flake: bump inputs (#5066)NotAShelf
2024-03-10window: prevent vector modification segfault while iteratingVaxry
oops, updateWindow can modify the vec
2024-03-09constraints: only warp cursor on deactivate if constraint is locked. (#5056)Matt Wyatt
2024-03-09compositor: reject focus to noFocus OR xwayland windowsVaxry
fixes #4922
2024-03-09xwayland: fix no_xwayland compilesVaxry
2024-03-09cursormgr: fix invalid access to hyprcursor in xwayland initVaxry
fixes #5048
2024-03-09input: fix minor default cursor reset conditionsVaxry
2024-03-09cursormgr: fix memory leak with cursor buffersVaxry
2024-03-09cursormgr: add fallbacks for unknown cursorsVaxry
2024-03-09internal: Support libhyprcursor (#5009)Vaxry
woo --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-03-09xwayland: Set xwayland's name prop (#4924)Vaxry
* set xwayland name * [gha] Nix: update wlroots * fix --------- Co-authored-by: vaxerski <[email protected]>
2024-03-09deco: fix warningsVaxry
2024-03-09[gha] Nix: update wlrootsvaxerski
2024-03-09deps: update wlrootsVaxry
2024-03-09keybinds: track submap at press for keypressesVaxry
fixes #5037
2024-03-09layer-shell: allow for popup creation before mapVaxry
ref https://github.com/jjsullivan5196/wvkbd/issues/65
2024-03-09format: fix formatVaxry
2024-03-08input: scale local coords in constraintsVaxry
fixes #5029
2024-03-08hyprctl: hide unmapped windows without -aVaxry
2024-03-08format: make ci happyVaxry