Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-14 | primary-selection: move to hyprland implseat-xdg-data-rewrite | Vaxry | |
2024-05-14 | Meson: add wayland.xml proto | Mihai Fufezan | |
2024-05-14 | wlr-data-device: move to hyprland impl | Vaxry | |
2024-05-14 | wl-data-device: move to hyprland impl | Vaxry | |
2024-05-14 | seatmgr: Add a grab class | Vaxry | |
2024-05-14 | xdg-shell: move to new impl | Vaxry | |
2024-05-14 | wl_seat: move to hyprland impl | Vaxry | |
2024-05-13 | cmake: remove forceful ffi and wayland deps for asan | Vaxry | |
fixes #6050 | |||
2024-05-13 | makefile: fix wlroots headers dir | Vaxry | |
2024-05-13 | [gha] Nix: update inputs | vaxerski | |
2024-05-13 | hyprctl: Add locked cmd to requests (#6042) | Paul | |
Co-authored-by: Leftas <[email protected]> | |||
2024-05-12 | keybinds: fix pass | Vaxry | |
reverts #5967 fixes #6022 | |||
2024-05-12 | hyprpm: don't shallow clone on non-main branches | Mihai Fufezan | |
2024-05-12 | Makefile: fix wlr dir | Mihai Fufezan | |
2024-05-12 | wlroots: bump | Mihai Fufezan | |
2024-05-12 | Meson: fix Cflags | Mihai Fufezan | |
2024-05-12 | pkg-config: fix wlroots dir | Mihai Fufezan | |
2024-05-12 | Nix: fix pkgconfig prefix | Mihai Fufezan | |
2024-05-12 | core: fix on-empty workspace being called too often (#6026) | Brenno Lemos | |
2024-05-12 | keybinds: fix release binds in submaps (#6025) | shezdy | |
2024-05-11 | screencopy: don't spam sw cursor locks | Vaxry | |
2024-05-11 | layersurface: avoid restack on identical layers | Vaxry | |
ref #6014 | |||
2024-05-11 | layersurface: fix invalid use of std::move | Vaxry | |
fixes #6014 | |||
2024-05-11 | compositor: fix getMonitorFromVector getting wrong monitor (#6010) | Sungyoon Cho | |
2024-05-10 | hyprpm: fix style | Vaxry | |
2024-05-11 | nix: 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-10 | hyprpm: force en_US locale for date calcs | Vaxry | |
ref #5994 | |||
2024-05-10 | renderer: avoid locking during rendering | Vaxry | |
it can trigger pointermgr to render which fucks up our pass fixes #5998 | |||
2024-05-10 | box: fix noNegativeSize | Vaxry | |
2024-05-10 | socket2: 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-10 | windowrules add focusonactivate (#5976) | MightyPlaza | |
modified: src/config/ConfigManager.cpp modified: src/desktop/Window.cpp modified: src/desktop/Window.hpp | |||
2024-05-10 | github: update issue template with new path | Vaxry | |
2024-05-10 | layersurface: reset popuphead after unmap | Vaxry | |
fixes #5980 | |||
2024-05-10 | core: remove unused includes and fix warn | Vaxry | |
2024-05-10 | popups: fix breadthfirst and at | Vaxry | |
fixes #5977 | |||
2024-05-10 | popups: avoid infinite recursion in bf | Vaxry | |
2024-05-10 | presentation-time: move to new impl | Vaxry | |
2024-05-09 | pointermgr: reset entered outputs when resetting surface | Vaxry | |
fixes #5970 | |||
2024-05-09 | config: move various cursor-related vars to cursor: | Vaxry | |
2024-05-09 | keybinds: Fix classic global keybinds(pass dispatcher) (#5967) | sub-kek | |
2024-05-10 | flake.lock: update | Mihai Fufezan | |
2024-05-09 | core: drop unused protocol impls | Vaxry | |
xdg_foreign is not used by hyprland wlr_export_dmabuf is old, broken and unused as well | |||
2024-05-09 | groupbar: fix title scaling (#5969) | MightyPlaza | |
modified: src/render/decorations/CHyprGroupBarDecoration.cpp modified: src/render/decorations/CHyprGroupBarDecoration.hpp | |||
2024-05-09 | layer-shell: move to new impl | Vaxry | |
Also bumps the hw-s dep | |||
2024-05-09 | decorations: fix groupbar input (#5963) | MightyPlaza | |
modified: src/render/decorations/CHyprGroupBarDecoration.cpp modified: src/render/decorations/CHyprGroupBarDecoration.hpp | |||
2024-05-09 | pointer: don't calculate hw hotspot for missing hw cursors | Vaxry | |
ref #5964 | |||
2024-05-09 | text-input-v3: atomically enable/disable on commit | Vaxry | |
2024-05-09 | virtual-keyboard: release keys before destroy | Vaxry | |
2024-05-09 | core: remove wayland sockets on exit (#5959) | Ikalco | |
2024-05-09 | Tablet: move to new impl | Vaxry | |
Ring and strip are not implemented. Will I implement this? God fucking knows. Nobody seems to have that anyways. |