index
:
river
master
personal fork of riverwm
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server.zig
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
Implement xdg-output
Isaac Freund
1
-6
/
+8
2020-04-10
Implement initial layer shell support
Isaac Freund
1
-1
/
+49
2020-04-08
Fix environment of spawned processes
Isaac Freund
1
-2
/
+2
2020-04-07
Refactor keybindings to be runtime defined.
Isaac Freund
1
-39
/
+5
2020-04-07
Move commands to a separate file
Isaac Freund
1
-105
/
+22
2020-04-06
Allow switching VTs
Isaac Freund
1
-1
/
+3
2020-04-04
Remove len field from ViewStack
Isaac Freund
1
-8
/
+8
2020-04-04
Add a data structure to manage the view stack
Isaac Freund
1
-2
/
+3
2020-04-02
Implement tag assignment
Isaac Freund
1
-0
/
+36
2020-04-01
Implement switching between single tags
Isaac Freund
1
-0
/
+24
2020-03-29
Make c import a little cleaner
Isaac Freund
1
-1
/
+1
2020-03-29
Handle timeout of transactions that take too long
Isaac Freund
1
-1
/
+6
2020-03-29
Pass self as immutable where possible
Isaac Freund
1
-1
/
+1
2020-03-29
Swap bindngs for send to top and start terminal
Isaac Freund
1
-15
/
+15
2020-03-29
Only move view to top if needed
Isaac Freund
1
-3
/
+5
2020-03-29
Add keybind for adjusting master factor
Isaac Freund
1
-4
/
+17
2020-03-28
Add keybindings for changing master count
Isaac Freund
1
-0
/
+14
2020-03-28
Add keybind to move current focus to top of stack
Isaac Freund
1
-17
/
+27
2020-03-28
Remove references to old name
Isaac Freund
1
-3
/
+3
2020-03-27
Implement basic xdg decoration management
Isaac Freund
1
-5
/
+9
2020-03-27
Add keybind to spawn alacritty instance
Isaac Freund
1
-0
/
+7
2020-03-27
Flesh out focus handling and add keybinds
Isaac Freund
1
-11
/
+2
2020-03-25
Correct a few function names to camelCase
Isaac Freund
1
-5
/
+5
2020-03-25
Simplify initialization functions
Isaac Freund
1
-2
/
+1
2020-03-25
Add Root struct
Isaac Freund
1
-61
/
+25
2020-03-24
Handle destruction of Server properly
Isaac Freund
1
-1
/
+1
2020-03-24
Make function names camelCase
Isaac Freund
1
-1
/
+1
2020-03-24
Use Self = @This() in all structs
Isaac Freund
1
-8
/
+10
2020-03-24
Make all things const
Isaac Freund
1
-6
/
+6
2020-03-24
Remove superfluous .*.
Isaac Freund
1
-8
/
+8
2020-03-24
Get rid of [*c] pointers
Isaac Freund
1
-4
/
+4
2020-03-24
Rework things to stop invalidating pointers
Isaac Freund
1
-23
/
+35
2020-03-23
Get things compiling again
Isaac Freund
1
-15
/
+23
2020-03-23
Refactor xdg_shell handling
Isaac Freund
1
-3
/
+41
2020-03-23
Refactor output handling
Isaac Freund
1
-1
/
+9
2020-03-23
Rework Server
Isaac Freund
1
-28
/
+74
2020-03-22
WIP massive refactor
Isaac Freund
1
-0
/
+71