aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-05-14primary-selection: move to hyprland implseat-xdg-data-rewriteVaxry
2024-05-14Meson: add wayland.xml protoMihai Fufezan
2024-05-14wlr-data-device: move to hyprland implVaxry
2024-05-14wl-data-device: move to hyprland implVaxry
2024-05-14seatmgr: Add a grab classVaxry
2024-05-14xdg-shell: move to new implVaxry
2024-05-14wl_seat: move to hyprland implVaxry
2024-05-13cmake: remove forceful ffi and wayland deps for asanVaxry
fixes #6050
2024-05-13makefile: fix wlroots headers dirVaxry
2024-05-13[gha] Nix: update inputsvaxerski
2024-05-13hyprctl: Add locked cmd to requests (#6042)Paul
Co-authored-by: Leftas <[email protected]>
2024-05-12keybinds: fix passVaxry
reverts #5967 fixes #6022
2024-05-12hyprpm: don't shallow clone on non-main branchesMihai Fufezan
2024-05-12Makefile: fix wlr dirMihai Fufezan
2024-05-12wlroots: bumpMihai Fufezan
2024-05-12Meson: fix CflagsMihai Fufezan
2024-05-12pkg-config: fix wlroots dirMihai Fufezan
2024-05-12Nix: fix pkgconfig prefixMihai Fufezan
2024-05-12core: fix on-empty workspace being called too often (#6026)Brenno Lemos
2024-05-12keybinds: fix release binds in submaps (#6025)shezdy
2024-05-11screencopy: don't spam sw cursor locksVaxry
2024-05-11layersurface: avoid restack on identical layersVaxry
ref #6014
2024-05-11layersurface: fix invalid use of std::moveVaxry
fixes #6014
2024-05-11compositor: fix getMonitorFromVector getting wrong monitor (#6010)Sungyoon Cho
2024-05-10hyprpm: fix styleVaxry
2024-05-11nix: build improvements (#5952)André Silva
* scripts: allow using existing variable values in generateVersion.sh * nix: populate versioning variables * nix: remove unused meson input * nix: remove unnecessary hyprland-protocols dependency * Nix: remove nixConfig from flake It's more annoying than helpful. * CI/Nix: fix PR build failure --------- Co-authored-by: Mihai Fufezan <[email protected]>
2024-05-10hyprpm: force en_US locale for date calcsVaxry
ref #5994
2024-05-10renderer: avoid locking during renderingVaxry
it can trigger pointermgr to render which fucks up our pass fixes #5998
2024-05-10box: fix noNegativeSizeVaxry
2024-05-10socket2: fix events being reordered (#5955)underengineering
* socket2: fix events being reordered * remove WL_EVENT_READABLE * initialize eventSource in SClient * add more logs oopsie * replace unordered_map with vector * fix reordering when socket becomes writable before queue is flushed * ignore EAGAIN when accepting connection * use g_pEventManager
2024-05-10windowrules add focusonactivate (#5976)MightyPlaza
modified: src/config/ConfigManager.cpp modified: src/desktop/Window.cpp modified: src/desktop/Window.hpp
2024-05-10github: update issue template with new pathVaxry
2024-05-10layersurface: reset popuphead after unmapVaxry
fixes #5980
2024-05-10core: remove unused includes and fix warnVaxry
2024-05-10popups: fix breadthfirst and atVaxry
fixes #5977
2024-05-10popups: avoid infinite recursion in bfVaxry
2024-05-10presentation-time: move to new implVaxry
2024-05-09pointermgr: reset entered outputs when resetting surfaceVaxry
fixes #5970
2024-05-09config: move various cursor-related vars to cursor:Vaxry
2024-05-09keybinds: Fix classic global keybinds(pass dispatcher) (#5967)sub-kek
2024-05-10flake.lock: updateMihai Fufezan
2024-05-09core: drop unused protocol implsVaxry
xdg_foreign is not used by hyprland wlr_export_dmabuf is old, broken and unused as well
2024-05-09groupbar: fix title scaling (#5969)MightyPlaza
modified: src/render/decorations/CHyprGroupBarDecoration.cpp modified: src/render/decorations/CHyprGroupBarDecoration.hpp
2024-05-09layer-shell: move to new implVaxry
Also bumps the hw-s dep
2024-05-09decorations: fix groupbar input (#5963)MightyPlaza
modified: src/render/decorations/CHyprGroupBarDecoration.cpp modified: src/render/decorations/CHyprGroupBarDecoration.hpp
2024-05-09pointer: don't calculate hw hotspot for missing hw cursorsVaxry
ref #5964
2024-05-09text-input-v3: atomically enable/disable on commitVaxry
2024-05-09virtual-keyboard: release keys before destroyVaxry
2024-05-09core: remove wayland sockets on exit (#5959)Ikalco
2024-05-09Tablet: move to new implVaxry
Ring and strip are not implemented. Will I implement this? God fucking knows. Nobody seems to have that anyways.