Julian Orth
0ee76fc09f
tree: allow moving focus from/to fullscreen windows
2025-12-02 12:29:53 +01:00
Julian Orth
31fb4397cc
tree: allow moving children between containers on different outputs
2025-12-02 12:15:43 +01:00
Julian Orth
bf8dcd1408
tree: allow moving focus between containers on different outputs
2025-12-02 12:15:43 +01:00
mahkoh
f015ee0761
Merge pull request #676 from kotarac/bar-border-width
...
theme: add bar-separator-width setting
2025-12-02 11:47:01 +01:00
Stipe Kotarac
a6e629dd2f
theme: add bar-separator-width setting
2025-12-01 18:53:03 +01:00
mahkoh
f5ed6f8fac
Merge pull request #672 from kotarac/bar-position
...
theme: add bar-position setting
2025-12-01 11:13:07 +01:00
Stipe Kotarac
2500c05f70
theme: add bar-position setting
2025-11-30 21:24:03 +01:00
mahkoh
3ea687a5c8
Merge pull request #675 from mahkoh/jorth/bar-rect
...
output: cache more rectangles
2025-11-30 17:10:02 +01:00
Julian Orth
5a626c4d07
output: cache more rectangles
2025-11-30 17:00:28 +01:00
Julian Orth
d717aee055
rect: add not_contains
2025-11-30 15:48:02 +01:00
mahkoh
17c9be372a
Merge pull request #674 from mahkoh/jorth/show-on-unfullscreen
...
tree: try to make placeholder visible before unfullscreening
2025-11-29 21:46:39 +01:00
Julian Orth
f532416eb3
tree: try to make placeholder visible before unfullscreening
2025-11-29 21:44:01 +01:00
mahkoh
02a35e8fdf
Merge pull request #671 from mahkoh/jorth/fix-cm-scaling
...
cmm: make white_balance behave like plasma
2025-11-28 15:38:28 +01:00
Julian Orth
54372877be
cmm: make white_balance behave like plasma
2025-11-28 15:31:33 +01:00
mahkoh
12f8c773d2
Merge pull request #670 from mahkoh/jorth/new-formats
...
formats: add support for additional formats
2025-11-28 15:06:11 +01:00
Julian Orth
c3177c6469
formats: add support for additional formats
2025-11-28 15:03:04 +01:00
mahkoh
da74f61bea
Merge pull request #669 from mahkoh/jorth/clippy-5
...
all: address clippy lints
2025-11-28 13:36:06 +01:00
Julian Orth
669d995771
all: address clippy lints
2025-11-28 13:33:07 +01:00
mahkoh
0e49b33a7f
Merge pull request #664 from ArthurHeymans/DirectionMoveWorkspace
...
feat(toml-config): Add directional output selection for move-to-output action
2025-11-28 13:23:33 +01:00
Arthur Heymans
5529306c67
feat(config): Add directional output selection via separate direction field
...
Add support for directional output selection in the move-to-output action
using a separate `direction` field instead of overloading OutputMatch.
API additions:
- Add Workspace::connector() to get the connector showing a workspace
- Add Connector::connector_in_direction() to find outputs directionally
Implementation:
- Move directional finding logic from toml-config to compositor
- Algorithm uses center-to-center distance with axis-aligned preference
- Add GetWorkspaceConnector and GetConnectorInDirection IPC messages
Configuration changes:
- Add optional `direction` field to move-to-output action
- Either `output` or `direction` must be specified (not both)
- Valid directions: "left", "right", "up", "down"
Example usage:
logo+control+shift+right = { type = "move-to-output", direction = "right" }
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
2025-11-28 13:14:25 +01:00
mahkoh
9289823e67
Merge pull request #668 from mahkoh/jorth/float-scale
...
cli: add `scale --round-to-float`
2025-11-28 12:47:57 +01:00
Julian Orth
a253fac31f
cli: add scale --round-to-float
2025-11-28 12:43:40 +01:00
mahkoh
e81b31b452
Merge pull request #667 from kotarac/master
...
toml-spec: compliant $id in schema
2025-11-27 13:38:36 +01:00
Stipe Kotarac
e0786c2e94
toml-spec: compliant $id in schema
2025-11-27 13:04:43 +01:00
mahkoh
a2e21cb926
Merge pull request #651 from mahkoh/jorth/shm-pool-len
...
wl_shm: save the actually requested pool size
2025-10-23 18:07:39 +02:00
Julian Orth
e297997c6c
wl_shm: save the actually requested pool size
2025-10-23 18:05:09 +02:00
mahkoh
909f158082
Merge pull request #649 from mahkoh/jorth/simple-im-no-newline
...
simple-im: don't emit newline in pre-edit
2025-10-17 01:17:04 +02:00
Julian Orth
c0e70a1d6d
simple-im: don't emit newline in pre-edit
2025-10-17 01:14:41 +02:00
mahkoh
43171a14b3
Merge pull request #648 from mahkoh/jorth/compositor-side-repeat
...
seat: implement key repeat
2025-10-16 21:23:35 +02:00
Julian Orth
4b4f05d153
seat: implement key repeat
2025-10-16 21:18:26 +02:00
Julian Orth
0e1be7544f
backend: add ButtonState
2025-10-16 19:50:21 +02:00
mahkoh
e22e6680b6
Merge pull request #638 from sday-ssc/master
...
Remove titlebar separator if title_height is 0.
2025-10-16 18:49:31 +02:00
Sean Day
daafb98336
config: allow disabling window titles
2025-10-16 18:47:08 +02:00
mahkoh
796269d31e
Merge pull request #647 from mahkoh/jorth/simple-im-backspace-disable
...
simple-im: allow disabling unicode input with backspace
2025-10-16 16:58:07 +02:00
Julian Orth
b77fd6d0b2
simple-im: allow disabling unicode input with backspace
2025-10-16 16:54:46 +02:00
mahkoh
cb25c2b44a
Merge pull request #645 from mahkoh/jorth/sdr-ref-luminance
...
cmm: ignore backend luminance with the default EOTF
2025-10-16 16:48:39 +02:00
Julian Orth
4746361cb7
cmm: ignore backend luminance with the default EOTF
2025-10-16 16:45:53 +02:00
mahkoh
091918d10a
Merge pull request #646 from mahkoh/jorth/simple-im
...
Add a simple, XCompose based input method
2025-10-16 16:45:37 +02:00
Julian Orth
481e9b3854
simple-im: add support for unicode input
2025-10-16 16:38:06 +02:00
Julian Orth
9ac4fea594
cli: allow configuring the simple IM
2025-10-16 16:38:06 +02:00
Julian Orth
2f22a61710
config: allow configuring the simple IM
2025-10-16 16:38:04 +02:00
Julian Orth
58b9830aaa
seat: add a simple input method
2025-10-16 15:57:47 +02:00
Julian Orth
8372f83737
text-input: reset text-input state after disconnect
2025-10-16 01:53:56 +02:00
Julian Orth
881fb24878
text-input: add input method abstraction
2025-10-16 00:16:32 +02:00
mahkoh
26988f5ce5
Merge pull request #643 from mahkoh/jorth/yaml-cleanup
...
toml: format spec.yaml file
2025-10-14 11:33:38 +02:00
Julian Orth
a7808d89c2
toml: format spec.yaml file
2025-10-14 11:30:43 +02:00
mahkoh
fbd37e6662
Merge pull request #640 from mahkoh/jorth/update-deps-2
...
cargo: update dependencies
2025-10-09 19:53:27 +02:00
Julian Orth
78d86c1224
cargo: update dependencies
2025-10-09 19:51:18 +02:00
mahkoh
63e239032a
Merge pull request #639 from mahkoh/jorth/kbvm-update-2
...
kbvm: update to 0.1.5
2025-10-09 19:39:55 +02:00
Julian Orth
45b9925a91
kbvm: update to 0.1.5
2025-10-09 19:37:24 +02:00