aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2024-10-08misc: refactor version command (#8027)davc0n
Fixes a minor spacing issue if git status is not dirty. Additionally now should be easier to extend it eventually.
2024-10-08layout: add drag_into_group to control merging dragging windows (#8004)Aqa-Ib
2024-10-08config: give simple help for super+q not workingVaxry
only on default config :P
2024-10-08screencopy: fix screencopy frames not being cleaned up (#8017)Ikalco
--------- Co-authored-by: Vaxry <[email protected]>
2024-10-07internal: use clampWindowSize to unify min/maxsize handling (#8014)MightyPlaza
modified: src/desktop/Window.cpp modified: src/desktop/Window.hpp modified: src/events/Windows.cpp
2024-10-07feat: add a custom made treewide formatter (#7992)Artur Manuel
2024-10-07flake.nix: add xdph followsTimon Schelling
fixes a duplicate hyprland-protocols instance sometimes being created due to xdph not following hyprlands instance
2024-10-07layout: fix auto group when opening a new window in a non-focused workspace ↵Aqa-Ib
using window rules (#8006)
2024-10-06security-context: close client fds after disconnectVaxry
2024-10-06security-context: implement protocolVaxry
fixes #7318
2024-10-06version: bump to 0.44.0v0.44.0Vaxry
2024-10-05single-pixel: set buffer size to 1,1Vaxry
2024-10-05opengl: use GL_CLAMP_TO_EDGE instead of GL_CLAMPVaxry
avoid error spam on select hw
2024-10-05monitor: arrange monitors on connect and disconnectVaxry
2024-10-05protocolmgr: don't expose the fallback outputVaxry
2024-10-05monitor: use a scope guard for disconnect eventsVaxry
2024-10-05renderer: Fix resize artifacts (stretching, bumps) (#7499)Vaxry
2024-10-05monitor: cleanup and modernize scheduleDoneVaxry
2024-10-05compositor: update all xdg outputs on arrangeVaxry
2024-10-05xdg-output: minor cleanupsVaxry
2024-10-04internal: fix missing include directive (#7984)Theo Paris
This should fix building with clang.
2024-10-03renderer: fix uvBR calculation (#7975)Maximilian Seidler
2024-10-02layout: fix dragging a window into a group after e242694 (#7976)Aqa-Ib