summaryrefslogtreecommitdiffstats
path: root/sway/desktop
Commit message (Collapse)AuthorAge
* Fix compilation errors related to disabled outputsLibravatar emersion2018-06-09
|
* Switch output storing from list_t to wl_listLibravatar Brian Ashworth2018-06-06
|
* Address emersions comments on output re-enablingLibravatar Brian Ashworth2018-06-06
|
* Store sway_outputs so that they can be reenabledLibravatar Brian Ashworth2018-06-06
|
* Merge pull request #2095 from emersion/fullscreen-damage-only-visibleLibravatar emersion2018-06-05
|\ | | | | Only send frame to visible surfaces when fullscreened
| * Only send frame to visible surfaces when fullscreenedLibravatar emersion2018-06-02
| |
* | Don't restore focus if unmapping surface wasn't focusedLibravatar Ryan Dwyer2018-06-04
| |
* | Restore focus when unmapping layer shell surfacesLibravatar Ryan Dwyer2018-06-04
| |
* | Restore focus when unmapping unmanaged xwayland surfacesLibravatar Ryan Dwyer2018-06-04
| |
* | Add SWAY_DAMAGE_DEBUGLibravatar emersion2018-06-02
|/ | | | | | 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.
* Schedule a frame even if damage is emptyLibravatar emersion2018-06-02
|
* Only send frame done to visible viewsLibravatar emersion2018-06-02
| | | | Also don't accumulate empty damage
* Don't auto float xdg views if their dimensions are not setLibravatar Ryan Dwyer2018-06-01
|
* Fix fullscreen position of xwayland viewsLibravatar Ryan Dwyer2018-06-01
|
* Fix floating position when view is floated when mappedLibravatar Ryan Dwyer2018-06-01
|
* Don't unmaximize floating viewsLibravatar Ryan Dwyer2018-06-01
|
* Remove unfinished wants_floating implementation for xwaylandLibravatar Ryan Dwyer2018-06-01
|
* Don't let xwayland views set position unless unmanagedLibravatar Ryan Dwyer2018-06-01
|
* Use swayc rather than wlr_output when renderingLibravatar Ryan Dwyer2018-06-01
|
* Use surface size if xdg shell's geometry isn't setLibravatar Ryan Dwyer2018-06-01
|
* Implement wants_floating for xdg_shell and xdg_shell_v6Libravatar Ryan Dwyer2018-06-01
|
* Remove check for if floating view intersects outputLibravatar Ryan Dwyer2018-06-01
|
* Render floating views before top layer and unmanagedLibravatar Ryan Dwyer2018-06-01
|
* Store swayc coordinates as layout-localLibravatar Ryan Dwyer2018-06-01
|
* Rename set_maximized functions to set_tiledLibravatar Ryan Dwyer2018-06-01
|
* Fix issues with sticky containers and workspacesLibravatar Ryan Dwyer2018-06-01
| | | | | | | | | * 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.
* Respect view's border config for floating containersLibravatar Ryan Dwyer2018-06-01
|
* Replace is_floating boolean with functionLibravatar Ryan Dwyer2018-06-01
|
* Use L_FLOATING instead of reapable booleanLibravatar Ryan Dwyer2018-06-01
|
* Implement floatingLibravatar Ryan Dwyer2018-06-01
|
* Render floating viewsLibravatar Drew DeVault2018-06-01
|
* Force fullscreen views to be fully opaqueLibravatar Brian Ashworth2018-05-28
|
* xdg-shell: make all toplevels tiledLibravatar emersion2018-05-27
|
* Use constants for titlebar dimensionsLibravatar Ryan Dwyer2018-05-22
|
* Implement stacked layoutLibravatar Ryan Dwyer2018-05-22
|
* Pre-multiply alpha for tab decorationsLibravatar Ryan Dwyer2018-05-21
|
* Add left/right borders to tabsLibravatar Ryan Dwyer2018-05-21
|
* Fix tab border issuesLibravatar Ryan Dwyer2018-05-21
|
* Don't track damage for views on inactive tabsLibravatar Ryan Dwyer2018-05-21
|
* Implement tabbed layoutLibravatar Ryan Dwyer2018-05-21
|
* Pre-multiply alpha for non-texturesLibravatar Brian Ashworth2018-05-20
|
* Fix pixel bar below titleLibravatar Konstantin Pospelov2018-05-19
| | | | | | 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.
* Update marks textures on output scale eventLibravatar Ryan Dwyer2018-05-17
|
* Fix many border opacity issuesLibravatar Ryan Dwyer2018-05-17
|
* Implement show_marksLibravatar Ryan Dwyer2018-05-17
|
* Correctly clip title texture if necessaryLibravatar emersion2018-05-15
|
* Merge branch 'master' into fix-1975Libravatar Brian Ashworth2018-05-14
|\
| * Kill wl_shellLibravatar emersion2018-05-14
| |
| * xdg_shell: Replace get_prop with get_string_propLibravatar Ryan Dwyer2018-05-14
| |
| * Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements""Libravatar Ryan Dwyer2018-05-14
| | | | | | | | | | | | | | This reverts commit 32a572cecfd0f6072a78ce0a381a2f8365f9010a. This reimplements the criteria overhaul in preparation for fixing a known bug.