aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-28toplevel_box to toplevel_sx_boxTony Crisci
2018-03-28add todo for rotated unconstrained popupTony Crisci
2018-03-28add comment for output box in toplevel coordsTony Crisci
2018-03-28address toplevel coords issueTony Crisci
2018-03-28remove xdg-positioner wlr wrappersTony Crisci
2018-03-28bug: dont slide over too farTony Crisci
2018-03-28return early when no dest_x/y in output layout closest pointTony Crisci
2018-03-28popup constraint handle empty output layoutTony Crisci
2018-03-28dont allocate xdg-positioner attrsTony Crisci
2018-03-28rename xdg-positioner structsTony Crisci
2018-03-28xdg-positioner bugfixTony Crisci
2018-03-28xdg-positioner: honor constraint flagsTony Crisci
2018-03-28xdg-positioner wlr abstractionsTony Crisci
2018-03-28positioner rootston cleanup and bugfixTony Crisci
2018-03-28fix xdg-positioner left constrain bugTony Crisci
2018-03-28cleanup xdg-positioner rootston codeTony Crisci
2018-03-28Merge branch 'master' into xdg-positionerTony Crisci
2018-03-28Merge pull request #744 from emersion/texture-redesignTony Crisci
Redesign wlr_texture
2018-03-27Merge pull request #731 from swaywm/layer-surfacesTony Crisci
Implement wlr-layer-shell protocol & rendering
2018-03-27Assign layer surface roleDrew DeVault
2018-03-27Fix ack configure/configure flowDrew DeVault
Prevents FOUC/improves frame perfect rendering goal
2018-03-27Address further review feedbackDrew DeVault
2018-03-27Address some more feedbackDrew DeVault
2018-03-27Address @emersion's feedbackDrew DeVault
2018-03-27Fix issue starting up client EGL on X11 backendDrew DeVault
2018-03-27Fix surface layer damage trackingDrew DeVault
2018-03-27Address @emersion's feedbackDrew DeVault
2018-03-27Add margin animation to the example demoDrew DeVault
2018-03-27Fix layer rendering/layout bugsDrew DeVault
2018-03-27Handle usable area for maximized windowsDrew DeVault
Also fixes some bugs
2018-03-27Reset exclusivity after shell layerDrew DeVault
Also fixes an issue which was applying exclusivity to all edges
2018-03-27Fix rebase issues; rearrange layers on destroyDrew DeVault
2018-03-27Use 0 for default width/height (rather than -1)Drew DeVault
2018-03-27Add layer_surface.closeDrew DeVault
2018-03-27Fix exclusive zone among other layersDrew DeVault
2018-03-27Fix issue with multiple outputs in layer exampleDrew DeVault
2018-03-27Gracefully deal with outputs being removedDrew DeVault
2018-03-27Implement layer surface damageDrew DeVault
2018-03-27Arrange & render layer surfacesDrew DeVault
2018-03-27Fix issues preventing layer from getting allocatedDrew DeVault
Now all of the steps to get rootston a reference to the layer surface are correctly wired up.
2018-03-27Fix strcmp useDrew DeVault
2018-03-27Add broken test client and rootston stubsDrew DeVault
2018-03-27Address feedbackDrew DeVault
2018-03-27Add wlr_layer_surface_configureDrew DeVault
2018-03-27Destroy layer surfaces when client is destroyedDrew DeVault
2018-03-27Implement layer surface requestsDrew DeVault
2018-03-27Wire up layer surface resources to stubsDrew DeVault
2018-03-27Initial scaffolding of layer shellDrew DeVault
2018-03-27Merge pull request #754 from emersion/popup-map-unmap-damageTony Crisci
[WIP] xdg-shell: damage view when popup is mapped/unmapped
2018-03-27rootston: damage view when xdg-popup is mapped/unmappedemersion