Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-16 | props: bump ver 0.37.1v0.37.1 | Vaxry | |
2024-03-16 | renderer: add better multi monitor animations (#5126) | thejch | |
2024-03-16 | renderer: fix non-reported sizes window box calculations | Vaxry | |
fixed #5129 | |||
2024-03-15 | props: bump ver to 0.37.0v0.37.0 | Vaxry | |
2024-03-15 | splashes: add 2ya splash | Vaxry | |
2024-03-15 | renderer: fix invalid access on non-assigned surfaces | Vaxry | |
fixes #5125 | |||
2024-03-15 | master: fix invalid config usage | Vaxry | |
2024-03-15 | renderer: adjust surface dimensions for oversized not-yet ackd surface sizes | Vaxry | |
supersedes #5104 | |||
2024-03-15 | sessionlock: 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-15 | lock: 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-15 | popup: avoid damage loops with commits | Vaxry | |
fixes #5118 | |||
2024-03-15 | renderer: Allow headless mode in hyprland (#4794) | thejch | |
* allow headless * clang-format * fix redundant logic lol | |||
2024-03-15 | flake.lock: update | Mihai Fufezan | |
2024-03-15 | Nix: add wrapping back | Mihai Fufezan | |
Ref: https://github.com/hyprwm/hyprland-plugins/issues/93 | |||
2024-03-15 | ci: remove codeql | Vaxry | |
bullshit, useless, and only fails for no reason | |||
2024-03-14 | subsurface: fix visibility check | Vaxry | |
ref #5113 | |||
2024-03-14 | subsurface/popup: expand on map/unmap to add buffering | Vaxry | |
ref #5113 | |||
2024-03-14 | internal: minor fixups for fading out xwayland windows | Vaxry | |
fixes #4935 | |||
2024-03-13 | events: ignore setTitle when title didn't change | Vaxry | |
2024-03-13 | input: only override dragging corner on floating (#5092) | djvs | |
Co-authored-by: djvs <[email protected]> | |||
2024-03-13 | input: add general:resize_corner for manual resizing (#5090) | djvs | |
* Resize corner config thing * clang-format --------- Co-authored-by: djvs <[email protected]> | |||
2024-03-13 | master: 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-12 | Nix: remove hyprland-unwrapped leftover | Mihai Fufezan | |
2024-03-12 | config: more safety around monitor keyword | Vaxry | |
ref https://github.com/hyprwm/hyprland-wiki/issues/523 | |||
2024-03-12 | keybinds: Fix typo (#5081) | Ikko Eltociear Ashimine | |
minor fix | |||
2024-03-11 | cursormgr: use XCURSOR_THEME for x themes | Vaxry | |
2024-03-11 | core: Fix typo and check grandchild PID in spawn() (#5070) | Lucas Reis | |
2024-03-11 | config: report errors from sourced files | Vaxry | |
2024-03-10 | layout: unfullscreen on toggle into tiled fullscreen | Vaxry | |
fixes a bug where the tiled window would be on top | |||
2024-03-10 | dwindle: preserve fs state on switchWindows | Vaxry | |
fixes #2842 | |||
2024-03-10 | flake: bump inputs (#5066) | NotAShelf | |
2024-03-10 | window: prevent vector modification segfault while iterating | Vaxry | |
oops, updateWindow can modify the vec | |||
2024-03-09 | constraints: only warp cursor on deactivate if constraint is locked. (#5056) | Matt Wyatt | |
2024-03-09 | compositor: reject focus to noFocus OR xwayland windows | Vaxry | |
fixes #4922 | |||
2024-03-09 | xwayland: fix no_xwayland compiles | Vaxry | |
2024-03-09 | cursormgr: fix invalid access to hyprcursor in xwayland init | Vaxry | |
fixes #5048 | |||
2024-03-09 | input: fix minor default cursor reset conditions | Vaxry | |
2024-03-09 | cursormgr: fix memory leak with cursor buffers | Vaxry | |
2024-03-09 | cursormgr: add fallbacks for unknown cursors | Vaxry | |
2024-03-09 | internal: Support libhyprcursor (#5009) | Vaxry | |
woo --------- Co-authored-by: Mihai Fufezan <[email protected]> | |||
2024-03-09 | xwayland: Set xwayland's name prop (#4924) | Vaxry | |
* set xwayland name * [gha] Nix: update wlroots * fix --------- Co-authored-by: vaxerski <[email protected]> | |||
2024-03-09 | deco: fix warnings | Vaxry | |
2024-03-09 | [gha] Nix: update wlroots | vaxerski | |
2024-03-09 | deps: update wlroots | Vaxry | |
2024-03-09 | keybinds: track submap at press for keypresses | Vaxry | |
fixes #5037 | |||
2024-03-09 | layer-shell: allow for popup creation before map | Vaxry | |
ref https://github.com/jjsullivan5196/wvkbd/issues/65 | |||
2024-03-09 | format: fix format | Vaxry | |
2024-03-08 | input: scale local coords in constraints | Vaxry | |
fixes #5029 | |||
2024-03-08 | hyprctl: hide unmapped windows without -a | Vaxry | |
2024-03-08 | format: make ci happy | Vaxry | |