aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-13fixes to cmd queue freeing, styleLuminarys
2015-08-13Typo fixLuminarys
2015-08-13Removed some unnecessary logsLuminarys
2015-08-13Minor fix to memory managementLuminarys
2015-08-13Added in command queueLuminarys
2015-08-13Fixes to workspace generationLuminarys
2015-08-13Changed workspace name generation to try and use bindsyms when possibleLuminarys
2015-08-13Merge pull request #25 from taiyu-len/masterDrew DeVault
split workspace bug
2015-08-13styleTaiyu
2015-08-13change workspace layout when trying to split itTaiyu
2015-08-13split workspace bugTaiyu
2015-08-13Merge pull request #23 from taiyu-len/masterDrew DeVault
moving things around + statics + forking + exec cleanup + fixed cmd_focus return + keep exec programs out of logs
2015-08-13small changeTaiyu
2015-08-13style, spellingTaiyu
2015-08-13moved signal handling to mainTaiyu
2015-08-13moved fd modifying stuff to log.cTaiyu
2015-08-12Merge branch 'master' of https://github.com/SirCmpwn/swayTaiyu
keeping up with origin
2015-08-12no more output from programs called with exec, fixed focus return valuesTaiyu
2015-08-12better error handlingTaiyu
2015-08-12safer forking, reduce duplicate code, cleanup zombie processesTaiyu
2015-08-12moving stuff aroundTaiyu
2015-08-12This space intentionally left blankDrew DeVault
2015-08-11Merge pull request #18 from taiyu-len/masterDrew DeVault
list_insert now works as it should
2015-08-11styleTaiyu
2015-08-11Mention IRC channel in readmeDrew DeVault
2015-08-11Add unnecessary logDrew DeVault
2015-08-11Merge pull request #19 from Luminarys/masterDrew DeVault
Changed command handler to perform var subs on all cmd args
2015-08-11Changed command handler to perform var subs on all cmd argsLuminarys
Fixed workspace_next_name to use the first workspace name it can find in the config Minor fixes Changed command handler to perform var subs on all portions of a command Revert "Changed command handler to perform var subs on all portions of a command" This reverts commit fcfcffa1ea9819bcada6e6c85b40b21bf1b3a96e. Var sub fixes Minor fixes More minor fixes
2015-08-11list_insert now works as it shouldTaiyu
2015-08-11Merge pull request #16 from taiyu-len/multikey_handlingDrew DeVault
Multikey handling
2015-08-11added command repeat on keydownTaiyu
2015-08-11small fixTaiyu
2015-08-11define -> enumTaiyu
2015-08-11removed old codeTaiyu
2015-08-11removed old codeTaiyu
2015-08-10fixed bugTaiyu
2015-08-10added multikey handling for handle_key\(...\)Taiyu
2015-08-10Slightly better multihead supportDrew DeVault
2015-08-10Prevent passing WM keys, improve multihead supportDrew DeVault
2015-08-10Merge pull request #15 from taiyu-len/masterDrew DeVault
destroys empty workspace + minor fixes
2015-08-10small changeTaiyu
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