Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-16 | Update for swaywm/wlroots#1060 | emersion | |
2018-06-09 | Render drag icons | emersion | |
2018-06-09 | Fix compilation errors related to disabled outputs | emersion | |
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 | |
2018-06-06 | Store sway_outputs so that they can be reenabled | Brian Ashworth | |
2018-06-05 | Merge pull request #2095 from emersion/fullscreen-damage-only-visible | emersion | |
Only send frame to visible surfaces when fullscreened | |||
2018-06-02 | Add SWAY_DAMAGE_DEBUG | emersion | |
Setting it to "rerender" will always re-render everything regardless of the damaged region. Setting it to "highlight" will clear the screen and render only damaged regions. | |||
2018-06-02 | Only send frame to visible surfaces when fullscreened | emersion | |
2018-06-02 | Schedule a frame even if damage is empty | emersion | |
2018-06-02 | Only send frame done to visible views | emersion | |
Also don't accumulate empty damage | |||
2018-06-01 | Use swayc rather than wlr_output when rendering | Ryan Dwyer | |
2018-06-01 | Remove check for if floating view intersects output | Ryan Dwyer | |
2018-06-01 | Render floating views before top layer and unmanaged | Ryan Dwyer | |
2018-06-01 | Store swayc coordinates as layout-local | Ryan Dwyer | |
2018-06-01 | Fix issues with sticky containers and workspaces | Ryan Dwyer | |
* Attach sticky containers to new workspaces when switching * Fire the close event *before* we start destroying the workspace to prevent a crash Because the sticky container now follows the visible workspace, this simplifies the rendering and container_at logic. | |||
2018-06-01 | Respect view's border config for floating containers | Ryan Dwyer | |
2018-06-01 | Replace is_floating boolean with function | Ryan Dwyer | |
2018-06-01 | Use L_FLOATING instead of reapable boolean | Ryan Dwyer | |
2018-06-01 | Implement floating | Ryan Dwyer | |
2018-06-01 | Render floating views | Drew DeVault | |
2018-05-28 | Force fullscreen views to be fully opaque | Brian Ashworth | |
2018-05-22 | Use constants for titlebar dimensions | Ryan Dwyer | |
2018-05-22 | Implement stacked layout | Ryan Dwyer | |
2018-05-21 | Pre-multiply alpha for tab decorations | Ryan Dwyer | |
2018-05-21 | Add left/right borders to tabs | Ryan Dwyer | |
2018-05-21 | Fix tab border issues | Ryan Dwyer | |
2018-05-21 | Don't track damage for views on inactive tabs | Ryan Dwyer | |
2018-05-21 | Implement tabbed layout | Ryan Dwyer | |
2018-05-20 | Pre-multiply alpha for non-textures | Brian Ashworth | |
2018-05-19 | Fix pixel bar below title | Konstantin Pospelov | |
This commit changes how the left and right indents are calculated for the title bottom pixel bar, so that it is displayed properly in case the left or right border is hidden. | |||
2018-05-17 | Update marks textures on output scale event | Ryan Dwyer | |
2018-05-17 | Fix many border opacity issues | Ryan Dwyer | |
2018-05-17 | Implement show_marks | Ryan Dwyer | |
2018-05-15 | Correctly clip title texture if necessary | emersion | |
2018-05-14 | Merge branch 'master' into fix-1975 | Brian Ashworth | |
2018-05-14 | Always render top border for border normal | Brian Ashworth | |
2018-05-14 | Kill wl_shell | emersion | |
2018-05-14 | Fix titles and detect edges for hide_edge_borders | Brian Ashworth | |
2018-05-12 | Only count views for hide_edge_borders smart | Brian Ashworth | |
2018-05-12 | Count descendant views for hide_edge_borders smart | Brian Ashworth | |
2018-05-11 | Implement hide_edge_borders | Brian Ashworth | |
2018-05-11 | Highlight all child borders when using focus parent | Ryan Dwyer | |
2018-05-10 | Fix damage tracking on HiDPI | emersion | |
2018-05-10 | Accumulate surface damage even if whole=true | emersion | |
2018-05-10 | Damage borders when damaging view | emersion | |
2018-05-10 | Render borders with damage | emersion | |
2018-05-10 | Implement full damage tracking | emersion | |
2018-05-09 | Fix titles on rotated outputs | Ryan Dwyer | |
If the output is rotated, the scissor box needs to be transformed in the opposite rotation. |