summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Collapse)AuthorAge
* Update hidpi support to latest wlc APILibravatar Drew DeVault2016-07-28
|
* Initial pass on HiDPI supportLibravatar Drew DeVault2016-07-28
|
* Merge pull request #791 from acrisci/feature/focus-child0.9-rc1Libravatar Drew DeVault2016-07-28
|\ | | | | Implement `focus child` command
| * Implement `focus child` commandLibravatar Tony Crisci2016-07-27
| | | | | | | | | | The `focus child` command focuses the child container within the selected container.
* | Close all focused container's child views on killLibravatar D.B2016-07-28
|/ | | | | | Previously, cmd_kill only closed a focused view, while containers were not affected. Now it closes all views that are children of the focused container.
* Put ipc command result json in an arrayLibravatar Tony Crisci2016-07-23
| | | | | | For compatibility with i3, put the command result into an array. Returning multiple command results is still unsupported.
* Initial work on window eventsLibravatar Mykyta Holubakha2016-07-21
|
* Add missing entry to list of accepted arguments for the move commandLibravatar David Eklov2016-07-17
|
* Do not crash when handling the command 'move position'Libravatar David Eklov2016-07-17
| | | | | Sway expected 'move position' to be 'move position mouse'. If mouse is not present in the command, Sway crashes.
* Implement configurable wrapping on bar ws scrollLibravatar Drew DeVault2016-07-17
|
* refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use ↵Libravatar D.B2016-07-16
| | | | where needed
* Fix tabbed/stacked corner case #742Libravatar D.B2016-07-07
| | | | | | Tabbed/stacked containers are now created only if a view is present on the workspace. If a view is created on previously empty tabbed/stacked workspace, it gets wrapped in a container.
* resize command updates (#713)Libravatar Zandr Martin2016-07-03
|
* match i3 syntax for `resize set`Libravatar Zandr Martin2016-07-03
|
* Minor fix to warning messagesLibravatar Drew DeVault2016-06-19
|
* implement resize command for absolute dimensionsLibravatar Zandr Martin2016-06-11
|
* cleanup + add timeouts for pid_workspace listLibravatar Zandr Martin2016-06-11
|
* Merge branch 'master' into assign-commandLibravatar Zandr Martin2016-06-11
|\
| * trigger bg change on config reloadLibravatar Zandr Martin2016-06-10
| |
| * Merge branch 'master' into variables_corner_casesLibravatar Denis Doria2016-06-05
| |\
| * | Put w to uppercase just to keep consistency between warningsLibravatar Denis Doria2016-06-03
| | |
| * | Includes $ for variables without itLibravatar Denis Doria2016-06-03
| | |
| * | Fix identation issueLibravatar thuck2016-06-03
| | |
| * | Fix output command when varible not setLibravatar thuck2016-06-03
| | | | | | | | | | | | | | | This should fix the corner case where a variable is not assigned, but used anyway. This should solve partially the issue #681.
| * | Including error message when variable do not start with $Libravatar thuck2016-06-02
| | |
* | | messy, unfinished versionLibravatar Zandr Martin2016-06-06
| |/ |/|
* | add documentation for client commandsLibravatar Zandr Martin2016-06-04
|/
* Initial implementation for floating_maximum_sizeLibravatar Denis Doria2016-06-02
|
* Included option floating_minimum_sizeLibravatar Denis Doria2016-06-01
| | | | | Values cannot be negative or 0; if so uses the default 75x50. Uses the same syntax as i3: floating_minimum_size <width> x <height>, although the x can be anything.
* Remove bar position left:right from docsLibravatar Drew DeVault2016-05-29
| | | | | And adds a warning about using them (currently these are not supported by swaybar).
* enforce workspace output assignentsLibravatar Zandr Martin2016-05-28
| | | | | | | | when creating a new output, move to that output all extant workspaces that are assigned to that output. (unrelated) remove comment that was no longer applicable, fix spacing in an assignment
* remove alphabetic sorting from sort_workspacesLibravatar Zandr Martin2016-05-28
| | | | also add a couple missing spaces to container.c (unrelated)
* Concatenate output cmd args, fixes #654Libravatar Mykyta Holubakha2016-05-23
|
* Support floating_scroll sidewaysLibravatar Mykyta Holubakha2016-05-14
|
* Prevent changing layout when focusing float windowLibravatar Mikkel Oscar Lyderik2016-05-09
| | | | | | | The layout command should only work with titled windows, thus it should have no effect when a floating window has focus. Should fix #643
* Allow to set relative path for wallpapers in configLibravatar Mykyta Holubakha2016-05-08
|
* Remove FSB_GAPS_INNER and FSB_GAPS_OUTERLibravatar Mykyta Holubakha2016-05-08
|
* Implemented configurable floating scroll behaviorLibravatar Mykyta Holubakha2016-05-07
|
* fix a typo (horiziontal -> horizontal)Libravatar Raman Varabets2016-05-02
|
* sway: fix potential buffer overflowLibravatar Eric Engestrom2016-05-01
|
* Add input cmd for setting pointer accel profile.Libravatar Jasen Borisov2016-05-01
|
* sway/commands.c: add some free calls to release allocated memoryLibravatar Daniel Lockyer2016-04-29
|
* Fix oversight in ebdce71Libravatar Drew DeVault2016-04-29
|
* Fix -Wunused-result problemsLibravatar Drew DeVault2016-04-29
|
* Fix bindcode by offsetting xkb keycode by 8Libravatar Mikkel Oscar Lyderik2016-04-28
| | | | | | The bindcode has to be offset by 8 to match the keycode we get from wlc. https://github.com/xkbcommon/libxkbcommon/blob/master/xkbcommon/xkbcommon.h#L160
* Add title to nested tabbed/stacked containersLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Add support for nested tabbed/stacked containersLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Reapply prev layout when exiting tabbed/stackedLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Correctly determine default layoutLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Fix problems with floating windowsLibravatar Mikkel Oscar Lyderik2016-04-25
| | | | | Makes any tabbed/stacked layout a container to separate from floating windows which may be attached to a workspace.