Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-03 | update wlroots dep | vaxerski | |
2023-02-27 | Plugin System (#1590) | Vaxry | |
--------- Co-authored-by: Mihai Fufezan <[email protected]> | |||
2023-02-03 | update wlroots dep | vaxerski | |
2023-01-13 | update wlroots dep | vaxerski | |
2023-01-05 | add systemd support (#1253) | jrun | |
* add systemd support motivation for this is is proper ordering of related/bound/required services to Hyprland (e.g. swaybg) that would need to have a compositor ready. this could possibly be a build-time option of course. see also: example/ files for example of services Signed-off-by: Paymon MARANDI <[email protected]> * nix: add withSystemd flag Signed-off-by: Paymon MARANDI <[email protected]> Co-authored-by: Mihai Fufezan <[email protected]> Co-authored-by: Vaxerski <[email protected]> | |||
2022-12-22 | update wlroots dep | vaxerski | |
2022-12-22 | downgrade wlroots due to issues | vaxerski | |
2022-12-22 | update wlroots dep | vaxerski | |
2022-12-22 | update wlroots dep | vaxerski | |
2022-12-22 | fix dynamic monitor disables corrupting pmosthz | vaxerski | |
2022-12-17 | update wlroots dep | vaxerski | |
2022-12-12 | Added toplevel handle sharing Rev2 (#1203)v0.19.2beta | Vaxry | |
* Added toplevel handle sharing * nix: fix build * update hyprland-protocols Co-authored-by: Mihai Fufezan <[email protected]> | |||
2022-12-06 | updated wlroots dep | vaxerski | |
2022-12-05 | Implement window sharing with the hl toplevel export proto (#1179) | Vaxry | |
* implement window sharing Co-authored-by: Mihai Fufezan <[email protected]> | |||
2022-12-01 | update wlroots dep | vaxerski | |
2022-11-19 | update wlroots dep | vaxerski | |
2022-11-13 | update wlroots dep | vaxerski | |
2022-10-22 | update wlroots dep | vaxerski | |
2022-10-11 | update wlroots | vaxerski | |
2022-10-09 | update wlroots dep | vaxerski | |
2022-10-08 | update wlroots dep | vaxerski | |
2022-10-06 | revert wlroots ver to fix critical gpu issue | vaxerski | |
2022-10-04 | update wlroots dep | vaxerski | |
2022-10-05 | Remove texcoord from QUADFRAGSRC. | Felix Dick | |
texcoord is unused in the rounding part of the textureshaders. QUADFRAGSRC isn't using that variable inside the non rounding code. Because of that opengl optimizes that variable out, and is complaining if glGetAttribLocation is called on it. | |||
2022-10-03 | update wlroots dep | vaxerski | |
2022-09-21 | update wlroots dep | vaxerski | |
2022-09-21 | update wlroots dep | vaxerski | |
2022-09-01 | Update wlroots dep | vaxerski | |
2022-08-20 | update wlroots dep | vaxerski | |
2022-08-06 | update wlroots dep | vaxerski | |
2022-08-06 | better foreign toplevel protocol obedience | vaxerski | |
2022-08-04 | update wlroots dep | vaxerski | |
2022-07-31 | update wlroots dep | vaxerski | |
2022-07-11 | update wlroots dep | vaxerski | |
2022-06-28 | update wlroots dep | vaxerski | |
2022-06-16 | Added meson buildfiles | Florian "sp1rit" | |
this makes for a far better experience in combination with wlroots, since that whole makefile mess is not required. Additionaly, handling of wayland protocol sources is also slightly better, but could be improved with mesons inbuilt wayland module. To build Hyprland using meson: meson _build -Ddefault_library=static ninja -C _build ninja -C _build install |