aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-09-25eimprove-output-configurationVaxry
2024-09-25improve output configVaxry
2024-09-25pointermgr: avoid hogging CMonitor refsVaxry
2024-09-25github: encourage usage of --systeminfo if Hyprland won't launchvaxerski
2024-09-25core: add a --systeminfo parameter to gather systeminfo without runningvaxerski
2024-09-25Internal: 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-25hyprctl: add solitary field to hyprctl monitorsvaxerski
2024-09-24hyprctl: add submap requestvaxerski
fixes #7898
2024-09-24hyprctl: add defaultName to workspacerulesVaxry
fixes #7886
2024-09-24eventloop: dispatch pending in session on startVaxry
fixes #7855 #7391
2024-09-24flake: update xdphdiniamo
2024-09-24internal: nuke wlsignal and relatedVaxry
old semi-wrappers for wl_signal, they are no longer used
2024-09-23core: add HYPRLAND_CONFIG environment variable (#7851)Artur Manuel
2024-09-22flake: update xdphdiniamo
2024-09-21Nix: clean up derivationMihai Fufezan
2024-09-21internal: move to hyprutils' scopeguardVaxry
bumps hyprutils dep to 0.2.2
2024-09-20shm: send a static list of shm formatsVaxry
fixes #7733
2024-09-20flake.lock: updateMihai Fufezan
2024-09-20xwm: Minor cleanup, add wrappers for basic types (#7856)Jasson
2024-09-20dmabuffer: attempt importing failed dmabufs as implicitVaxry
don't ask me why, vulkan doesn't like this. funny note, broken on wlroots :P fixes #7037
2024-09-19Nix: use mold linkerMihai Fufezan
2024-09-19Meson: pass AQUAMARINE_VERSION argumentMihai Fufezan
2024-09-19version: log build aquamarine versionvaxerski
log the built against aq version, might be useful when it's mismatched to identify the problem
2024-09-19args: add --version to binary argsvaxerski
2024-09-19xwayland: use proper path for the XWayland sockets (#7852)Arisa Snowbell
fixes #7849
2024-09-18pointermgr: Hide hardware cursor on leave (#7806)Vaxry
2024-09-18xwayland: Some readability improvements (#7807)Jasson
* Readability improvements xwayland server * Made requested changes * removed braces * fix * Ok this time is fixed * Formatting
2024-09-18Nix: fix meson PCH flagMihai Fufezan
2024-09-18Nix: disable PCHMihai Fufezan
2024-09-18flake.nix: inherit stdenv from packageMihai Fufezan
Means we no longer have to change the base stdenv in two places.
2024-09-18flake.lock: update aquamarineMihai Fufezan
2024-09-18userchecks: add an xdg_current_desktop checkvaxerski
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-18dispatchers: 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-17gammactrl: fix potential crash on monitor removed (#7828)André Silva
2024-09-17data-device: conform to reported source actionsvaxerski
fixes #7815
2024-09-17hyprctl: allow parsing empty valuevaxerski
fixes #7821
2024-09-15internal: Delay monitor events/hooks (#7797)Leiser Fernández Gallo
* Delay monitor messages * Format
2024-09-15internal: Fix change group current fullscreen state query (#7802)AlvinaNancy
2024-09-15textinput: don't reset if ti isn't enabled (#7798)Sungyoon Cho
2024-09-14internal: fix initial cursor warping (#7793)Ikalco
2024-09-14data-device: don't send default action of moveVaxry
gtk doesn't like it?
2024-09-14data-device: send clock time in motion eventsVaxry
remove hack
2024-09-13cmake: drop ninja depVaxry
2024-09-13nix: adapt cmake optionsdiniamo
2024-09-13nix: use mesondiniamo
2024-09-12textinput: fix tiv3 leave (#7761)Sungyoon Cho
2024-09-12xwayland: remove extra x11 deactivation (#7755)trianta
2024-09-11[gha] Nix: update inputsfufexan
2024-09-11Meson: formatMihai Fufezan
2024-09-11Meson: fix protocols, clean upMihai Fufezan