Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-25 | eimprove-output-configuration | Vaxry | |
2024-09-25 | improve output config | Vaxry | |
2024-09-25 | pointermgr: avoid hogging CMonitor refs | Vaxry | |
2024-09-25 | github: encourage usage of --systeminfo if Hyprland won't launch | vaxerski | |
2024-09-25 | core: add a --systeminfo parameter to gather systeminfo without running | vaxerski | |
2024-09-25 | Internal: move to Mat3x3 from hyprutils (#7902) | Vaxry | |
* Meson: require hyprutils >= 0.2.3 * flake.lock: update hyprutils --------- Co-authored-by: Mihai Fufezan <[email protected]> | |||
2024-09-25 | hyprctl: add solitary field to hyprctl monitors | vaxerski | |
2024-09-24 | hyprctl: add submap request | vaxerski | |
fixes #7898 | |||
2024-09-24 | hyprctl: add defaultName to workspacerules | Vaxry | |
fixes #7886 | |||
2024-09-24 | eventloop: dispatch pending in session on start | Vaxry | |
fixes #7855 #7391 | |||
2024-09-24 | flake: update xdph | diniamo | |
2024-09-24 | internal: nuke wlsignal and related | Vaxry | |
old semi-wrappers for wl_signal, they are no longer used | |||
2024-09-23 | core: add HYPRLAND_CONFIG environment variable (#7851) | Artur Manuel | |
2024-09-22 | flake: update xdph | diniamo | |
2024-09-21 | Nix: clean up derivation | Mihai Fufezan | |
2024-09-21 | internal: move to hyprutils' scopeguard | Vaxry | |
bumps hyprutils dep to 0.2.2 | |||
2024-09-20 | shm: send a static list of shm formats | Vaxry | |
fixes #7733 | |||
2024-09-20 | flake.lock: update | Mihai Fufezan | |
2024-09-20 | xwm: Minor cleanup, add wrappers for basic types (#7856) | Jasson | |
2024-09-20 | dmabuffer: attempt importing failed dmabufs as implicit | Vaxry | |
don't ask me why, vulkan doesn't like this. funny note, broken on wlroots :P fixes #7037 | |||
2024-09-19 | Nix: use mold linker | Mihai Fufezan | |
2024-09-19 | Meson: pass AQUAMARINE_VERSION argument | Mihai Fufezan | |
2024-09-19 | version: log build aquamarine version | vaxerski | |
log the built against aq version, might be useful when it's mismatched to identify the problem | |||
2024-09-19 | args: add --version to binary args | vaxerski | |
2024-09-19 | xwayland: use proper path for the XWayland sockets (#7852) | Arisa Snowbell | |
fixes #7849 | |||
2024-09-18 | pointermgr: Hide hardware cursor on leave (#7806) | Vaxry | |
2024-09-18 | xwayland: Some readability improvements (#7807) | Jasson | |
* Readability improvements xwayland server * Made requested changes * removed braces * fix * Ok this time is fixed * Formatting | |||
2024-09-18 | Nix: fix meson PCH flag | Mihai Fufezan | |
2024-09-18 | Nix: disable PCH | Mihai Fufezan | |
2024-09-18 | flake.nix: inherit stdenv from package | Mihai Fufezan | |
Means we no longer have to change the base stdenv in two places. | |||
2024-09-18 | flake.lock: update aquamarine | Mihai Fufezan | |
2024-09-18 | userchecks: add an xdg_current_desktop check | vaxerski | |
ref https://github.com/hyprwm/xdg-desktop-portal-hyprland/issues/251 if the XDG_CURRENT_DESKTOP is externally managed (e.g. DE, DM, etc) Hyprland will not overwrite it. In those cases, if that's undesired, portals and other apps depending on it might break. | |||
2024-09-18 | dispatchers: allow moveintogroup when floating (#7818) | Aqa-Ib | |
This allows to use the moveintogroup dispatcher when windows are floating. I don't know why was this disabled in the first place though. Cheers! | |||
2024-09-17 | gammactrl: fix potential crash on monitor removed (#7828) | André Silva | |
2024-09-17 | data-device: conform to reported source actions | vaxerski | |
fixes #7815 | |||
2024-09-17 | hyprctl: allow parsing empty value | vaxerski | |
fixes #7821 | |||
2024-09-15 | internal: Delay monitor events/hooks (#7797) | Leiser Fernández Gallo | |
* Delay monitor messages * Format | |||
2024-09-15 | internal: Fix change group current fullscreen state query (#7802) | AlvinaNancy | |
2024-09-15 | textinput: don't reset if ti isn't enabled (#7798) | Sungyoon Cho | |
2024-09-14 | internal: fix initial cursor warping (#7793) | Ikalco | |
2024-09-14 | data-device: don't send default action of move | Vaxry | |
gtk doesn't like it? | |||
2024-09-14 | data-device: send clock time in motion events | Vaxry | |
remove hack | |||
2024-09-13 | cmake: drop ninja dep | Vaxry | |
2024-09-13 | nix: adapt cmake options | diniamo | |
2024-09-13 | nix: use meson | diniamo | |
2024-09-12 | textinput: fix tiv3 leave (#7761) | Sungyoon Cho | |
2024-09-12 | xwayland: remove extra x11 deactivation (#7755) | trianta | |
2024-09-11 | [gha] Nix: update inputs | fufexan | |
2024-09-11 | Meson: format | Mihai Fufezan | |
2024-09-11 | Meson: fix protocols, clean up | Mihai Fufezan | |