outfoxxed
6966fc025c
all: ensure QObject ownership is Cpp when required
2024-03-08 18:33:01 -08:00
outfoxxed
5ac04649aa
fix: ub/crash when changing layershell props after hiding window
2024-03-04 17:54:33 -08:00
outfoxxed
63180382be
misc: change version to 0.1
2024-03-04 05:37:24 -08:00
outfoxxed
dfeb02e50b
fix(panel): WlrLayershell exclusionMode was never set
2024-03-04 04:04:24 -08:00
outfoxxed
4cfe6ee0a1
fix: fix scopes of created QQmlComponents
...
Using the scope of the component itself makes sure things availible in
its scope are usable, instead of the parent scope.
2024-03-03 21:38:21 -08:00
outfoxxed
f004454395
fix(slock): memory leak when creating non SessionLockSurface
2024-03-02 06:22:14 -08:00
outfoxxed
bb5bc0547a
build: add build options for all components
2024-02-29 01:30:57 -08:00
outfoxxed
d06b67107b
docs(layer): improve WlrLayershell documentation
2024-02-29 00:54:18 -08:00
outfoxxed
42ea70e04c
docs(slock): improve session lock documentation
2024-02-29 00:30:50 -08:00
outfoxxed
cdd5729642
feat(slock): intentionally protocol error if lock is destroyed
2024-02-28 23:32:40 -08:00
outfoxxed
a255889e5c
fix(slock): fix lock target when attempting to enable multiple locks
2024-02-28 23:02:53 -08:00
outfoxxed
b05d98b56d
fix(slock): protocol error when session lock is reconfigured
2024-02-28 23:01:38 -08:00
outfoxxed
0b529c6682
fix(slock): make SessionLock.secure accurate
2024-02-28 21:41:30 -08:00
outfoxxed
cbdfba1a3f
chore: clean up lints
2024-02-28 21:30:06 -08:00
outfoxxed
4eac0b40c3
fix(wayland): fix ext screens resetting and causing protocol error
...
Could not reproduce this personally but I am told this fixes it.
2024-02-28 21:11:28 -08:00
outfoxxed
48bdcf4db2
feat(slock): add user facing SessionLock and SessionLockSurface
2024-02-28 19:55:49 -08:00
outfoxxed
1fa87b7c5a
feat(slock): implement ext_session_lock_v1 backend
...
note: did not run lints or fully test yet
2024-02-28 04:37:52 -08:00
outfoxxed
cfd9a27619
refactor: move wlr_layershell to its own subdirectory
2024-02-26 03:13:55 -08:00
outfoxxed
4ae7ff8c72
rename: QuickShell => Quickshell
2024-02-26 00:57:47 -08:00
outfoxxed
0034edd0f8
docs: add macro hints for typegen to paper over weird interfaces
2024-02-26 00:30:25 -08:00
outfoxxed
c0faebc700
cleanup(plugin): remove dependency on unstable moc functions
2024-02-26 00:08:30 -08:00
outfoxxed
3bd587cfcc
feat: basic plugin system
...
The wayland plugin now uses it.
2024-02-25 23:47:17 -08:00
outfoxxed
6c6272e523
cleanup: remove unused ScreenConfiguration type
2024-02-25 19:38:54 -08:00
outfoxxed
fabf86f75f
fix(docs): fix incorrect docgen and add wayland module
2024-02-25 19:36:52 -08:00
outfoxxed
d5344f463f
feat(panel): set exclusionMode to Normal when exclusiveZone is set
2024-02-25 18:50:38 -08:00
outfoxxed
8cd9657f97
fix(wayland): layershell auto exclusive zone applies on reload
2024-02-25 18:37:42 -08:00
outfoxxed
e2063e8b93
feat(wayland): WaylandLayershell attached property for PanelWindow
2024-02-25 18:25:48 -08:00
outfoxxed
13c5d7c7a9
fix(wayland): layershell windows are recreated if attach fails
...
Usually this happens if the namespace changes
2024-02-25 16:13:24 -08:00
outfoxxed
c2930783ea
feat(wayland): create cross platform window interfaces
...
Internally this also refactors a ton of code around the wayland
layershell. Note that attachment failures are still broken and
platform interfaces are hardcoded.
2024-02-25 07:13:54 -08:00
outfoxxed
4a82949854
feat(wayland): custom layershell implementation
...
A fair amount of things are broken but not in the layershell interface
itself. The shell window platform extensions are next in line for
refactoring and relevent issues will be fixed then. Same for docs.
2024-02-24 02:06:40 -08:00
outfoxxed
b0567a569b
build(wayland): setup cmake for wayland module
2024-02-20 03:12:05 -08:00