Age | Commit message (Expand) | Author |
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer |
2018-09-16 | Rename seat_get_active_child to seat_get_active_tiling_child | Ryan Dwyer |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion |
2018-09-07 | Merge pull request #2603 from emersion/fix-dnd | Drew DeVault |
2018-09-07 | Fix drag-and-drop | emersion |
2018-09-05 | Fix output position issue | Ryan Dwyer |
2018-09-05 | Update output propertes on mode change | Ryan Dwyer |
2018-09-05 | Apply default config to output | Ryan Dwyer |
2018-09-05 | Don't use wlr_output properties | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-09-01 | Do not modeset disabled outputs | emersion |
2018-08-28 | Prepare arrange code for type safe arguments | Ryan Dwyer |
2018-08-26 | Merge pull request #2513 from RyanDwyer/rename-root-outputs | Drew DeVault |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-25 | Rename sway_root.outputs to sway_root.all_outputs | Ryan Dwyer |
2018-08-24 | Refactor destroy functions and save workspaces when there's no outputs | Ryan Dwyer |
2018-08-19 | Fix popup position when parent uses geometry | Ryan Dwyer |
2018-08-19 | Replace hacky L_FLOATING container with a list | Ryan Dwyer |
2018-08-18 | Merge pull request #2466 from RyanDwyer/geometry | Drew DeVault |
2018-08-18 | Implement iterators per container type | Ryan Dwyer |
2018-08-18 | Store geometry in the view and handle any floating view resizing | Ryan Dwyer |
2018-08-18 | Fix geometry | Ryan Dwyer |
2018-08-02 | Revert "Revert "Fix popups"" | Ryan Dwyer |
2018-08-02 | Revert "Fix popups" | Drew DeVault |
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 | 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-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-22 | Fix damage issue when moving and resizing | Ryan Dwyer |
2018-07-14 | Simplify transactions by utilising a dirty flag on containers | Ryan Dwyer |
2018-07-13 | Fix output_has_opaque_lockscreen | emersion |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-07-07 | Split renderer | emersion |
2018-07-07 | Fix titles when container titles contain UTF-8 characters | Ryan Dwyer |
2018-07-07 | Translate surface by its geo when doing opaque box check | Ryan Dwyer |