aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-10silly mistake + styleTaiyu
2015-08-10destroys empty workspace + minor bugfixesTaiyu
2015-08-10Merge pull request #14 from taiyu-len/masterDrew DeVault
fixed 'return NULL' in 'void container_map(...)'
2015-08-10fixed 'return NULL' in 'void continer_map(...)'Taiyu
2015-08-10Merge pull request #13 from Luminarys/masterDrew DeVault
Changed cmd handlers to use bool instead of int
2015-08-10Changed cmd handlers to use bool instead of intLuminarys
2015-08-10Merge pull request #12 from taiyu-len/masterDrew DeVault
return 0 on success.
2015-08-10return 0 on success for cmd_fullscreenTaiyu
2015-08-10Set view->visible to true when createdDrew DeVault
2015-08-10make cmd_workspace return 0 on successTaiyu
2015-08-10layout: fixed tabsJose Diez
2015-08-10workspaces: follow_pointer_mouse doesn't follow hidden containersJose Diez
2015-08-10Basic workspace functionalityJose Diez
2015-08-10Merge pull request #10 from taiyu-len/masterDrew DeVault
fixed small memory leak. v2
2015-08-10fixed small memory leak. v2Taiyu
2015-08-10Fix some errors with config loadingDrew DeVault
2015-08-10Merge pull request #9 from Luminarys/masterDrew DeVault
Changed cmd_reload to arrange windows post reload
2015-08-10Changed cmd_reload to arrange windows post reloadLuminarys
2015-08-10Merge pull request #7 from Luminarys/masterDrew DeVault
Added in reload and exec_always handling.
2015-08-10Minor fixLuminarys
2015-08-10Abstracted load_configLuminarys
2015-08-10Spaces to TabsLuminarys
2015-08-10Style fixes and slight reload command alterationLuminarys
2015-08-10Added in reload and exec_always handlingLuminarys
2015-08-10Focus unmanaged windows when createdDrew DeVault
2015-08-10Fix issue with untitled windowsDrew DeVault
2015-08-10Add WIP noticeDrew DeVault
2015-08-10Merge pull request #4 from taiyu-len/masterDrew DeVault
fixed focus_parent, moved into move_focus() function
2015-08-10fixed styleTaiyu
2015-08-10New readme screenshotDrew DeVault
2015-08-10Override WLC_DIM by defaultDrew DeVault
2015-08-10fixed focus_parent, moved into move_focus() functionTaiyu
2015-08-09Or maybe do the exact opposite of thatDrew DeVault
2015-08-09Don't override keys if command failsDrew DeVault
2015-08-09Fix bug with focus parentDrew DeVault
Thanks anon
2015-08-09Update readmeDrew DeVault
2015-08-09Update screenshotDrew DeVault
2015-08-09Finish up fullscreen commandDrew DeVault
2015-08-09Flesh out fullscreen support a bitDrew DeVault
2015-08-09fullscreen: partially workingjdiez17
2015-08-09Keep track of window namesDrew DeVault
2015-08-10log: add newlinejdiez17
2015-08-09Implement focus parentDrew DeVault
2015-08-10commands: re-add log_colorsjdiez17
2015-08-09Fix focus follows mouseDrew DeVault
2015-08-09Add movement supportDrew DeVault
2015-08-09Destroy containers when all views are removedDrew DeVault
2015-08-09Implement splith/splitvDrew DeVault
Ref #2
2015-08-09Merge pull request #3 from jdiez17/log_colors_optionDrew DeVault
log, commands: Add log_colors command
2015-08-09style: More compliancejdiez17