Commit Graph

905 Commits

Author SHA1 Message Date
Isaac Freund
1829ca46b4
Fix pointer focus of top/overlay layers 2020-04-24 15:48:52 +02:00
Isaac Freund
822976e3a5
Start to handle layer surfaces in cursor code 2020-04-24 14:51:10 +02:00
Isaac Freund
56400a5955
Fix crash on non-toplevel views 2020-04-23 17:27:18 +02:00
Isaac Freund
0452f9ec23
Add editorconfig 2020-04-23 15:52:38 +02:00
Isaac Freund
53ec8f74c3
Fix crash if floating view doesn't fit 2020-04-22 23:42:07 +02:00
Isaac Freund
d6d30a7ab3
Add a filter to start views in floating mode 2020-04-22 23:35:16 +02:00
Isaac Freund
1362061c4c
Implement floating views 2020-04-22 22:51:18 +02:00
Isaac Freund
94760394b4
Bikeshed variable names 2020-04-21 16:29:17 +02:00
Isaac Freund
109a744007
Fix uninitialized values in tests 2020-04-21 14:44:26 +02:00
Isaac Freund
440279cb4b
Add AUR link to readme 2020-04-21 14:09:05 +02:00
Isaac Freund
adc4e12971
Zoom to second view in stack if top is focused 2020-04-20 14:40:58 +02:00
Isaac Freund
f0c4faf10b
Cleanup timespec types 2020-04-20 00:24:21 +02:00
Isaac Freund
1fe00bc38f Add Archlinux CI 2020-04-20 00:20:52 +02:00
Isaac Freund
425faff04e
Mention contributing.md in readme 2020-04-19 17:25:27 +02:00
Isaac Freund
54c75d953e
Fix a typo in contributing.md 2020-04-19 16:03:42 +02:00
Isaac Freund
6be97c3f3a
Fix broken matrix link in readme 2020-04-19 15:58:46 +02:00
Isaac Freund
0b8183017a
Add contributing.md 2020-04-19 15:58:11 +02:00
Isaac Freund
472e2b2624
Fix layer sufaces holding focus after unmap 2020-04-19 15:15:50 +02:00
Isaac Freund
a0c30de132
Clear focus if focused layer surface is unmapped 2020-04-19 14:33:54 +02:00
Isaac Freund
c959a426b7
Implement wlr-input-inhibitor 2020-04-19 14:31:41 +02:00
Isaac Freund
cd9d4ee395
Grab seats focused on the output for layer shell 2020-04-19 14:31:40 +02:00
Isaac Freund
5244618b01
Implement keyboard interactivity for layer shell 2020-04-19 14:31:40 +02:00
Isaac Freund
837513d329
Remove uneeded abstraction 2020-04-18 17:07:57 +02:00
Isaac Freund
fb2639a226
Send surface enter/leave events 2020-04-18 16:21:26 +02:00
Isaac Freund
bf300db004
Arrange on sending view to output 2020-04-18 15:36:29 +02:00
Isaac Freund
8fcca81755
Add binds to move views between outputs 2020-04-18 14:53:21 +02:00
Isaac Freund
64a3b72a1c
Split up commands into separate files 2020-04-18 13:41:04 +02:00
Isaac Freund
e0c6b5bf72
Refactor focus next/prev view/output commands 2020-04-18 13:12:15 +02:00
Isaac Freund
6914f32ce3
Remove dead code 2020-04-18 12:22:25 +02:00
Isaac Freund
cd19a4615b
Properly clean up resources on exit 2020-04-18 12:21:43 +02:00
Isaac Freund
ed7aca261b
Only log transactions if actually started 2020-04-17 19:37:50 +02:00
Isaac Freund
0557d9df9d
Close layer surfaces on output destroy 2020-04-17 19:31:38 +02:00
Isaac Freund
fb1414a052
Clean up listener handling for layer surfaces 2020-04-17 16:00:05 +02:00
Isaac Freund
76fedd7450
Fix focus handling of newly mapped Views 2020-04-17 13:22:35 +02:00
Isaac Freund
5607163b20
Clean up listener handling for Views 2020-04-17 13:18:25 +02:00
Isaac Freund
0976243372
Handle destruction of outputs 2020-04-17 13:02:18 +02:00
Isaac Freund
414a076410
Fix focus handling on output cycle 2020-04-15 20:02:55 +02:00
Isaac Freund
8a326541f6
Add keybinds to cycle between outputs 2020-04-15 19:16:55 +02:00
Isaac Freund
f33b1fa3e8
Properly handle coordinates with multiple outputs 2020-04-15 18:26:02 +02:00
Isaac Freund
2283ee78b5
Track the focused output of seats 2020-04-15 17:59:46 +02:00
Isaac Freund
a6eeb5bbba
Clean up layer arrangement 2020-04-15 14:39:43 +02:00
Isaac Freund
652a347fa0
Handle exclusive zone of -1 properly 2020-04-15 14:35:05 +02:00
Isaac Freund
5bbfcab60e
Improve handling of layer surface output assignment 2020-04-15 13:38:36 +02:00
Isaac Freund
b02f660475
Rename render.[hc] to bindings.[hc] 2020-04-15 12:49:19 +02:00
Isaac Freund
2126ef07f8
Get rid of redundant create output global call. 2020-04-15 12:30:27 +02:00
Isaac Freund
5da3935c18
Don't advertise the noop output 2020-04-15 12:23:14 +02:00
Isaac Freund
9ee61b3bf9
Rename default seat to "default"
"seat0" seems to be a confusion with physical seats
2020-04-14 14:24:47 +02:00
Isaac Freund
6e2ad0583c
Add a noop output using the noop backend
This is intended for use when no real outputs are available.
2020-04-14 13:46:40 +02:00
Isaac Freund
93f4133812
Tweak wording in readme 2020-04-14 01:20:17 +02:00
Isaac Freund
65d1519826
Clean up and comment config 2020-04-14 01:18:44 +02:00