336 Commits (2fccff16eb48fbf57f9ad237e3dc748676d9fb03)

Author SHA1 Message Date
emersion 2fccff16eb
Begin modifiers support
7 years ago
emersion 238ded1578
Use a command string rather than an action enum
7 years ago
emersion 97d0fe8976
Parse bindings in config, execute bindings
7 years ago
emersion d32018f1ac
Use keysyms instead of keycodes
7 years ago
emersion ab6c1f88e6
Add keyboard state to rootston
7 years ago
Drew DeVault 87a0cb7ba3 Merge pull request #182 from ascent12/drm-multi-gpu
7 years ago
Scott Anderson f193623ca1 Change iface prefix to suffix
7 years ago
Drew DeVault f2ea691b93 Add basic drawing tablet support to rootston
7 years ago
Scott Anderson f6f9c40965 Minor fixes
7 years ago
Scott Anderson 009c3747a8 Multi-GPU DRM
7 years ago
Scott Anderson fa3d0ed929 Change wlr_session to open every GPU
7 years ago
Scott Anderson eaef028976 Add renderer pointer inside drm_surface
7 years ago
Tony Crisci 8f41c497a7 Merge branch 'master' into feature/subcompositor
7 years ago
Tony Crisci 8b7ae61ad4 subsurface handle parent destroy
7 years ago
Tony Crisci 4c1bd9bde8 input events for subsurfaces
7 years ago
emersion 7f5d0624d6
Add x, y, width, height arguments to wlr_xwayland_surface_configure
7 years ago
Tony Crisci 19e30aab9b subcompositor protocol errors
7 years ago
Tony Crisci 93f79378f7 subsurface stacking requests
7 years ago
Tony Crisci 86bc4840a0 subsurface commit and render
7 years ago
Tony Crisci cb2d05e83b subsurface sync and position
7 years ago
Tony Crisci 7f39578824 cleanup wlr_surface.[ch]
7 years ago
Tony Crisci 68eeebc647 subsurface implementation stubs
7 years ago
emersion 74f2d0cd63
Completely fix resize offset
7 years ago
emersion 77d28183b5
Partially fix resize offset
7 years ago
emersion 28d4b475dc
Add edges support, remove get_input_bounds
7 years ago
Scott Anderson 4101b89700 Rename wlr_drm_output to wlr_drm_connector
7 years ago
emersion 33a97576ca
Add view_resize
7 years ago
Scott Anderson 22e77d9195 Rename backend to drm
7 years ago
Scott Anderson ec5b95e08f Add pointer to backend from DRM outputs
7 years ago
emersion 97679b8e12
React to xdg shell resize requests
7 years ago
Scott Anderson 096249a2a1 Split DRM rendering to its own file
7 years ago
Scott Anderson d0708b1a3a Split DRM internal interface to its own header
7 years ago
Scott Anderson 610b0493ac Rename files to remove pointless drm prefix
7 years ago
Scott Anderson c8a8ff66f2 Removed unused fields
7 years ago
Drew DeVault a48dedba3d Merge pull request #170 from emersion/xwayland
7 years ago
emersion 4ccb83bf33
xwayland: add wlr_xwayland_surface_close
7 years ago
emersion 5002d968f3
xwayland: add window_type support
7 years ago
emersion b78ae54158
xwayland: add pid support
7 years ago
emersion 97346e7a1b
xwayland: add state support
7 years ago
emersion 7c9f3240f6
xwayland: add set_parent event
7 years ago
emersion d8c86431e0
xwayland: add signals for configure, set_{class,title}
7 years ago
emersion f2b03b2ec1
Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FOR
7 years ago
emersion 47d767dbc4
xwayland: expose wlr_xwayland_surface_configure
7 years ago
emersion e3917af69d
xwayland: read window title & class
7 years ago
Scott Anderson 1b18b0a27d Fix time and transform
7 years ago
Scott Anderson 6bf508df81 Add closing with WM button
7 years ago
Scott Anderson 8027232ae5 Add timer for rendering loop
7 years ago
Scott Anderson 9ca5b0cae8 Add basic input
7 years ago
Scott Anderson 3a5b150df2 Basic rendering
7 years ago
Scott Anderson bbe90d41bb Add EGL for X11
7 years ago