3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-02-28 21:15:27 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
d768226de9 [gha] bump flake inputs 2023-06-15 08:53:30 +00:00
c55c28ec7f deps: update wlroots 2023-06-15 10:45:20 +02:00
528cfc2889 [gha] bump flake inputs 2023-06-12 16:47:13 +00:00
91fbee24da deps: update wlroots 2023-06-12 18:35:33 +02:00
df98db5092 [gha] bump flake inputs 2023-06-03 16:07:31 +00:00
d87010f300 deps: update wlroots 2023-06-03 17:59:31 +02:00
70e4162dcc [gha] bump flake inputs 2023-06-03 10:28:25 +00:00
147e962370 deps: update wlroots 2023-06-03 12:20:28 +02:00
dd0bf87c01 [gha] bump flake inputs 2023-06-02 16:53:02 +00:00
6ba8310c13 deps: update wlroots 2023-06-02 18:44:05 +02:00
b540d28849 deps: update wlroots 2023-05-31 16:09:25 +02:00
78826c6d18 meson & nix: install wlroots headers (#2287) 2023-05-16 20:50:18 +03:00
77223e1cad deps: update wlroots 2023-04-26 17:23:50 +01:00
5bf1c32bc0 deps: update wlroots 2023-04-22 13:18:55 +01:00
d03dcc3d99 deps: update wlroots 2023-04-21 15:42:08 +01:00
dd2372d2e6 deps: update hyprland-protocols 2023-04-09 19:46:34 +01:00
046ad79d11 GlobalShortcuts protocol impl (#1886)
Implements the `hyprland-global-shortcuts-v1` protocol

---------

Co-authored-by: Mihai Fufezan <fufexan@protonmail.com>
2023-04-09 13:48:20 +01:00
1a5d5bf620 deps: update wlroots 2023-04-06 21:03:53 +01:00
49f0f53f51 deps: update wlroots 2023-04-04 22:11:21 +01:00
e7185b338f debug: minor improvements to manual crash 2023-04-04 22:04:32 +01:00
d154a8da20 deps: update wlroots dep 2023-04-04 14:57:35 +01:00
bae19cb10e deps: update wlroots dep 2023-04-03 23:24:09 +01:00
37ced6aca4 wlroots: update dep 2023-03-20 21:53:00 +00:00
a34b747661 update wlroots dep 2023-03-03 21:28:22 +00:00
8b81f41e52 Plugin System (#1590)
---------

Co-authored-by: Mihai Fufezan <fufexan@protonmail.com>
2023-02-27 12:32:38 +00:00
a46abd8b1a update wlroots dep 2023-02-03 12:43:43 +00:00
0b5a751e52 update wlroots dep 2023-01-13 22:06:04 +01:00
0d14fd9136 add systemd support (#1253)
* 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 <darwinskernel@gmail.com>

* nix: add withSystemd flag

Signed-off-by: Paymon MARANDI <darwinskernel@gmail.com>
Co-authored-by: Mihai Fufezan <fufexan@protonmail.com>
Co-authored-by: Vaxerski <vaxry@vaxry.net>
2023-01-05 20:17:55 +01:00
e6cbb6072b update wlroots dep 2022-12-22 15:52:11 +00:00
fbc7a9391a downgrade wlroots due to issues 2022-12-22 15:19:54 +00:00
4b8d417fca update wlroots dep 2022-12-22 14:45:49 +00:00
21cc6d7ae5 update wlroots dep 2022-12-22 12:25:38 +00:00
6749c8abd7 fix dynamic monitor disables corrupting pmosthz 2022-12-22 12:15:07 +00:00
85f50a4a13 update wlroots dep 2022-12-17 18:34:06 +00:00
111d209bff Added toplevel handle sharing Rev2 (#1203)
* Added toplevel handle sharing

* nix: fix build

* update hyprland-protocols

Co-authored-by: Mihai Fufezan <fufexan@protonmail.com>
2022-12-12 14:56:42 +00:00
87b9313034 updated wlroots dep 2022-12-06 23:16:37 +00:00
66fb083003 Implement window sharing with the hl toplevel export proto (#1179)
* implement window sharing

Co-authored-by: Mihai Fufezan <fufexan@protonmail.com>
2022-12-05 17:05:15 +00:00
c012e3d66b update wlroots dep 2022-12-01 21:00:54 +00:00
df132e5ff3 update wlroots dep 2022-11-19 16:28:04 +00:00
23cd1b8c66 update wlroots dep 2022-11-13 11:04:28 +00:00
24587492dd update wlroots dep 2022-10-22 21:01:45 +01:00
d89355f0a6 update wlroots 2022-10-11 10:32:11 +01:00
945b4d7139 update wlroots dep 2022-10-09 21:29:54 +01:00
948f4978e7 update wlroots dep 2022-10-08 18:00:20 +01:00
af7d60b3f8 revert wlroots ver to fix critical gpu issue 2022-10-06 22:08:08 +01:00
a587909fd5 update wlroots dep 2022-10-04 23:24:31 +01:00
e8be1507ef Remove texcoord from QUADFRAGSRC.
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-05 00:04:32 +02:00
a1d9404f9f update wlroots dep 2022-10-03 22:16:02 +01:00
65ec8c7694 update wlroots dep 2022-09-21 15:07:57 +01:00
1963da2d47 update wlroots dep 2022-09-21 14:22:05 +01:00