aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop
Commit message (Expand)AuthorAge
* Fix popupsLibravatar Ryan Dwyer2018-07-31
* Fix segfault with fullscreenLibravatar emersion2018-07-30
* Merge pull request #2367 from emersion/iterator-redesignLibravatar Drew DeVault2018-07-30
|\
| * Make output_surface_for_each_surface_iterator staticLibravatar emersion2018-07-29
| * Remove unused output_from_wlr_outputLibravatar emersion2018-07-29
| * Remove output_surface_for_each_surface from headerLibravatar emersion2018-07-29
| * Completely switch over to new iteratorsLibravatar emersion2018-07-29
| * wip: redesign output_view_for_each_surface iteratorLibravatar emersion2018-07-29
| * wip: redesign output_layer_for_each_surface iteratorLibravatar emersion2018-07-29
| * wip: redesign output_drag_icons_for_each_surface iteratorLibravatar emersion2018-07-29
| * wip: redesign output_unmanaged_for_each_surface iteratorLibravatar emersion2018-07-29
* | Fix title textures on scale changeLibravatar Brian Ashworth2018-07-30
* | Don't give focus if xwayland window has a type hintLibravatar emersion2018-07-29
|/
* Merge pull request #2360 from RyanDwyer/floating-containersLibravatar Drew DeVault2018-07-28
|\
| * Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* | Include errno.hLibravatar Ryan Dwyer2018-07-28
* | Show errno description in logLibravatar Ryan Dwyer2018-07-28
* | Handle out-of-fd situations gracefully for transaction and urgent timersLibravatar Ryan Dwyer2018-07-28
|/
* Second attempt at fixing transaction use-after-freeLibravatar Ryan Dwyer2018-07-28
* Fix use after free in transactionsLibravatar Ryan Dwyer2018-07-28
* Fix indentLibravatar Ryan Dwyer2018-07-26
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Merge pull request #2353 from emersion/render-opaque-overlayLibravatar Drew DeVault2018-07-25
|\
| * Improve rendering with a fullscreen opaque overlay surfaceLibravatar emersion2018-07-25
* | reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Libravatar Pascal Pascher2018-07-25
* | style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24
* | Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
* | Merge branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
|\|
| * fix crash on new output while swaylock is runningLibravatar somdoron2018-07-23
| * Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6Libravatar emersion2018-07-22
| * Implement request_move and request_resize for xwayland viewsLibravatar Ryan Dwyer2018-07-22
| * Deny move/resize events for tiled xdg shell viewsLibravatar Ryan Dwyer2018-07-22
| * Consider view's min/max sizes when resizingLibravatar Ryan Dwyer2018-07-22
| * Store last button and use it when views request to move or resizeLibravatar Ryan Dwyer2018-07-22
| * Implement xdg shell request_move and request_resize eventsLibravatar Ryan Dwyer2018-07-22
| * Improve resize performance by partially flushing the transaction queueLibravatar Ryan Dwyer2018-07-22
| * Fix damage issue when moving and resizingLibravatar Ryan Dwyer2018-07-22
| * Implement force_display_urgency_hintLibravatar Ryan Dwyer2018-07-21
| * Update for swaywm/wlroots#1148Libravatar emersion2018-07-19
| * Allow xwayland views to become urgent when on a non-visible workspaceLibravatar Ryan Dwyer2018-07-19
| * Don't unfocus when an override redirect window is mappedLibravatar emersion2018-07-18
| * Handle xwayland override_redirect flag changeLibravatar emersion2018-07-18
| * Fix memory leak in sway/desktop/idle_inhibit_v1.cLibravatar frsfnrrg2018-07-17
| * Fix memory leak in handle_layer_shell_surfaceLibravatar frsfnrrg2018-07-17
| * Implement default_floating_border command and adjust CSD behaviourLibravatar Ryan Dwyer2018-07-17
| * Render containers as urgent if they have an urgent childLibravatar Ryan Dwyer2018-07-16
| * Implement xwayland urgency hintLibravatar Ryan Dwyer2018-07-16
| * Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
| * Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15
| * Merge pull request #2272 from RyanDwyer/simplify-transactionsLibravatar Drew DeVault2018-07-15
| |\