index
:
river
master
personal fork of riverwm
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
root.zig
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-02
Make Server a toplevel struct
Isaac Freund
1
-1
/
+1
2020-04-27
Fix a couple typos
Isaac Freund
1
-1
/
+1
2020-04-27
Simplify some code
Isaac Freund
1
-3
/
+2
2020-04-26
Separate View from its implementation
Isaac Freund
1
-1
/
+1
2020-04-24
Start to handle layer surfaces in cursor code
Isaac Freund
1
-17
/
+0
2020-04-21
Bikeshed variable names
Isaac Freund
1
-2
/
+2
2020-04-18
Properly clean up resources on exit
Isaac Freund
1
-1
/
+5
2020-04-17
Only log transactions if actually started
Isaac Freund
1
-5
/
+6
2020-04-15
Track the focused output of seats
Isaac Freund
1
-5
/
+11
2020-04-14
Add a noop output using the noop backend
Isaac Freund
1
-0
/
+7
2020-04-13
Implement the focus stack
Isaac Freund
1
-21
/
+8
2020-04-13
Parially refactor commands to take a *Seat
Isaac Freund
1
-58
/
+2
2020-04-13
Allow storing *View in ViewStack
Isaac Freund
1
-22
/
+24
2020-04-11
Move output specific code out of root
Isaac Freund
1
-157
/
+87
2020-04-10
Implement initial layer shell support
Isaac Freund
1
-2
/
+3
2020-04-08
Implement outer padding
Isaac Freund
1
-12
/
+18
2020-04-07
Refactor keybindings to be runtime defined.
Isaac Freund
1
-10
/
+0
2020-04-07
Rename gaps -> padding
Isaac Freund
1
-3
/
+3
2020-04-05
Implement inner gaps
Isaac Freund
1
-0
/
+5
2020-04-04
Take future borders into account for surface size
Isaac Freund
1
-0
/
+5
2020-04-04
Reset focus on switching between tags
Isaac Freund
1
-0
/
+3
2020-04-04
Stop the transaction timer if timeout didn't occur
Isaac Freund
1
-0
/
+4
2020-04-04
Add a bit of logging for transactions
Isaac Freund
1
-1
/
+7
2020-04-04
Add a data structure to manage the view stack
Isaac Freund
1
-78
/
+64
2020-04-02
Focus next view if focused view is hidden
Isaac Freund
1
-1
/
+15
2020-04-02
Implement tag assignment
Isaac Freund
1
-19
/
+25
2020-04-01
Implement switching between single tags
Isaac Freund
1
-4
/
+4
2020-04-01
Implement infrastructure for tags
Isaac Freund
1
-54
/
+115
2020-03-29
Make c import a little cleaner
Isaac Freund
1
-1
/
+1
2020-03-29
Fix bug if master count < view count
Isaac Freund
1
-9
/
+11
2020-03-29
Handle timeout of transactions that take too long
Isaac Freund
1
-4
/
+32
2020-03-29
Pass self as immutable where possible
Isaac Freund
1
-4
/
+4
2020-03-28
Gracefully handle transaction preemption
Isaac Freund
1
-2
/
+13
2020-03-28
Add new views to the top of the stack
Isaac Freund
1
-1
/
+1
2020-03-28
Implement dwm-style tiling layout
Isaac Freund
1
-17
/
+60
2020-03-27
Flesh out focus handling and add keybinds
Isaac Freund
1
-2
/
+48
2020-03-26
Initial atomic layout update implementation
Isaac Freund
1
-1
/
+83
2020-03-25
Add Root struct
Isaac Freund
1
-0
/
+62