Isaac Freund
|
9ea26d2a30
|
Make View a toplevel struct
|
2020-05-02 16:43:16 +02:00 |
|
Isaac Freund
|
96f2ff793c
|
Make Output a toplevel struct
|
2020-05-02 16:40:05 +02:00 |
|
Isaac Freund
|
5dbff2c018
|
Make Server a toplevel struct
|
2020-05-02 16:20:32 +02:00 |
|
Isaac Freund
|
7988a2e934
|
Fix a couple typos
|
2020-04-27 20:08:57 +02:00 |
|
Isaac Freund
|
2b0b32c030
|
Simplify some code
|
2020-04-27 10:35:53 +02:00 |
|
Isaac Freund
|
454e2454b6
|
Separate View from its implementation
This is done in preperation for Xwayland support
|
2020-04-26 12:29:08 +02:00 |
|
Isaac Freund
|
822976e3a5
|
Start to handle layer surfaces in cursor code
|
2020-04-24 14:51:10 +02:00 |
|
Isaac Freund
|
94760394b4
|
Bikeshed variable names
|
2020-04-21 16:29:17 +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
|
2283ee78b5
|
Track the focused output of seats
|
2020-04-15 17:59:46 +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
|
8bfca48991
|
Implement the focus stack
|
2020-04-13 21:00:18 +02:00 |
|
Isaac Freund
|
3cb52c4898
|
Parially refactor commands to take a *Seat
|
2020-04-13 19:25:37 +02:00 |
|
Isaac Freund
|
b822084f39
|
Allow storing *View in ViewStack
This is done in preparation for implementing focus stacks.
|
2020-04-13 17:25:39 +02:00 |
|
Isaac Freund
|
ff833a07d3
|
Move output specific code out of root
This is in preperation of proper output event handling and eventual
multi output support.
|
2020-04-11 14:24:20 +02:00 |
|
Isaac Freund
|
bd91bacee9
|
Implement initial layer shell support
exclusive zones and popups are still TODO
|
2020-04-10 16:49:52 +02:00 |
|
Isaac Freund
|
0038a56a62
|
Implement outer padding
|
2020-04-08 23:40:15 +02:00 |
|
Isaac Freund
|
fa65333789
|
Refactor keybindings to be runtime defined.
|
2020-04-07 21:48:56 +02:00 |
|
Isaac Freund
|
626b2c691b
|
Rename gaps -> padding
|
2020-04-07 11:54:46 +02:00 |
|
Isaac Freund
|
aef2245272
|
Implement inner gaps
|
2020-04-05 18:31:55 +02:00 |
|
Isaac Freund
|
ea88cca35f
|
Take future borders into account for surface size
|
2020-04-04 23:26:15 +02:00 |
|
Isaac Freund
|
149dd488a9
|
Reset focus on switching between tags
|
2020-04-04 19:48:22 +02:00 |
|
Isaac Freund
|
b30b9ba57e
|
Stop the transaction timer if timeout didn't occur
|
2020-04-04 16:51:15 +02:00 |
|
Isaac Freund
|
f17792183b
|
Add a bit of logging for transactions
|
2020-04-04 16:51:14 +02:00 |
|
Isaac Freund
|
6cb9f6ac04
|
Add a data structure to manage the view stack
|
2020-04-04 16:51:02 +02:00 |
|
Isaac Freund
|
9ba295f126
|
Focus next view if focused view is hidden
|
2020-04-02 14:02:30 +02:00 |
|
Isaac Freund
|
57f27f7cc6
|
Implement tag assignment
There are a few bugs with this, but the core logic is sound
|
2020-04-02 13:44:24 +02:00 |
|
Isaac Freund
|
26a5aaca69
|
Implement switching between single tags
|
2020-04-01 19:39:36 +02:00 |
|
Isaac Freund
|
42d454b26f
|
Implement infrastructure for tags
|
2020-04-01 17:50:49 +02:00 |
|
Isaac Freund
|
d0bfa7bb01
|
Make c import a little cleaner
|
2020-03-29 19:36:15 +02:00 |
|
Isaac Freund
|
581de73b6f
|
Fix bug if master count < view count
|
2020-03-29 17:12:44 +02:00 |
|
Isaac Freund
|
d9d9388978
|
Handle timeout of transactions that take too long
|
2020-03-29 16:56:30 +02:00 |
|
Isaac Freund
|
f5304237b5
|
Pass self as immutable where possible
|
2020-03-29 15:58:04 +02:00 |
|
Isaac Freund
|
029e49e1c5
|
Gracefully handle transaction preemption
|
2020-03-28 21:05:56 +01:00 |
|
Isaac Freund
|
02910145c8
|
Add new views to the top of the stack
|
2020-03-28 14:47:50 +01:00 |
|
Isaac Freund
|
a523d0ce7c
|
Implement dwm-style tiling layout
|
2020-03-28 14:19:51 +01:00 |
|
Isaac Freund
|
51e8191031
|
Flesh out focus handling and add keybinds
|
2020-03-27 02:05:57 +01:00 |
|
Isaac Freund
|
d787e2c2cc
|
Initial atomic layout update implementation
|
2020-03-26 21:32:30 +01:00 |
|
Isaac Freund
|
34e47360f5
|
Add Root struct
Server handles listening for wayland signals. It delegates input handling
to Seat and output handling to Root.
|
2020-03-25 15:59:24 +01:00 |
|