Ottatop
5cdf9769de
Use drm-extras for monitor info
...
And also remove matching outputs by serial. TODO: add matching by the new serial string
2024-12-17 19:52:28 -06:00
Ottatop
7d6c1a25a7
Update smithay
...
WARNING: anything that uses pointer-constraints will probably crash the compositor on this commit, use the next one
2024-12-16 16:49:46 -06:00
Ottatop
a9d9a38e9d
Bump non-smithay dependencies
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build and Publish Lua Docs / Build (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
2024-12-16 14:50:42 -06:00
Ottatop
be18f9f884
Make snowcap a workspace member
2024-12-15 23:36:30 -06:00
Ottatop
f1bcd8357b
Properly throttle rendering
2024-08-10 23:01:10 -05:00
Ottatop
f5aabd5b60
Improve xwayland stacking logic
...
CI (Pinnacle) / Build (push) Waiting to run
CI (Pinnacle) / Run tests (push) Waiting to run
CI (Pinnacle) / Check formatting (push) Waiting to run
CI (Pinnacle) / Clippy check (push) Waiting to run
Fixes a few bugs related to the pointer clicking through xwayland windows
2024-08-06 13:38:50 -05:00
Ottatop
e5670a7fe6
Bump dependencies
2024-08-05 18:37:05 -05:00
Ottatop
082ed60498
Update Smithay
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build Lua Docs / Build Lua docs (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
2024-07-16 16:15:02 -05:00
Ottatop
bff2e12987
Update dependencies, api/lua: Fix log source
2024-07-16 14:53:52 -05:00
Ottatop
353d345e90
Use assert_matches
2024-07-16 11:44:49 -05:00
Ottatop
db3bfd9e5f
api/rust: Add error handling
2024-07-14 15:45:02 -05:00
Ottatop
ade04b3833
api/lua: Add auto-generated protobuf definitions
2024-07-10 20:00:05 -05:00
Ottatop
c7907df43c
Update Smithay
CI (Pinnacle) / Build (push) Waiting to run
CI (Pinnacle) / Run tests (push) Waiting to run
CI (Pinnacle) / Check formatting (push) Waiting to run
CI (Pinnacle) / Clippy check (push) Waiting to run
2024-07-01 17:01:53 -05:00
Ottatop
36434806a5
Update dependencies
2024-06-22 13:08:25 -05:00
Ottatop
aa1e79c715
(Re)workaround cursor overwriting transparency in screencopy
2024-06-21 17:43:05 -05:00
Ottatop
c0906974a4
Update Smithay
...
I hate breaking changes
2024-06-18 12:20:43 -05:00
Ottatop
6be6c6d5f6
Add keybind overlay
2024-06-15 16:58:47 -05:00
Ottatop
d70a0abda5
Add builtin quit prompt
2024-06-14 21:29:19 -05:00
Ottatop
df96838c51
Wait for Snowcap to start, rust-api: Fix signals
...
Test with --no-default-features, add Snowcap submodule
2024-06-14 14:47:05 -05:00
Ottatop
8fd1606557
Add preliminary snowcap integration
2024-06-13 17:21:32 -05:00
Ottatop
f16767240e
Use indexmap for output storage
...
I need me some determinism for testing
2024-06-04 18:11:40 -05:00
Ottatop
ad81b553c8
lua-api: Add custom modelines
2024-06-04 10:48:34 -05:00
Ottatop
34517fd111
Add custom modes
...
Custom modes from wlr-randr should work now. Still need to do custom mode*lines*. And add those API calls
2024-06-02 21:28:44 -05:00
Ottatop
66e5d7097f
Bump smithay
...
gtklock fix
2024-05-17 10:25:06 -05:00
Ottatop
cd8e15a7c3
Update deps
2024-05-16 17:35:36 -05:00
Ottatop
1faab2a68f
Update Smithay
2024-05-15 13:35:03 -05:00
Ottatop
5d3f66a747
Add info subcommand
2024-05-07 22:30:48 -05:00
Ottatop
37b728203c
Use reexported rustix instead of nix
2024-05-07 20:28:48 -05:00
Ottatop
55a0379697
Finalize pointer constraints
...
While this initial implementation is done and I'm pretty happy with it, there are still 2 problems:
1. The cursor is not warped to the hinted position when a locked pointer constraint is removed. This may require an update to Smithay to expose a `PointerConstraintsHandler::constraint_removed` method.
2. The cursor may jump between two close constraint regions if it's moved fast enough. This can be fixed by possibly doing a ray cast or something.
2024-05-01 19:18:31 -05:00
Ottatop
4b3839e380
Fix pointer clamping regression and also update Smithay
2024-04-27 21:26:54 -05:00
Ottatop
c9012cf483
Improve logging
...
Use better env filters, log panics, and make logging to files not use color escapes
2024-04-26 14:56:12 -05:00
Leon Vack
0b353c45f2
Use an embedded config for tests
2024-04-25 10:48:37 +02:00
Leon Vack
e8b8a33bfc
Make wlcs run some actual tests
2024-04-25 10:48:36 +02:00
Leon Vack
7adcb1d729
Make wlcs start
2024-04-25 10:47:48 +02:00
Leon Vack
bb832ae885
Add wlcs stub
2024-04-25 10:47:44 +02:00
Ottatop
ef47a9f8c5
Remove xtasks
2024-04-24 18:50:31 -05:00
Ottatop
6da1967b3d
Scaffold xtasks
...
NOT DONE, don't use it yet
2024-04-21 14:25:35 -05:00
Ottatop
2aca29fe7c
Revert "Use mlua for Lua tests"
...
This reverts commit 78eb41ef51
.
Can't get the github runner not to block when running tests, fun
2024-04-20 21:35:40 -05:00
Ottatop
78eb41ef51
Use mlua for Lua tests
2024-04-20 19:17:43 -05:00
Ottatop
591c5c1cd0
Update Smithay and don't map resized windows if tiled
2024-04-20 12:54:09 -05:00
Ottatop
5634cbbfe7
Improve Rust output setup API
2024-04-17 18:56:01 -05:00
Ottatop
3f5a56c201
Finish Rust Output::setup and ::setup_locs
2024-04-16 16:26:54 -05:00
Ottatop
43809d4210
Remove statics from Rust API
...
And a bunch of other things, this commit doesn't build
2024-04-16 11:10:47 -05:00
Ottatop
f557afcaa1
Start on Rust API tests
...
Does not currently work because every api struct is a static, yikes
2024-04-16 07:04:34 -05:00
Ottatop
1ba636f39f
Bump dependencies
2024-04-12 07:24:37 -05:00
Ottatop
24ac349922
Implement wlr-gamma-control
...
Buncha stuff yoinked from Niri
2024-04-10 01:55:45 -05:00
Ottatop
bf4e270bfc
Bump dependencies
2024-04-06 16:14:45 -05:00
Ottatop
2dbc13d55d
Fix screencopy transparency on udev
...
Using a hack to set the cursor to the primary plane. Also the code is still doodoo
2024-04-01 22:01:46 -05:00
Ottatop
145ab55dc9
Bump dependencies
2024-03-30 17:23:47 -05:00
Ottatop
869a2223f5
Add keepalive pings to clients
...
This should clients to die if the compositor was killed but they weren't dropped
2024-03-22 16:40:06 -05:00