aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-13command: add border_focused_color and border_unfocused_color optionslazy-dolphin7-5/+74
2020-06-11docs: use release-safe in build instructionsIsaac Freund1-3/+7
2020-06-11docs: update disclaimerIsaac Freund1-4/+3
2020-06-11docs: add IRC channel, remove matrixIsaac Freund1-8/+3
2020-06-11code: simplify view renderingIsaac Freund2-22/+9
2020-06-11command: don't zoom floating viewsIsaac Freund1-0/+3
2020-06-11render: floating as normal, focused views on topIsaac Freund1-4/+16
2020-06-10command: implement set-optionlazy-dolphin5-1/+78
2020-06-10transactions: save transform, refactor renderingIsaac Freund2-56/+45
2020-06-09transactions: save and render subsurface buffersIsaac Freund3-52/+78
2020-06-09transactions: handle preemption take 2Isaac Freund5-12/+51
2020-06-09transactions: revert c0d7e71Isaac Freund6-99/+36
2020-06-08transactions: propogate x/y of new box if neededIsaac Freund1-3/+9
2020-06-08transactions: set timeout back to 200msIsaac Freund1-1/+1
2020-06-08transactions: handle preemption properlyIsaac Freund6-37/+94
2020-06-07code: remove dead codeIsaac Freund1-8/+0
2020-06-06river-status: send view_tags on view output changeIsaac Freund1-0/+3
2020-06-06river-status: simplify example clientIsaac Freund1-12/+7
2020-06-05build: install man pagesIsaac Freund1-0/+4
2020-06-05docs: remove trailing whitespaceIsaac Freund1-4/+4
2020-06-05map: allow creating mappings with no modifiersIsaac Freund2-1/+5
2020-06-05docs: fix link to Config.zigIsaac Freund1-2/+2
2020-06-05docs: update commit style guidelinesIsaac Freund1-7/+19
2020-06-05river-status: implement example clientIsaac Freund2-1/+185
2020-06-05river-status: use correct resource and fix crashIsaac Freund1-1/+1
2020-06-05river-status: send view_tags on view map/unmapIsaac Freund3-4/+10
2020-06-04Add man pagesLennard Hofmann2-0/+214
2020-06-04river-status: implement protocolIsaac Freund15-28/+385
2020-06-04river-status: add seat status objectIsaac Freund1-8/+50
2020-06-04editorconfig: trim trailing whitespaceIsaac Freund1-0/+1
2020-06-03build: scan river-status protocolIsaac Freund1-19/+37
2020-06-03river-status: fix typoIsaac Freund1-1/+1
2020-06-03river-status: create an object for each outputIsaac Freund1-16/+36
2020-06-03Define the river status protocolIsaac Freund2-47/+54
2020-06-02Eliminate some magic numbersIsaac Freund2-5/+6
2020-06-02Use tag masks for tag commands and clean upIsaac Freund9-282/+143
2020-06-02Rename focus -> focus-viewIsaac Freund3-5/+5
2020-06-02Clean up some memory leaksIsaac Freund7-10/+42
2020-06-02Don't recreate transaction timer unnecessarilyIsaac Freund1-15/+12
2020-06-01Explain config through shell script in readmeIsaac Freund1-9/+20
2020-06-01Replace _ with - as separator in commandsIsaac Freund2-18/+18
2020-06-01Use + instead of | to separate modifiersIsaac Freund1-1/+1
2020-06-01De-hardcode all mappingsIsaac Freund2-217/+80
2020-06-01Add support for running a command on startupIsaac Freund1-0/+41
2020-06-01Really fix zig fmt CIIsaac Freund2-6/+2
2020-06-01Fix zig fmt for CIIsaac Freund2-2/+6
2020-06-01Split river and riverctl directoriesIsaac Freund49-3/+3
2020-06-01Rename bind -> mapIsaac Freund7-59/+60
2020-06-01Implement bind commandIsaac Freund3-2/+116
2020-06-01Implement declare_modeIsaac Freund4-5/+58