Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-19 | xdg_shell_v6: Use client_pending state instead of current | Ryan Dwyer | |
It appears client_pending is the state that should be used here. | |||
2018-04-18 | Fullscreen rendering and input fixes. | Ryan Dwyer | |
* Render background when using fullscreen, because transparency. * Check that fullscreen surface allows input. * Don't look for surfaces in top layer if there's a fullscreen view. | |||
2018-04-18 | More fullscreen fixes. | Ryan Dwyer | |
* Render fullscreen views without wlr function, which makes popups and lockscreen work. * Don't allow input events to surfaces behind fullscreen views. * Use correct output dimensions (for rotated outputs). | |||
2018-04-18 | Fullscreen fixes. | Ryan Dwyer | |
2018-04-17 | Handle fullscreen flag when mapping a surface. | Ryan Dwyer | |
2018-04-17 | Don't damage views if they're hidden by a fullscreen view. | Ryan Dwyer | |
2018-04-17 | Create sway_workspace struct. | Ryan Dwyer | |
2018-04-17 | Feedback for fullscreen. | Ryan Dwyer | |
2018-04-16 | Implement fullscreen. | Ryan Dwyer | |
2018-04-13 | Do not call the map handler when an xwayland surface is created | emersion | |
2018-04-07 | Give keyboard focus to unmanaged xwayland surfaces | emersion | |
This fixes dmenu | |||
2018-04-07 | Merge pull request #1759 from emersion/output-send-frame-done | Drew DeVault | |
Don't send frame done immediately when rendering | |||
2018-04-07 | Don't send frame done immediately when rendering | emersion | |
2018-04-07 | Fix inverted assertion | emersion | |
Seems like it doesn't work this way | |||
2018-04-07 | Merge pull request #1756 from emersion/output-damage | Drew DeVault | |
Fine-grained damage tracking | |||
2018-04-07 | Merge pull request #1700 from swaywm/move-cmd-full | Drew DeVault | |
Implement move [left|right|up|down] | |||
2018-04-06 | Revert "Break everything^W^WUse wlr_box for sway_container" | Drew DeVault | |
2018-04-06 | Damage all surfaces when damaging whole container | emersion | |
2018-04-06 | Break everything^W^WUse wlr_box for sway_container | Drew DeVault | |
2018-04-06 | Don't damage the whole output | emersion | |
2018-04-06 | Refactor rendering code | emersion | |
2018-04-06 | Add debug tree view | Drew DeVault | |
2018-04-06 | Simplify damage tracking functions, use them in layer shell | emersion | |
2018-04-06 | Send surface enter/leave events to view children | emersion | |
2018-04-05 | Handle unmanaged surfaces motion | emersion | |
2018-04-05 | Fix desktop_damage_whole_surface | emersion | |
2018-04-05 | Add container_damage_whole | emersion | |
2018-04-05 | Add damage tracking for xwayland unmanaged surfaces | emersion | |
2018-04-05 | Handle xwayland configure requests for unmanaged surfaces | emersion | |
2018-04-05 | Make xwayland surface destroy more foolproof | emersion | |
2018-04-05 | Fix xwayland unmanaged surfaces | emersion | |
2018-04-05 | Track damage of xdg-shell-v6 popups | emersion | |
2018-04-05 | Implement shell views | emersion | |
2018-04-04 | Use new wlr_*_surface_at functions | emersion | |
2018-04-04 | Remove unused SWAY_VIEW_TYPES | emersion | |
2018-04-04 | Implement opacity command | Tony Crisci | |
2018-04-04 | Merge branch 'wlroots' into split-containers2 | Tony Crisci | |
2018-04-03 | Merge pull request #1717 from emersion/fix-multiple-outputs | Drew DeVault | |
Fix rendering with multiple outputs | |||
2018-04-03 | move workspace create to workspace.c | Tony Crisci | |
2018-04-03 | Fix rendering with multiple outputs | emersion | |
2018-04-03 | address feedback | Tony Crisci | |
2018-04-03 | Send enter event to layer shell surfaces | emersion | |
2018-04-03 | move output code out of the tree | Tony Crisci | |
2018-04-03 | unify container destroy functions | Tony Crisci | |
2018-04-02 | Give exclusive focus to layers above shell layer | Drew DeVault | |
2018-04-02 | Identify topmost interactive layer post-arrange | Drew DeVault | |
2018-04-02 | Merge branch 'wlroots' into view-redesign | emersion | |
2018-04-02 | Xwayland unmanaged views aren't views anymore | emersion | |
2018-04-02 | Merge branch 'wlroots' into seat-fixes | Tony Crisci | |
2018-04-02 | Partially implement move command | Drew DeVault | |
Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position |