aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Expand)AuthorAge
* 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
* Flesh out fullscreen support a bitLibravatar Drew DeVault2015-08-09
* log: add newlineLibravatar jdiez172015-08-10
* Implement focus parentLibravatar Drew DeVault2015-08-09
* commands: re-add log_colorsLibravatar jdiez172015-08-10
* Add movement supportLibravatar Drew DeVault2015-08-09
* Implement splith/splitvLibravatar Drew DeVault2015-08-09
* log, commands: Add log_colors commandLibravatar jdiez172015-08-09
* Implement layout [splith|splitv|toggle split]Libravatar Drew DeVault2015-08-09
* Load config after xwayland is createdLibravatar Drew DeVault2015-08-09
* Implement execLibravatar Drew DeVault2015-08-09
* Implement focus_follows_mouseLibravatar Drew DeVault2015-08-09
* Implement key bindingsLibravatar Drew DeVault2015-08-08