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-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