aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Expand)AuthorAge
* enhanced whitespace removerLibravatar taiyu2015-08-18
* Add support for workspace [name] output [name]Libravatar Drew DeVault2015-08-17
* Minor fix to do proper floating refocusesLibravatar Luminarys2015-08-17
* Fixes to floating and umanaged viewsLibravatar Luminarys2015-08-17
* Added in basic floating togglingLibravatar Luminarys2015-08-17
* Minor naming fix workspace changing commandsLibravatar Luminarys2015-08-16
* Merge pull request #44 from Luminarys/masterLibravatar Drew DeVault2015-08-16
|\
| * Added in workspace next/prev and workspace output_next/prevLibravatar Luminarys2015-08-16
* | fixed split [vh], small memory leak, unescape_strings handle \xnnLibravatar taiyu2015-08-16
|/
* Added in better exit handlingLibravatar Luminarys2015-08-16
* Added in kill commandLibravatar Luminarys2015-08-16
* Add split [h|v|horizontal|vertical] commandLibravatar Drew DeVault2015-08-16
* fixed fullscreen & focusingLibravatar taiyu2015-08-15
* Fix buildLibravatar Drew DeVault2015-08-15
* fixed splitLibravatar taiyu2015-08-15
* removed debugLibravatar Taiyu2015-08-14
* changed swayc related functions, cleaned up some functions, moved wlc related...Libravatar Taiyu2015-08-14
* Style fixLibravatar Luminarys2015-08-13
* Allowed for execd commands to be spawned after abortLibravatar Luminarys2015-08-13
* Even more style fixesLibravatar Luminarys2015-08-13
* More style fixesLibravatar Luminarys2015-08-13
* fixes to cmd queue freeing, styleLibravatar Luminarys2015-08-13
* Added in command queueLibravatar Luminarys2015-08-13
* styleLibravatar Taiyu2015-08-13
* change workspace layout when trying to split itLibravatar Taiyu2015-08-13
* split workspace bugLibravatar Taiyu2015-08-13
* small changeLibravatar Taiyu2015-08-13
* style, spellingLibravatar Taiyu2015-08-13
* moved signal handling to mainLibravatar Taiyu2015-08-13
* moved fd modifying stuff to log.cLibravatar Taiyu2015-08-13
* no more output from programs called with exec, fixed focus return valuesLibravatar Taiyu2015-08-12
* better error handlingLibravatar Taiyu2015-08-12
* safer forking, reduce duplicate code, cleanup zombie processesLibravatar Taiyu2015-08-12
* Changed command handler to perform var subs on all cmd argsLibravatar Luminarys2015-08-11
* destroys empty workspace + minor bugfixesLibravatar Taiyu2015-08-10
* Changed cmd handlers to use bool instead of intLibravatar Luminarys2015-08-10
* return 0 on success for cmd_fullscreenLibravatar Taiyu2015-08-10
* make cmd_workspace return 0 on successLibravatar Taiyu2015-08-10
* Basic workspace functionalityLibravatar Jose Diez2015-08-10
* fixed small memory leak. v2Libravatar Taiyu2015-08-10
* Fix some errors with config loadingLibravatar Drew DeVault2015-08-10
* Changed cmd_reload to arrange windows post reloadLibravatar Luminarys2015-08-10
* Minor fixLibravatar Luminarys2015-08-10
* Abstracted load_configLibravatar Luminarys2015-08-10
* Spaces to TabsLibravatar Luminarys2015-08-10
* Style fixes and slight reload command alterationLibravatar Luminarys2015-08-10
* Added in reload and exec_always handlingLibravatar Luminarys2015-08-10
* fixed focus_parent, moved into move_focus() functionLibravatar Taiyu2015-08-10
* Don't override keys if command failsLibravatar Drew DeVault2015-08-09
* Fix bug with focus parentLibravatar Drew DeVault2015-08-09