aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-07Move commands to a separate fileIsaac Freund2-105/+100
2020-04-07Rename gaps -> paddingIsaac Freund3-25/+25
2020-04-06Allow switching VTsIsaac Freund4-9/+42
2020-04-05Implement inner gapsIsaac Freund3-21/+32
2020-04-05Fix overdraw of top/bottom bordersIsaac Freund1-2/+2
2020-04-05Highlight border of focused viewIsaac Freund1-1/+4
2020-04-05Draw borders around viewsIsaac Freund1-14/+86
2020-04-04Avoid a crash caused by a race conditonIsaac Freund1-0/+5
2020-04-04Take future borders into account for surface sizeIsaac Freund3-10/+15
2020-04-04Reset focus on switching between tagsIsaac Freund1-0/+3
2020-04-04Stop the transaction timer if timeout didn't occurIsaac Freund1-0/+4
2020-04-04Add a bit of logging for transactionsIsaac Freund1-1/+7
2020-04-04Fix iteration in handleFrameIsaac Freund1-1/+1
2020-04-04Remove len field from ViewStackIsaac Freund2-24/+9
2020-04-04Test ignoring unmapped viewIsaac Freund1-13/+18
2020-04-04Add empty iteration testsIsaac Freund1-0/+18
2020-04-04Add a data structure to manage the view stackIsaac Freund7-118/+483
2020-04-02Focus next view if focused view is hiddenIsaac Freund1-1/+15
2020-04-02Implement tag assignmentIsaac Freund6-60/+127
2020-04-01Implement switching between single tagsIsaac Freund2-4/+28
2020-04-01Implement infrastructure for tagsIsaac Freund3-73/+159
2020-03-29Explictly define log level orderingIsaac Freund1-4/+4
2020-03-29Add a log utilityIsaac Freund2-2/+30
2020-03-29Make c import a little cleanerIsaac Freund11-11/+11
2020-03-29Fix bug if master count < view countIsaac Freund1-9/+11
2020-03-29Handle timeout of transactions that take too longIsaac Freund2-5/+38
2020-03-29Pass self as immutable where possibleIsaac Freund6-15/+15
2020-03-29Add a couple utility functionsIsaac Freund1-0/+7
2020-03-29Swap bindngs for send to top and start terminalIsaac Freund1-15/+15
2020-03-29Only move view to top if neededIsaac Freund1-3/+5
2020-03-29Add keybind for adjusting master factorIsaac Freund1-4/+17
2020-03-29Remove outdated entry from gitignoreIsaac Freund1-1/+0
2020-03-28Gracefully handle transaction preemptionIsaac Freund1-2/+13
2020-03-28Set xdg toplevels to tiledIsaac Freund1-0/+5
2020-03-28Remove the last stray reference to the old nameIsaac Freund1-2/+2
2020-03-28Add MIT licenseIsaac Freund1-0/+21
2020-03-28Add READMEIsaac Freund1-0/+22
2020-03-28Add new views to the top of the stackIsaac Freund2-2/+2
2020-03-28Add keybindings for changing master countIsaac Freund1-0/+14
2020-03-28Add keybind to move current focus to top of stackIsaac Freund2-18/+28
2020-03-28Focus previous view on close instead of nextIsaac Freund1-2/+2
2020-03-28Implement dwm-style tiling layoutIsaac Freund1-17/+60
2020-03-28Remove references to old nameIsaac Freund3-9/+13
2020-03-27Implement basic xdg decoration managementIsaac Freund4-5/+92
2020-03-27Rename to riverIsaac Freund1-1/+1
2020-03-27Remove extraneous debug warnsIsaac Freund1-2/+0
2020-03-27Add keybind to spawn alacritty instanceIsaac Freund2-6/+7
2020-03-27Flesh out focus handling and add keybindsIsaac Freund3-29/+74
2020-03-26Handle arrange after view unmap/destroy properlyIsaac Freund1-10/+11
2020-03-26Initial atomic layout update implementationIsaac Freund6-53/+265