outfoxxed
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 09:59:49 +00:00
14e1d2d162 refactor: move socket and datastream types to Io module
outfoxxed pushed to master at quickshell/quickshell-docs 2024-03-03 09:59:00 +00:00
79579222a3 feat: add Io module
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 09:27:32 +00:00
f45d298b66 feat(socket): add SocketServer and Socket.write
f004454395 fix(slock): memory leak when creating non SessionLockSurface
Compare 2 commits »
outfoxxed pushed to master at quickshell/quickshell 2024-03-02 13:07:19 +00:00
83a0ec6fc6 feat(socket): add unix socket listener
outfoxxed pushed to master at quickshell/quickshell 2024-02-29 09:31:25 +00:00
bb5bc0547a build: add build options for all components
outfoxxed pushed to master at quickshell/quickshell 2024-02-29 08:56:53 +00:00
d06b67107b docs(layer): improve WlrLayershell documentation
outfoxxed deleted branch sessionlock from quickshell/quickshell 2024-02-29 08:35:43 +00:00
outfoxxed deleted branch wayland from quickshell/quickshell 2024-02-29 08:35:40 +00:00
outfoxxed pushed to master at quickshell/quickshell 2024-02-29 08:32:51 +00:00
42ea70e04c docs(slock): improve session lock documentation
cdd5729642 feat(slock): intentionally protocol error if lock is destroyed
a255889e5c fix(slock): fix lock target when attempting to enable multiple locks
b05d98b56d fix(slock): protocol error when session lock is reconfigured
0b529c6682 fix(slock): make SessionLock.secure accurate
Compare 9 commits »
outfoxxed pushed to sessionlock at quickshell/quickshell 2024-02-29 08:31:28 +00:00
42ea70e04c docs(slock): improve session lock documentation
outfoxxed pushed to sessionlock at quickshell/quickshell 2024-02-29 07:33:34 +00:00
cdd5729642 feat(slock): intentionally protocol error if lock is destroyed
outfoxxed pushed to sessionlock at quickshell/quickshell 2024-02-29 07:03:16 +00:00
a255889e5c fix(slock): fix lock target when attempting to enable multiple locks
outfoxxed pushed to sessionlock at quickshell/quickshell 2024-02-29 07:02:53 +00:00
b05d98b56d fix(slock): protocol error when session lock is reconfigured
outfoxxed pushed to sessionlock at quickshell/quickshell 2024-02-29 05:42:02 +00:00
0b529c6682 fix(slock): make SessionLock.secure accurate
cbdfba1a3f chore: clean up lints
Compare 2 commits »
outfoxxed pushed to sessionlock at quickshell/quickshell 2024-02-29 05:13:14 +00:00
4eac0b40c3 fix(wayland): fix ext screens resetting and causing protocol error
outfoxxed pushed to sessionlock at quickshell/quickshell 2024-02-29 03:56:17 +00:00
48bdcf4db2 feat(slock): add user facing SessionLock and SessionLockSurface
outfoxxed created branch sessionlock in quickshell/quickshell 2024-02-28 12:38:57 +00:00
outfoxxed pushed to sessionlock at quickshell/quickshell 2024-02-28 12:38:57 +00:00
1fa87b7c5a feat(slock): implement ext_session_lock_v1 backend
outfoxxed pushed to master at quickshell/quickshell 2024-02-26 11:35:29 +00:00
70c5cf1e16 build: use ninja
outfoxxed pushed to master at quickshell/quickshell 2024-02-26 11:23:55 +00:00
e6d2426a5a tools: use parallel to run clang-tidy