index
:
river
master
personal fork of riverwm
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
seat.zig
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-02
Make Output a toplevel struct
Isaac Freund
1
-1
/
+1
2020-05-02
Make Seat a toplevel struct
Isaac Freund
1
-220
/
+218
2020-05-02
Make InputManager a toplevel struct
Isaac Freund
1
-1
/
+1
2020-04-27
Clean up some code using c imported enums
Isaac Freund
1
-1
/
+1
2020-04-26
Separate View from its implementation
Isaac Freund
1
-2
/
+3
2020-04-25
Handle set selection for clipboard support
Isaac Freund
1
-0
/
+14
2020-04-23
Fix crash on non-toplevel views
Isaac Freund
1
-2
/
+2
2020-04-19
Fix layer sufaces holding focus after unmap
Isaac Freund
1
-1
/
+2
2020-04-19
Implement wlr-input-inhibitor
Isaac Freund
1
-52
/
+65
2020-04-19
Grab seats focused on the output for layer shell
Isaac Freund
1
-1
/
+1
2020-04-19
Implement keyboard interactivity for layer shell
Isaac Freund
1
-17
/
+67
2020-04-18
Add binds to move views between outputs
Isaac Freund
1
-1
/
+0
2020-04-18
Properly clean up resources on exit
Isaac Freund
1
-2
/
+11
2020-04-15
Fix focus handling on output cycle
Isaac Freund
1
-3
/
+8
2020-04-15
Track the focused output of seats
Isaac Freund
1
-3
/
+13
2020-04-13
Implement the focus stack
Isaac Freund
1
-0
/
+96
2020-04-13
Parially refactor commands to take a *Seat
Isaac Freund
1
-2
/
+2
2020-04-12
Introduce InputManager for eventual multi-seat
Isaac Freund
1
-40
/
+31
2020-04-07
Refactor keybindings to be runtime defined.
Isaac Freund
1
-0
/
+13
2020-03-29
Make c import a little cleaner
Isaac Freund
1
-1
/
+1
2020-03-29
Pass self as immutable where possible
Isaac Freund
1
-2
/
+2
2020-03-25
Simplify initialization functions
Isaac Freund
1
-17
/
+12
2020-03-24
Make function names camelCase
Isaac Freund
1
-6
/
+6
2020-03-24
Use Self = @This() in all structs
Isaac Freund
1
-5
/
+7
2020-03-24
Make all things const
Isaac Freund
1
-3
/
+3
2020-03-24
Remove superfluous .*.
Isaac Freund
1
-2
/
+2
2020-03-24
Get rid of [*c] pointers
Isaac Freund
1
-2
/
+2
2020-03-24
Rework things to stop invalidating pointers
Isaac Freund
1
-14
/
+21
2020-03-23
Get things compiling again
Isaac Freund
1
-9
/
+15
2020-03-22
WIP massive refactor
Isaac Freund
1
-0
/
+71