aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-27view: simplify default float dimension handlingIsaac Freund3-39/+27
2020-06-27view: introduce state struct to simplify codeIsaac Freund12-124/+105
2020-06-27view: use a mode enum instead of floating boolIsaac Freund7-73/+58
2020-06-26command: log output of commands run by mappingsIsaac Freund3-14/+34
2020-06-26command: allow output on success, refactorIsaac Freund19-122/+104
2020-06-26config: fix leak of hashmap keysIsaac Freund2-2/+8
2020-06-26command: dupe mode name memoryIsaac Freund2-2/+8
2020-06-26river-status: fix view-tags array sizeIsaac Freund1-2/+2
2020-06-26seat: pass a null terminated stringIsaac Freund1-2/+2
2020-06-26code: improve error handling consistencyIsaac Freund11-40/+23
2020-06-26code: clean up server initIsaac Freund2-23/+15
2020-06-25data-control: implement protocolIsaac Freund2-0/+3
2020-06-22docs: fix typo in README.mdAnatole Lefort1-1/+1
2020-06-19command: add background_color optionIsaac Freund4-2/+9
2020-06-19river-status: fix memory leakIsaac Freund1-0/+1
2020-06-19bikeshed: rename util.allocator to util.gpaIsaac Freund18-47/+47
2020-06-19code: refactor layoutExternalIsaac Freund1-25/+14
2020-06-19layout: fix loop counterIsaac Freund1-1/+2
2020-06-19rivertile: fix underflow if views < mastersIsaac Freund1-1/+1
2020-06-17code: refactor Server.start()Isaac Freund1-19/+5
2020-06-17editorconfig: add scdoc configIsaac Freund1-0/+4
2020-06-17docs: tweak readmeIsaac Freund1-7/+5
2020-06-17docs: small man pages fixes and updatesLennard Hofmann5-17/+23
2020-06-17cli: allow setting log level with '-l' flagIsaac Freund2-4/+22
2020-06-17code: improve logging functionsIsaac Freund18-92/+207
2020-06-16river-status: fix crash due to bad alignmentIsaac Freund1-12/+16
2020-06-16code: create util.allocator and use globallyIsaac Freund17-86/+76
2020-06-16code: create voidCast() util functionIsaac Freund18-79/+80
2020-06-16river-status: actually destroy the manager objectIsaac Freund1-1/+3
2020-06-16river-control: implement protocol changesIsaac Freund2-38/+77
2020-06-16river-control: send output on success, fix issuesIsaac Freund1-10/+35
2020-06-16contrib: use rivertile in config.sh exampleIsaac Freund1-4/+7
2020-06-16docs: update readmeIsaac Freund1-5/+8
2020-06-16contrib: add tiled layout in pythonIsaac Freund1-0/+68
2020-06-16docs: add rivertile man pageIsaac Freund3-6/+59
2020-06-16rivertile: create default layout generatorIsaac Freund2-0/+135
2020-06-16Doc: Add layout documentationLeon Henrik Plickat3-2/+82
2020-06-16Contrib: Add debug layoutsLeon Henrik Plickat2-0/+60
2020-06-16Commands: rework layout commandLeon Henrik Plickat1-2/+3
2020-06-16Output: Add layoutExternal()Leon Henrik Plickat1-18/+103
2020-06-16Output: Rework layout switching in arrangeViews()Leon Henrik Plickat1-61/+21
2020-06-16Output: Remove layoutMasterStack() and rework layoutFull()Leon Henrik Plickat1-172/+27
2020-06-15build: allow disabling man-pages if scdoc is foundIsaac Freund1-9/+8
2020-06-15org: unify gitignoreIsaac Freund2-3/+3
2020-06-15build: add scdoc step to generate man pagesIsaac Freund1-4/+71
2020-06-15docs: use scdoc instead of roff for man pagesLennard Hofmann5-236/+166
2020-06-13docs: mention xkb environment variables in readmeIsaac Freund1-0/+16
2020-06-13xdg-shell: improve child handlingIsaac Freund5-21/+71
2020-06-13command: add view_padding optionIsaac Freund2-2/+5
2020-06-13command: allow alpha in colors, simplify codeIsaac Freund7-63/+35