Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-30 | Merge pull request #780 from emersion/output-damage-box-include | emersion | |
output-damage: fix missing wlr_box include | |||
2018-03-30 | output-damage: fix missing wlr_box include | emersion | |
2018-03-29 | Merge pull request #777 from emersion/fix-surface-buffer-not-updated | Drew DeVault | |
surface: fix texture not updated on commit | |||
2018-03-29 | surface: fix texture not updated on commit | emersion | |
When a client attaches a wl_drm or a linux_dmabuf buffer, we only update it if the size is different from the one of the old buffer. This means that if the client attaches a new, updated buffer with the same size as the old buffer, the texture won't get updated. This commit changes this behavior and re-creates the texture if the client attaches a new buffer, without requiring the size to be different. | |||
2018-03-29 | Destroy layer surfaces on client destroyed | Drew DeVault | |
2018-03-29 | Fix maximized windows interaction with layer shell | Drew DeVault | |
If there were no layer surfaces the usable area of the output would be an empty box. | |||
2018-03-29 | Merge pull request #720 from acrisci/xdg-positioner | emersion | |
xdg-positioner | |||
2018-03-28 | toplevel_box to toplevel_sx_box | Tony Crisci | |
2018-03-28 | add todo for rotated unconstrained popup | Tony Crisci | |
2018-03-28 | add comment for output box in toplevel coords | Tony Crisci | |
2018-03-28 | address toplevel coords issue | Tony Crisci | |
2018-03-28 | remove xdg-positioner wlr wrappers | Tony Crisci | |
2018-03-28 | bug: dont slide over too far | Tony Crisci | |
2018-03-28 | return early when no dest_x/y in output layout closest point | Tony Crisci | |
2018-03-28 | popup constraint handle empty output layout | Tony Crisci | |
2018-03-28 | dont allocate xdg-positioner attrs | Tony Crisci | |
2018-03-28 | rename xdg-positioner structs | Tony Crisci | |
2018-03-28 | xdg-positioner bugfix | Tony Crisci | |
2018-03-28 | xdg-positioner: honor constraint flags | Tony Crisci | |
2018-03-28 | xdg-positioner wlr abstractions | Tony Crisci | |
2018-03-28 | Merge pull request #765 from swaywm/transformed-events | emersion | |
Use libinput transformed events instead of width_mm/height_mm | |||
2018-03-28 | Fix wayland output absolute input handling | Drew DeVault | |
2018-03-28 | Merge pull request #763 from emersion/x11-backend-kbd-modifiers | Drew DeVault | |
backend/x11: correctly update keyboard modifiers | |||
2018-03-28 | positioner rootston cleanup and bugfix | Tony Crisci | |
2018-03-28 | Address review feedback | Drew DeVault | |
2018-03-28 | fix xdg-positioner left constrain bug | Tony Crisci | |
2018-03-28 | Remove width_mm from tablet events | Drew DeVault | |
2018-03-28 | cleanup xdg-positioner rootston code | Tony Crisci | |
2018-03-28 | Remove width_mm from wlr_touch events | Drew DeVault | |
2018-03-28 | Remove width_mm from wlr_pointer events | Drew DeVault | |
2018-03-28 | backend/x11: make xcb-xkb optional, remove global state | emersion | |
2018-03-28 | Merge branch 'master' into xdg-positioner | Tony Crisci | |
2018-03-28 | Merge pull request #744 from emersion/texture-redesign | Tony Crisci | |
Redesign wlr_texture | |||
2018-03-28 | backend/x11: correctly update keyboard modifiers | emersion | |
2018-03-27 | Merge pull request #731 from swaywm/layer-surfaces | Tony Crisci | |
Implement wlr-layer-shell protocol & rendering | |||
2018-03-27 | Assign layer surface role | Drew DeVault | |
2018-03-27 | Fix ack configure/configure flow | Drew DeVault | |
Prevents FOUC/improves frame perfect rendering goal | |||
2018-03-27 | Address further review feedback | Drew DeVault | |
2018-03-27 | Address some more feedback | Drew DeVault | |
2018-03-27 | Address @emersion's feedback | Drew DeVault | |
2018-03-27 | Fix issue starting up client EGL on X11 backend | Drew DeVault | |
2018-03-27 | Fix surface layer damage tracking | Drew DeVault | |
2018-03-27 | Address @emersion's feedback | Drew DeVault | |
2018-03-27 | Add margin animation to the example demo | Drew DeVault | |
2018-03-27 | Fix layer rendering/layout bugs | Drew DeVault | |
2018-03-27 | Handle usable area for maximized windows | Drew DeVault | |
Also fixes some bugs | |||
2018-03-27 | Reset exclusivity after shell layer | Drew DeVault | |
Also fixes an issue which was applying exclusivity to all edges | |||
2018-03-27 | Fix rebase issues; rearrange layers on destroy | Drew DeVault | |
2018-03-27 | Use 0 for default width/height (rather than -1) | Drew DeVault | |
2018-03-27 | Add layer_surface.close | Drew DeVault | |