Commit graph

  • 89df66b213 flake.nix: add xdph follows Timon Schelling 2024-10-07 15:44:03 +0000
  • 97444ed7a8
    layout: fix auto group when opening a new window in a non-focused workspace using window rules (#8006) Aqa-Ib 2024-10-07 14:22:55 +0200
  • 7c2bb3ab70
    layout: fix auto group when opening a new window in a non-focused workspace using window rules Aqa-Ib 2024-10-06 21:50:04 +0200
  • 764aabc4a8
    layout: fix auto_group when opening a new window in a non-focused workspace using window rules Aqa-Ib 2024-10-06 21:03:35 +0200
  • 4e41cda27e security-context: close client fds after disconnect Vaxry 2024-10-06 15:08:26 +0100
  • da86aac0f5 security-context: implement protocol Vaxry 2024-10-06 14:07:07 +0100
  • 757d0db942 fix: replace dash with a shellcheck check Artur Manuel 2024-10-06 13:47:59 +0100
  • 16b39e7355 chore: eat leftover emacs file Artur Manuel 2024-10-06 13:42:21 +0100
  • 4bea8c00f9 chore: shebang with dash Artur Manuel 2024-10-06 13:39:45 +0100
  • 2a19f7b762 fix: writeDashBin -> writeShellApplication Artur Manuel 2024-10-06 13:32:48 +0100
  • 0c7a7e2d56 version: bump to 0.44.0 v0.44.0 Vaxry 2024-10-06 12:04:13 +0100
  • bb663253de
    formatter: fix subprojects exclusion Mihai Fufezan 2024-10-06 10:11:28 +0300
  • 25490a56f7 fix: add missing exclude in nix_format Artur Manuel 2024-10-05 21:47:20 +0100
  • b1468e514f feat: added exclusions Artur Manuel 2024-10-05 21:45:35 +0100
  • 69d5565c89 chore: remove useless equality check Artur Manuel 2024-10-05 20:22:07 +0100
  • 573d3fdb82 chore: make the script more posix Artur Manuel 2024-10-05 20:13:55 +0100
  • 439a325be1 chore: make git-hooks useful Artur Manuel 2024-10-05 15:27:35 +0100
  • caac476fb3 feat: pre-commit-hooks Artur Manuel 2024-10-05 15:22:30 +0100
  • 3392fff332 chore: eat my leftovers Artur Manuel 2024-10-05 14:32:43 +0100
  • cfc810273f chore: homemade treewide formatter Artur Manuel 2024-10-05 12:59:09 +0100
  • e8eba95b87 feat: add treefmt-nix Artur Manuel 2024-10-05 00:58:42 +0100
  • 0ec6072a29 single-pixel: set buffer size to 1,1 Vaxry 2024-10-05 16:36:57 +0100
  • 3ca699debf opengl: use GL_CLAMP_TO_EDGE instead of GL_CLAMP Vaxry 2024-10-05 14:57:18 +0100
  • 52c0919621 monitor: arrange monitors on connect and disconnect Vaxry 2024-10-05 14:41:44 +0100
  • 6fbfeefc71 protocolmgr: don't expose the fallback output Vaxry 2024-10-05 14:40:03 +0100
  • 46bf87c8d1 monitor: use a scope guard for disconnect events Vaxry 2024-10-05 14:37:12 +0100
  • 595eb89f6e renderer: Fix resize artifacts (stretching, bumps) (#7499) Vaxry 2024-10-05 00:52:53 +0100
  • a815b14bf1 monitor: cleanup and modernize scheduleDone Vaxry 2024-10-05 00:44:30 +0100
  • 3a5052a714 compositor: update all xdg outputs on arrange Vaxry 2024-10-05 00:44:16 +0100
  • 8e237b006f xdg-output: minor cleanups Vaxry 2024-10-05 00:43:59 +0100
  • 1cf6beafed doodoo fart Vaxry 2024-09-28 19:35:06 +0100
  • 5e30400549 ooo Vaxry 2024-08-24 17:05:23 +0200
  • efc4bd7452 doodoo fart Vaxry 2024-08-24 16:50:48 +0200
  • 8e7fe16419 initial stuff to fix resizes Vaxry 2024-08-24 16:04:31 +0200
  • 2d714f2dc8 monitor: cleanup and modernize scheduleDone Vaxry 2024-10-05 00:44:30 +0100
  • 1760667c93 compositor: update all xdg outputs on arrange Vaxry 2024-10-05 00:44:16 +0100
  • 63a1838515 xdg-output: minor cleanups Vaxry 2024-10-05 00:43:59 +0100
  • 1ed925b69c
    internal: fix missing include directive (#7984) Theo Paris 2024-10-04 01:41:27 -0700
  • 2c6e193361
    fix: add missing include directive Theo Paris 2024-10-03 21:27:19 -0700
  • aed529f695
    renderer: fix uvBR calculation (#7975) Maximilian Seidler 2024-10-03 22:00:44 +0000
  • de68e065fe
    layout: fix dragging a window into a group after e242694 (#7976) Aqa-Ib 2024-10-02 22:25:25 +0200
  • cdb71da164
    layout: fix dragging a window into a group after e242694 Aqa-Ib 2024-10-02 20:08:43 +0200
  • cd6b88b192 renderer: fix uvBR calculation Maximilian Seidler 2024-10-02 19:34:25 +0200
  • e2426942e5
    layout: add auto_group to control default grouping (#7883) Aqa-Ib 2024-10-02 11:22:19 +0200
  • 721205c9e3
    style: remove curly braces around short else statement Aqa-Ib 2024-10-02 09:57:10 +0200
  • ce8cc09a45
    also add sizes for new floated windows. fixes a bug where the window has 0 size when: + allfloat = true (new windows start as floating). + create a new window, tile it, and make it a group + create a new window autogrouped into the tiled group. + call togglefloat and the window disappears. Aqa-Ib 2024-09-30 21:20:32 +0200
  • 74a161323c
    refactor: remove recursiveness Aqa-Ib 2024-09-30 20:30:31 +0200
  • 5c6c300abf wayland/output: send geometry in updateState Vaxry 2024-09-30 17:42:36 +0100
  • 6bd3397141 wlr-output-management: accept 0 refresh rates Vaxry 2024-09-30 17:40:38 +0100
  • 68fd32c810 byteoperations: add missing header Vaxry 2024-09-30 17:27:10 +0100
  • 3ddb16bd5b compositor/wayland: up the max buffer size to avoid disconnects when app hangs Vaxry 2024-09-30 17:25:39 +0100
  • 7886278e68
    refactor: unify and simplify the code Aqa-Ib 2024-09-29 00:57:35 +0200
  • f6387536f6 protocol: fix missing include Trianta 2024-09-30 00:15:25 -0500
  • 968f6a6013 meson: fix arch build with new protocol Trianta 2024-09-29 23:52:58 -0500
  • c957c9b892 protocol: fix missing include Trianta 2024-09-30 00:15:25 -0500
  • 8995b0b8bf meson: fix arch build with new protocol Trianta 2024-09-29 23:52:58 -0500
  • 488efab636 single-pixel-buffer: new protocol impl Vaxry 2024-09-30 00:57:51 +0100
  • 6649255d54 flake.lock: update Gliczy 2024-09-29 15:45:19 +0200
  • 4b00cba319
    dwindle: add movetoroot method to layout messages (#7903) Luke Chen 2024-09-29 09:47:59 -0400
  • 5feb54b483 flake.lock: update Gliczy 2024-09-29 15:45:19 +0200
  • 9e418671e1
    config: add descriptions for dwindle and master layout options (#7933) Mike Will 2024-09-29 09:42:10 -0400
  • d73c14751a
    CI/Nix: git+https -> github Mihai Fufezan 2024-09-28 21:53:08 +0300
  • 75dc072bb2
    fix: XWayland floating windows Aqa-Ib 2024-09-28 18:44:58 +0200
  • ebb8dbc00a config: add descriptions for dwindle and master layout options Mike Will 2024-09-27 23:14:21 -0400
  • 6f313de952
    core: Fix Musl builds (#7934) bivsk 2024-09-28 08:46:31 -0400
  • fa2421ef6e Fix Musl builds bivsk 2024-09-28 00:22:04 -0400
  • c837758c1f
    check argument against "unstable" Yixuan Chen 2024-09-27 23:34:18 -0400
  • 2cf6e7862a
    dwindle: add config option split_bias (#7920) Mike Will 2024-09-27 20:49:40 -0400
  • bf95011319 dwindle: add config option split_bias Mike Will 2024-09-26 04:18:28 -0400
  • 60feca3724
    acept optional window selector Yixuan Chen 2024-09-27 17:31:41 -0400
  • 58669fef77
    flake.lock: update Mihai Fufezan 2024-09-27 18:35:29 +0300
  • 2c2d662c18
    remove unnecessary check as https://github.com/hyprwm/Hyprland/pull/3302 is no longer reproduceable Aqa-Ib 2024-09-27 10:05:41 +0200
  • 0d06b7979c
    improve consistency Aqa-Ib 2024-09-27 04:21:36 +0200
  • 2b0acc09db
    fix: allfloat=true, togglefloating a tiled group makes it to lose its size Aqa-Ib 2024-09-27 04:12:24 +0200
  • 2fbdb7e07f
    add a missing .lock() Aqa-Ib 2024-09-27 01:19:30 +0200
  • 31af28788f
    remove repeated check Aqa-Ib 2024-09-27 00:57:34 +0200
  • 1ad7481eeb
    add multi monitor support Aqa-Ib 2024-09-27 00:19:07 +0200
  • e20aef7d53 opengl: remove debug log Vaxry 2024-09-26 22:34:33 +0100
  • b2143a98e2 CI/Nix: no longer build with submodules Mihai Fufezan 2024-09-26 23:00:20 +0300
  • f75f8efb1b Meson: add tracy dependency Mihai Fufezan 2024-09-22 20:53:34 +0300
  • be96787ed0 CMake: use udis86 from pkg-config, fallback to subproject Mihai Fufezan 2024-09-22 18:01:44 +0300
  • 89d945aabe CMake: use hyprland-protocols from pkg-config, fallback to subproject Mihai Fufezan 2024-09-22 18:00:02 +0300
  • 27211c71e9 Meson: try to find udis86 through pkgconfig, fallback to subproject Mihai Fufezan 2024-09-22 21:20:35 +0300
  • 14942bca60 Nix: re-add hyprland-protocols Mihai Fufezan 2024-09-22 21:19:09 +0300
  • 44728443f0
    CI/Nix: no longer build with submodules Mihai Fufezan 2024-09-26 23:00:20 +0300
  • 98a14ba152
    Meson: add tracy dependency Mihai Fufezan 2024-09-22 20:53:34 +0300
  • 2811a77199
    CMake: use udis86 from pkg-config, fallback to subproject Mihai Fufezan 2024-09-22 18:01:44 +0300
  • 6acdf20d33
    CMake: use hyprland-protocols from pkg-config, fallback to subproject Mihai Fufezan 2024-09-22 18:00:02 +0300
  • 1983aee074
    Meson: try to find udis86 through pkgconfig, fallback to subproject Mihai Fufezan 2024-09-22 21:20:35 +0300
  • 715f16aec3
    Nix: re-add hyprland-protocols Mihai Fufezan 2024-09-22 21:19:09 +0300
  • 77f2a01304 flake.lock: update nixpkgs Mihai Fufezan 2024-09-26 16:52:02 +0300
  • 7b56ce6521 CI/Nix: add cross build Mihai Fufezan 2024-06-11 18:49:12 +0300
  • 32a8caf7e7 Nix: also test cross build Jörg Thalheim 2024-06-06 10:07:53 +0200
  • 852f921b44
    flake.lock: update nixpkgs Mihai Fufezan 2024-09-26 16:52:02 +0300
  • 0daa026766
    CI/Nix: add cross build Mihai Fufezan 2024-06-11 18:49:12 +0300
  • 7311fea1f7
    Nix: also test cross build Jörg Thalheim 2024-06-06 10:07:53 +0200
  • 9e41125f5b
    Merge 48f2f490d0 into caaa9b11e4 Mihai Fufezan 2024-09-26 12:22:33 +0000
  • caaa9b11e4
    wlr-output-configuration: Improve output configuration (#7571) Vaxry 2024-09-26 11:10:53 +0100
  • bbee77f52d
    add consistency Aqa-Ib 2024-09-26 09:51:18 +0200
  • b1ad2d8066
    dispatchers: fixup dpms toggle (#7875) Kamikadze 2024-09-26 04:08:50 +0500