aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-08-09Fix bug with focus parentDrew DeVault-3/+5
2015-08-09Update readmeDrew DeVault-1/+1
2015-08-09Update screenshotDrew DeVault-1/+1
2015-08-09Finish up fullscreen commandDrew DeVault-24/+28
2015-08-09Flesh out fullscreen support a bitDrew DeVault-27/+17
2015-08-09fullscreen: partially workingjdiez17-3/+22
2015-08-09Keep track of window namesDrew DeVault-3/+9
2015-08-10log: add newlinejdiez17-1/+20
2015-08-09Implement focus parentDrew DeVault-0/+5
2015-08-10commands: re-add log_colorsjdiez17-0/+16
2015-08-09Fix focus follows mouseDrew DeVault-0/+2
2015-08-09Add movement supportDrew DeVault-5/+108
2015-08-09Destroy containers when all views are removedDrew DeVault-0/+4
2015-08-09Implement splith/splitvDrew DeVault-23/+71
2015-08-09Merge pull request #3 from jdiez17/log_colors_optionDrew DeVault-2/+31
2015-08-09style: More compliancejdiez17-2/+2
2015-08-09log, commands: Add log_colors commandjdiez17-2/+31
2015-08-09Implement layout [splith|splitv|toggle split]Drew DeVault-0/+27
2015-08-09Load config after xwayland is createdDrew DeVault-2/+5
2015-08-09Set DISPLAY to :1 automaticallyDrew DeVault-0/+1
2015-08-09Implement execDrew DeVault-1/+16
2015-08-09Fix up some issues with focusDrew DeVault-3/+6
2015-08-09Implement focus_follows_mouseDrew DeVault-26/+118
2015-08-09Handle unmanaged windows appropriatelyDrew DeVault-1/+11
2015-08-08Add readmeDrew DeVault-0/+47
2015-08-08Implement key bindingsDrew DeVault-7/+97
2015-08-08Handle focus changesDrew DeVault-12/+48
2015-08-08Deny window resize requestsDrew DeVault-1/+9
2015-08-08Tile some windows babyDrew DeVault-14/+93
2015-08-08Refactor in-memory treeDrew DeVault-90/+133
2015-08-08Add logging and new windows into layout treeDrew DeVault-10/+150
2015-08-06Destroy outputs when appropriateDrew DeVault-0/+1
2015-08-06Add layout containers for new outputsDrew DeVault-2/+55
2015-08-06Start to build out window management functionsDrew DeVault-1/+85
2015-08-05Clean up config loading and launch waylandDrew DeVault-3/+3
2015-08-05Make main.c less stupidDrew DeVault-5/+2
2015-08-05Add TODO so I don't forget laterDrew DeVault-0/+1
2015-08-05Push the XKB key to the key listDrew DeVault-1/+3
2015-08-05Mostly implement bindsym commandDrew DeVault-4/+75
2015-08-05Flesh out some command parsingDrew DeVault-8/+53
2015-08-05Build out command subsystemDrew DeVault-2/+125
2015-08-04MIT licenseDrew DeVault-0/+19
2015-08-04Pull in some scas code and read i3 config fileDrew DeVault-2/+351
2015-08-04Initial commitDrew DeVault-0/+95