aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2018-03-30backend/x11: fix input eventsemersion
2018-03-30backend/x11: add WLR_X11_OUTPUTS supportemersion
2018-03-30backend/x11: refactor, prepare support for multiple outputsemersion
2018-03-30Add wlr_surface_point_accepts_inputDrew DeVault
Ref https://github.com/swaywm/sway/pull/1674
2018-03-30Find layer surfaces for input eventsDrew DeVault
2018-03-30Refactor cursor event passhtroughDrew DeVault
2018-03-30Merge pull request #779 from emersion/xwayland-map-consistencyTony Crisci
xwayland: rename map_notify to map for consistency
2018-03-30output-damage: fix missing wlr_box includeemersion
2018-03-30xwayland: rename map_notify to map for consistencyemersion
2018-03-29Destroy layer surfaces on client destroyedDrew DeVault
2018-03-29Fix maximized windows interaction with layer shellDrew DeVault
If there were no layer surfaces the usable area of the output would be an empty box.
2018-03-29Merge pull request #720 from acrisci/xdg-positioneremersion
xdg-positioner
2018-03-28toplevel_box to toplevel_sx_boxTony Crisci
2018-03-28remove xdg-positioner wlr wrappersTony Crisci
2018-03-28rename xdg-positioner structsTony Crisci
2018-03-28xdg-positioner wlr abstractionsTony Crisci
2018-03-28Merge pull request #765 from swaywm/transformed-eventsemersion
Use libinput transformed events instead of width_mm/height_mm
2018-03-28Merge pull request #763 from emersion/x11-backend-kbd-modifiersDrew DeVault
backend/x11: correctly update keyboard modifiers
2018-03-28Address review feedbackDrew DeVault
2018-03-28Remove width_mm from tablet eventsDrew DeVault
2018-03-28Remove width_mm from wlr_touch eventsDrew DeVault
2018-03-28Remove width_mm from wlr_pointer eventsDrew DeVault
2018-03-28backend/x11: make xcb-xkb optional, remove global stateemersion
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-27Fix ack configure/configure flowDrew DeVault
Prevents FOUC/improves frame perfect rendering goal
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-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-27Add layer_surface.closeDrew 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-27Add broken test client and rootston stubsDrew DeVault
2018-03-27Address feedbackDrew DeVault
2018-03-27Add wlr_layer_surface_configureDrew 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
2018-03-27rootston: damage view when zxdg-popup-v6 is mapped/unmappedemersion
2018-03-27render: remove GL calls from wlr_eglemersion
2018-03-27implement flip_xTony Crisci
2018-03-27Merge pull request #753 from emersion/xdg-shell-unmap-destroyDrew DeVault
xdg-shell-v6: don't destroy role resources on unmap
2018-03-27xdg-shell: don't destroy role resources on unmap, move toplevel fieldsemersion
Ports 5233801530c5ccc95699a12ba7da2d7ce58c952c and 334bab543d6688769a86374a1ddd3d3b36e619b4 to xdg-shell stable.
2018-03-27Improve documentation of wlr_cursorDrew DeVault