aboutsummaryrefslogtreecommitdiffhomepage
path: root/subprojects
AgeCommit message (Collapse)Author
2023-03-03update wlroots depvaxerski
2023-02-27Plugin System (#1590)Vaxry
--------- Co-authored-by: Mihai Fufezan <[email protected]>
2023-02-03update wlroots depvaxerski
2023-01-13update wlroots depvaxerski
2023-01-05add 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-22update wlroots depvaxerski
2022-12-22downgrade wlroots due to issuesvaxerski
2022-12-22update wlroots depvaxerski
2022-12-22update wlroots depvaxerski
2022-12-22fix dynamic monitor disables corrupting pmosthzvaxerski
2022-12-17update wlroots depvaxerski
2022-12-12Added toplevel handle sharing Rev2 (#1203)v0.19.2betaVaxry
* Added toplevel handle sharing * nix: fix build * update hyprland-protocols Co-authored-by: Mihai Fufezan <[email protected]>
2022-12-06updated wlroots depvaxerski
2022-12-05Implement window sharing with the hl toplevel export proto (#1179)Vaxry
* implement window sharing Co-authored-by: Mihai Fufezan <[email protected]>
2022-12-01update wlroots depvaxerski
2022-11-19update wlroots depvaxerski
2022-11-13update wlroots depvaxerski
2022-10-22update wlroots depvaxerski
2022-10-11update wlrootsvaxerski
2022-10-09update wlroots depvaxerski
2022-10-08update wlroots depvaxerski
2022-10-06revert wlroots ver to fix critical gpu issuevaxerski
2022-10-04update wlroots depvaxerski
2022-10-05Remove 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-03update wlroots depvaxerski
2022-09-21update wlroots depvaxerski
2022-09-21update wlroots depvaxerski
2022-09-01Update wlroots depvaxerski
2022-08-20update wlroots depvaxerski
2022-08-06update wlroots depvaxerski
2022-08-06better foreign toplevel protocol obediencevaxerski
2022-08-04update wlroots depvaxerski
2022-07-31update wlroots depvaxerski
2022-07-11update wlroots depvaxerski
2022-06-28update wlroots depvaxerski
2022-06-16Added meson buildfilesFlorian "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