aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-10-19XDmove-monitors-to-spVaxry
2024-10-19move monitors to spVaxry
2024-10-19window: guard PMONITOR in commit listenerVaxry
ref #8170
2024-10-19monitor: modernize/refactor last legacy-handled eventsVaxry
2024-10-19foreign-toplevel-wlr: don't send updates to X11 OR windowsVaxry
2024-10-19foreign-toplevel: don't send updates to X11 OR windowsVaxry
2024-10-19config: fix generateConfig loop (#8164)Maximilian Seidler
* config: fix generateConfig loop * config: cleanup getMainConfigPath
2024-10-17session-lock: reset seat grab on a new session lock (#8147)Maximilian Seidler
2024-10-17windowrules: allow specifying max size in size window rule (#8021)MightyPlaza
* allow specifying max size in size window rule modified: src/events/Windows.cpp * clean up modified: src/events/Windows.cpp
2024-10-17makefile: fix typo (#8127)Behzad
2024-10-16window: properly break cycles in X11TransientForVaxry
ref #8045
2024-10-16hyprpm: Fix crashes due to misplaced fmt argument(s) (#8140)zakk4223
2024-10-16layout: move applyGroupRules() to onWindowCreated() (#8139)Aqa-Ib
2024-10-16output: send enter events on late wl_output bindsVaxry
fixes #6560
2024-10-16[gha] Nix: update inputsvaxerski
2024-10-16layout: enable group rules for new floating windows (#8122)Aqa-Ib
* layout: enable group rules for new floating windows * fix comment * do not apply group rules to a new floating window if it shouldBeFloated. fixes child windows * comment
2024-10-14layout: simplify the conditions to autogroup (#8120)Aqa-Ib
2024-10-14IME: Fixup IME popup candidate windows position when scale is not 1.0 (#8117)fanlumaster(Fany Full)
2024-10-14example: update desktop file to include DesktopNamesdeadacute
2024-10-14drm-lease: fix crashes and implementation (#8116)Ikalco
2024-10-14layout: deny auto-grouping a new floating window into a tiled group (#8108)Aqa-Ib
2024-10-14xwm: avoid infinite parent lookup loop in lookupParentExistsVaxry
ref #8045
2024-10-14config/example: add optional smart gaps to the default configVaxry
ref #8106 #8114
2024-10-13notif-overlay: add a bit of padding for iconsVaxry
2024-10-13hyprland: convert std::cout and std::cerr to std::println()Toni500git
2024-10-13hyprctl: convert std::cout and std::cerr to std::println()Toni500git
2024-10-13hyprpm: convert std::cout and std::cerr to std::println()Toni500git
2024-10-12drm-syncobj: fix crash on missing timelinesVaxry
fixes #8092
2024-10-12xcursor: don't crash on broken permissions in X themesVaxry
ref #8079
2024-10-12input: Fix VRR for constrained cursors (#6877)UjinT34
2024-10-12drm-timeline: Add check for conflicting acquire and release points (#8083)Edgars Cīrulis
Signed-off-by: Edgars Cirulis <[email protected]>
2024-10-11internal: improve version query and define HYPRLAND_VERSION (#8034)Toni500github
2024-10-11xwayland: minor cleanups and fixes (#8076)Jasson
2024-10-11config/layout: nuke no_gaps_when_only (#8072)Vaxry
2024-10-10hyprpm: disallow shallow on unknown branchVaxry
2024-10-09gammactrl: guard pMonitor in setGammaVaxry
2024-10-09layout: add merge_floated_into_tiled_on_groupbar (#8042)Aqa-Ib
2024-10-09hyprerror: fix height calc with bottom bar (#8043)JManch
2024-10-09output: update state even if no owner exists (#8044)trianta
2024-10-09CI/release: remove script backup lineMihai Fufezan
2024-10-09output/xdg-output: avoid sending events to released globalsVaxry
ref #6835
2024-10-08keyboard: update group state on change for the sym resolve stateVaxry
fixes #8038
2024-10-08renderer: reserve space for error at the bottom if that's setVaxry
ref #8040
2024-10-08hyprerror: make hyprerror reserve space (#8040)Vaxry
2024-10-08defaultConfig: add a nofocus rule for weird X windowsVaxry
ref #6543
2024-10-08layout: remove unnecessary check after 45e8219 (#8037)Aqa-Ib
2024-10-08dispatchers: allow leading whitespace in window parameter (#8016)JManch
2024-10-08pointer: expand sw cursor damage boxVaxry
fixes #8031 just a bit, rounding errors I guess
2024-10-08protocols: Add support for hyprland-ctm-control-v1 (#8023)Vaxry
* initial ctm support * flake.lock: update * Meson: bump required versions and add ctm proto --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-10-08keybinds: fixup xkb_states for resolve_by_symvaxerski
fixes #7750