Commit Graph

951 Commits

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