aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* add libinput config for keyboardLibravatar Vincent Gu2018-10-09
* Merge pull request #2805 from RyanDwyer/fix-resize-return-valueLibravatar Drew DeVault2018-10-09
|\
| * resize: Determine if anything changed using before/after checkLibravatar Ryan Dwyer2018-10-09
* | Merge pull request #2803 from RedSoxFan/fix-2802Libravatar Drew DeVault2018-10-09
|\ \ | |/ |/|
| * Only consider tiling views for gaps outerLibravatar Brian Ashworth2018-10-08
* | config: remove double free of config->swaynag_commandLibravatar Rouven Czerwinski2018-10-09
|/
* Merge pull request #2772 from RyanDwyer/improve-popup-damageLibravatar Drew DeVault2018-10-09
|\
| * Handle subsurfaces in view_child_damageLibravatar Ryan Dwyer2018-10-07
| * Use wlr_xdg_popup_get_toplevel_coordsLibravatar Ryan Dwyer2018-10-07
| * Only damage popups when popups have damageLibravatar Ryan Dwyer2018-10-07
* | Merge branch 'master' into popup-during-fullscreenLibravatar Brian Ashworth2018-10-08
|\ \
| * | commands: when setting urgency, check container is not nullLibravatar Ian Fan2018-10-08
| * | Allow swaynag to be disabledLibravatar Brian Ashworth2018-10-08
| * | Merge pull request #2793 from emersion/disable-swaybgLibravatar emersion2018-10-08
| |\ \
| | * | Fix memory leak in status_command handlerLibravatar emersion2018-10-08
| | * | Allow swaybg to be disabledLibravatar emersion2018-10-08
| * | | Check if there is a current container before setting it's opacityLibravatar John Axel Eriksson2018-10-08
| |/ /
* | | Remove duplicate codeLibravatar Ryan Dwyer2018-10-08
* | | Look for any ancestor when checking for fullscreen exitLibravatar Ryan Dwyer2018-10-08
* | | Use current state when rendering transient containersLibravatar Ryan Dwyer2018-10-08
* | | Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* | | 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