Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Improve rendering with a fullscreen opaque overlay surface | |||
2018-07-25 | reverted includes of "sway/config.h" and replaced with "config.h" from meson ↵ | Pascal Pascher | |
build | |||
2018-07-25 | Improve rendering with a fullscreen opaque overlay surface | emersion | |
The rendering code doesn't use the exclusive input surface at all anymore to decide to skip rendering of shell surfaces. This fixes a weird situation in which a client requests exclusive input but isn't an overlay layer surface. The renderer also renders all overlay surfaces in this situation, not just one. This simplifies the code and fixes rendering when there are more than one overlay surfaces (e.g. for a virtual keyboard to type the lockscreen password). | |||
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 ↵ | Pascal Pascher | |
xwayland support | |||
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 | |
This PR changes the way we handle transactions to a more simple method. The new method is to mark containers as dirty from low level code (eg. arranging, or container_destroy, and eventually seat_set_focus), then call transaction_commit_dirty which picks up those containers and runs them through a transaction. The old methods of using transactions (arrange_and_commit, or creating one manually) are now no longer possible. The highest-level code (execute_command and view implementation handlers) will call transaction_commit_dirty, so most other code just needs to set containers as dirty. This is done by arranging, but can also be done by calling container_set_dirty. | |||
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 | |
The title and marks textures would have their height set from the config's computed max font height, but the textures were not regenerated when the config's max font height changed which made a gap appear. Rather than making it regenerate the title textures every time the config font height was changed, I've changed it to just make the textures the height of the title itself and fill any gap when rendering. Also, the title_width and marks_width variables have been renamed to make it more obvious that they are in output-buffer-local coordinates. Fixes #1936. | |||
2018-07-07 | Translate surface by its geo when doing opaque box check | Ryan Dwyer | |
2018-07-07 | Don't clear when using opaque lockscreen | Ryan Dwyer | |
2018-07-07 | Detect opaque lockscreen when using a solid color | Ryan Dwyer | |
2018-07-07 | Use pixman_region32_contains_rectangle | Ryan Dwyer | |
2018-07-07 | Use opaque region to determine if frame done should be sent | Ryan Dwyer | |
2018-07-07 | Don't send frame done to surfaces behind lockscreen | Ryan Dwyer | |
Also, when rendering, don't descend into the tree if the lockscreen is active. Just render the lockscreen's surfaces. | |||
2018-07-05 | Use wlr_surface.buffer_damage | emersion | |
2018-07-05 | Updates per wlroots#1076 | Drew DeVault | |
2018-06-30 | sway views: add helpers to get view and layer from wlr_surface | Dominique Martinet | |
2018-06-30 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer | |
2018-06-30 | Fix crash with stacking layout after f42bf0ad4 | Rostislav Pehlivanov | |
The "simple" rendering function only applies to tiled views. | |||
2018-06-30 | Revert "Don't unmaximize floating views" | Rostislav Pehlivanov | |
This reverts commit 97672295ed50d1d6272876c4a3b6b5607cab05c6. | |||
2018-06-29 | Render saved buffers with the surface's dimensions | Ryan Dwyer | |
2018-06-29 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer | |
2018-06-26 | layer_shell: order destroying before sway_output | Dominique Martinet | |
Both sway_output and sway_layer_shell listen to wlr's output destroy event, but sway_layer_shell needs to access into sway_output's data strucure and needs to be destroyed first. Resolve this by making sway_layer_shell listen to a new event that happens at start of sway_output's destroy handler | |||
2018-06-26 | Fix crash when disconnecting output | Ryan Dwyer | |
We were freeing the sway_output immediately upon disconnect which left a dangling pointer in the output's container. It then tried to use the pointer when the container is freed. We don't need to store the sway_output in an output's container which is destroying, so the fix is to set the pointer to NULL and remove the use in container_free. Also added an arrange when the output is disconnected for good measure. | |||
2018-06-24 | Fix crash related to stacks and tabs | Ryan Dwyer | |
2018-06-23 | Fix crash when deleting last child in a tabbed or stacked container | Ryan Dwyer | |
There was no `current` child because the container was destroyed. This makes it fall back to looking in the parent's current children list. | |||
2018-06-23 | Implement atomic layout updates for tree operations | Ryan Dwyer | |
This implements atomic layout updates for when views map, reparent or unmap. | |||
2018-06-18 | Preserve buffers during transactions | Ryan Dwyer | |
* Also fix parts of the rendering where it was rendering the pending state instead of current. | |||
2018-06-18 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer | |
2018-06-16 | Update for swaywm/wlroots#1060 | emersion | |
2018-06-11 | Merge remote-tracking branch 'upstream/master' into atomic | Ryan Dwyer | |
2018-06-09 | Render drag icons | emersion | |
2018-06-09 | Fix compilation errors related to disabled outputs | emersion | |
2018-06-09 | Refactor everything that needs to arrange windows | Ryan Dwyer | |
* The arrange_foo functions are now replaced with arrange_and_commit, or with manually created transactions and arrange_windows x2. * The arrange functions are now only called from the highest level functions rather than from both high level and low level functions. * Due to the previous point, view_set_fullscreen_raw and view_set_fullscreen are both merged into one function again. * Floating and fullscreen are now working with transactions. | |||
2018-06-09 | Make main properties be the pending state | Ryan Dwyer | |
2018-06-09 | WIP: Atomic layout updates ground work | Ryan Dwyer | |
2018-06-06 | Switch output storing from list_t to wl_list | Brian Ashworth | |
2018-06-06 | Address emersions comments on output re-enabling | Brian Ashworth | |