Age | Commit message (Expand) | Author |
2018-08-12 | Don't commit multiple transactions at the same time | Ryan Dwyer |
2018-08-12 | Don't progress transaction queue if any are partially complete | Ryan Dwyer |
2018-08-12 | Implement resizing tiled containers via cursor | Ryan Dwyer |
2018-08-10 | xwayland: fix unmanaged surfaces order | emersion |
2018-08-06 | Handle views created after decoration mode is sent for xdg-shell-v6 | emersion |
2018-08-06 | Handle views created after decoration mode is sent for xdg-shell | emersion |
2018-08-02 | Convert toplevel coordinates to output-local | Ryan Dwyer |
2018-08-02 | Revert "Revert "Fix popups"" | Ryan Dwyer |
2018-08-02 | Merge pull request #2366 from RedSoxFan/nagbar | Drew DeVault |
2018-08-02 | Merge branch 'master' into nagbar | Ryan Dwyer |
2018-08-02 | Revert "Fix popups" | Drew DeVault |
2018-08-02 | Fix race condition crashes when unmapping views | Ryan Dwyer |
2018-08-02 | Merge branch 'master' into fix-resize-wiggle | emersion |
2018-08-01 | Address first round review for swaynag | Brian Ashworth |
2018-08-01 | Arrange output in arrange_layers and commit dirty | Brian Ashworth |
2018-08-01 | Correctly track saved surfaces during multiple transactions | Ryan Dwyer |
2018-07-31 | Close popups when changing focus | Ryan Dwyer |
2018-07-31 | Fix popups | Ryan Dwyer |
2018-07-30 | Fix segfault with fullscreen | emersion |
2018-07-30 | Merge pull request #2367 from emersion/iterator-redesign | Drew DeVault |
2018-07-30 | Fix title textures on scale change | Brian Ashworth |
2018-07-29 | Don't give focus if xwayland window has a type hint | emersion |
2018-07-29 | Make output_surface_for_each_surface_iterator static | emersion |
2018-07-29 | Remove unused output_from_wlr_output | emersion |
2018-07-29 | Remove output_surface_for_each_surface from header | emersion |
2018-07-29 | Completely switch over to new iterators | emersion |
2018-07-29 | wip: redesign output_view_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_layer_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_drag_icons_for_each_surface iterator | emersion |
2018-07-29 | wip: redesign output_unmanaged_for_each_surface iterator | emersion |
2018-07-28 | Merge pull request #2360 from RyanDwyer/floating-containers | Drew DeVault |
2018-07-28 | Allow containers to float | Ryan Dwyer |
2018-07-28 | Include errno.h | Ryan Dwyer |
2018-07-28 | Show errno description in log | Ryan Dwyer |
2018-07-28 | Handle out-of-fd situations gracefully for transaction and urgent timers | Ryan Dwyer |
2018-07-28 | Second attempt at fixing transaction use-after-free | Ryan Dwyer |
2018-07-28 | Fix use after free in transactions | Ryan Dwyer |
2018-07-26 | Fix indent | Ryan Dwyer |
2018-07-26 | Allow containers to be fullscreen | Ryan Dwyer |
2018-07-25 | Merge pull request #2353 from emersion/render-opaque-overlay | Drew DeVault |
2018-07-25 | reverted includes of "sway/config.h" and replaced with "config.h" from meson ... | Pascal Pascher |
2018-07-25 | Improve rendering with a fullscreen opaque overlay surface | emersion |
2018-07-24 | style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false | Pascal Pascher |
2018-07-24 | Added meson option "enable_xwayland" (default: true) to enable/disable xwayla... | Pascal Pascher |
2018-07-23 | Merge branch 'master' into pid-workspaces | Drew DeVault |
2018-07-23 | fix crash on new output while swaylock is running | somdoron |
2018-07-22 | Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6 | emersion |
2018-07-22 | Implement request_move and request_resize for xwayland views | Ryan Dwyer |
2018-07-22 | Deny move/resize events for tiled xdg shell views | Ryan Dwyer |
2018-07-22 | Consider view's min/max sizes when resizing | Ryan Dwyer |