aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
AgeCommit message (Collapse)Author
2015-08-18Improvements to gapsDrew DeVault
2015-08-19Merge remote-tracking branch 'upstream/master' into gapsKoffeinFlummi
2015-08-18Add support for gaps optionKoffeinFlummi
2015-08-18restored fullscreen/focus behaviortaiyu
2015-08-18Revert "enhanced whitespace remover"Drew DeVault
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f.
2015-08-18Coding style enforcementDrew DeVault
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
2015-08-18Merge pull request #65 from taiyu-len/focus_v2Drew DeVault
Focus v2
2015-08-18enhanced whitespace removertaiyu
2015-08-18merged Luminarys resizing codetaiyu
2015-08-18changed handling of focus, handling of view by typetaiyu
2015-08-18Added in basic, but semi-broken moving/resizing functionality to floating ↵Luminarys
windows
2015-08-17Add support for workspace [name] output [name]Drew DeVault
2015-08-17Minor fix to do proper floating refocusesLuminarys
2015-08-17Fixes to floating and umanaged viewsLuminarys
2015-08-17Added in basic floating togglingLuminarys
2015-08-16Minor naming fix workspace changing commandsLuminarys
2015-08-16Merge pull request #44 from Luminarys/masterDrew DeVault
Added in workspace next/prev and workspace output_next/prev
2015-08-16fixed split [vh], small memory leak, unescape_strings handle \xnntaiyu
2015-08-16Added in workspace next/prev and workspace output_next/prevLuminarys
2015-08-16Added in better exit handlingLuminarys
2015-08-16Added in kill commandLuminarys
2015-08-16Add split [h|v|horizontal|vertical] commandDrew DeVault
2015-08-15fixed fullscreen & focusingtaiyu
2015-08-15Fix buildDrew DeVault
2015-08-15fixed splittaiyu
2015-08-14removed debugTaiyu
2015-08-14changed swayc related functions, cleaned up some functions, moved wlc ↵Taiyu
related things into handlers
2015-08-13Style fixLuminarys
2015-08-13Allowed for execd commands to be spawned after abortLuminarys
2015-08-13Even more style fixesLuminarys
2015-08-13More style fixesLuminarys
2015-08-13fixes to cmd queue freeing, styleLuminarys
2015-08-13Added in command queueLuminarys
2015-08-13styleTaiyu
2015-08-13change workspace layout when trying to split itTaiyu
2015-08-13split workspace bugTaiyu
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-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-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-10destroys empty workspace + minor bugfixesTaiyu
2015-08-10Changed cmd handlers to use bool instead of intLuminarys
2015-08-10return 0 on success for cmd_fullscreenTaiyu
2015-08-10make cmd_workspace return 0 on successTaiyu
2015-08-10Basic workspace functionalityJose Diez
2015-08-10fixed small memory leak. v2Taiyu