aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
AgeCommit message (Expand)Author
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 win...Luminarys
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
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 related...Taiyu
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
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
2015-08-10Fix some errors with config loadingDrew DeVault
2015-08-10Changed cmd_reload to arrange windows post reloadLuminarys
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