aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
* Allow status_command to be disabled via IPCLibravatar Ryan Dwyer2018-10-08
* swaybar: allow null status_commandLibravatar Ryan Dwyer2018-10-08
* Don't apply seat config when validatingLibravatar Ryan Dwyer2018-10-08
* Remove unneeded variableLibravatar Ryan Dwyer2018-10-08
* Reload config using idle eventLibravatar Ryan Dwyer2018-10-08
* Shim client.background and client.placeholderLibravatar Drew DeVault2018-10-07
* ipc: set "type" of floating containers to "floating_con"Libravatar Ian Fan2018-10-06
* Move sticky containers when switching workspace via criteriaLibravatar Ryan Dwyer2018-10-06
* Fix crash when flattening container after movingLibravatar Ryan Dwyer2018-10-05
* Remove obsolete base64.c fileLibravatar Ian Fan2018-10-04
* Fix #2763Libravatar Drew DeVault2018-10-04
* Merge pull request #2760 from RyanDwyer/swaylock-handle-output-disconnectLibravatar emersion2018-10-04
|\
| * Give focus to another swaylock surface when output is disconnectedLibravatar Ryan Dwyer2018-10-04
* | Ignore unrelated cursor buttons while doing seat operationsLibravatar Ryan Dwyer2018-10-04
|/
* Merge pull request #2759 from minus7/fix-view-container-nullLibravatar emersion2018-10-03
|\
| * Fix crash if view has no containerLibravatar minus2018-10-03
* | Reenable popup-handling for determining focusLibravatar Jonathan Buch2018-10-03
* | Use "raycasting" for determining focus for floating windowsLibravatar Jonathan Buch2018-10-03
* | Fix focusing topmost floating windowsLibravatar Jonathan Buch2018-10-03
* | Add manpage documentatioon for raise_floatingLibravatar Jonathan Buch2018-10-03
* | Simplify raising a container in seatLibravatar Jonathan Buch2018-10-03
* | Add configuration for raising containers on focusLibravatar Jonathan Buch2018-10-03
|/
* Add sanity check for empty focus stackLibravatar Ryan Dwyer2018-10-03
* Fix some missing commands in sway-input(5)Libravatar Drew DeVault2018-10-03
* Merge pull request #2703 from RyanDwyer/csd-borderLibravatar Drew DeVault2018-10-03
|\
| * Remove server-decoration assumption if view supports xdg-decorationLibravatar Ryan Dwyer2018-09-27
| * Improve CSD logicLibravatar Ryan Dwyer2018-09-27
| * Rename view_set_csd_from_client to view_update_csd_from_clientLibravatar Ryan Dwyer2018-09-27
| * Remove CSD from toggle list if client doesn't support itLibravatar Ryan Dwyer2018-09-27
| * Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* | Fix tiling criteriaLibravatar Ryan Dwyer2018-10-03
* | Set focus_inactive on a sibling when a container closes in an inactive workspaceLibravatar Ryan Dwyer2018-10-02
* | Handle border options for gapsLibravatar Brian Ashworth2018-10-01
* | Merge branch 'master' into fix-2653Libravatar Ryan Dwyer2018-10-02
|\ \
| * \ Merge pull request #2735 from RedSoxFan/fix-quotesLibravatar Drew DeVault2018-10-01
| |\ \
| | * | Do not strip quotes for cmd_setLibravatar Brian Ashworth2018-09-30
| | * | Do not strip quotes for exec or bind commandsLibravatar Brian Ashworth2018-09-30
* | | | Fix smart gapsLibravatar Brian Ashworth2018-10-01
|/ / /
* | | Merge pull request #2737 from Ragnis/criteria-floatingLibravatar Drew DeVault2018-09-30
|\ \ \ | |/ / |/| |
| * | Parse floating criteriaLibravatar Ragnis Armus2018-09-30
* | | Add support for installing binaries with DT_RPATHLibravatar Arkadiusz Hiler2018-09-30
* | | Merge pull request #2726 from RyanDwyer/overhaul-gapsLibravatar Drew DeVault2018-09-30
|\ \ \
| * | | Update gaps documentationLibravatar Ryan Dwyer2018-09-29
| * | | Don't allow negative gapsLibravatar Ryan Dwyer2018-09-29
| * | | Make gaps implementation consistent with i3-gapsLibravatar Ryan Dwyer2018-09-29
* | | | Merge pull request #2728 from RedSoxFan/move-sticky-on-evacLibravatar Drew DeVault2018-09-30
|\ \ \ \
| * | | | Move sticky containers in output_evacuateLibravatar Brian Ashworth2018-09-28
| |/ / /
* | | | Merge pull request #2725 from PumbaPe/add-tap-and-dragLibravatar Drew DeVault2018-09-30
|\ \ \ \
| * | | | add tap-and-drag setting to sway-inputLibravatar PP2018-09-29