aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-01Multi-GPU DRMScott Anderson
2017-10-01Change wlr_session to open every GPUScott Anderson
2017-10-01Add renderer pointer inside drm_surfaceScott Anderson
2017-09-30Rename wlr_drm_output to wlr_drm_connectorScott Anderson
2017-09-30Rename backend to drmScott Anderson
2017-09-30Add pointer to backend from DRM outputsScott Anderson
2017-09-30Split DRM rendering to its own fileScott Anderson
2017-09-30Split DRM internal interface to its own headerScott Anderson
2017-09-30Rename files to remove pointless drm prefixScott Anderson
2017-09-30Removed unused fieldsScott Anderson
2017-09-29Merge pull request #116 from ascent12/contributingDrew DeVault
Updated CONTRIBUTING.md
2017-09-30Change to irc.freenode.netScott Anderson
2017-09-30Added exampleScott Anderson
2017-09-30Changed IRC back to webchat linkScott Anderson
Github doesn't support irc:// links, for some stupid reason.
2017-09-30Changed "uninitialised" to "zeroed"Scott Anderson
2017-09-30Updated CONTRIBUTING.mdScott Anderson
Changed the contribution guidelines to be more consistent with the style that wlroots has evolved into, and removed some duplicate information that already exists in the kernel style.
2017-09-29Merge pull request #170 from emersion/xwaylandDrew DeVault
Improve xwayland, batch 2
2017-09-29xwayland: add wlr_xwayland_surface_closeemersion
2017-09-29xwayland: add window_type supportemersion
2017-09-29xwayland: add pid supportemersion
2017-09-29xwayland: add state supportemersion
2017-09-29Code styleemersion
2017-09-29xwayland: add set_parent eventemersion
2017-09-29xwayland: add signals for configure, set_{class,title}emersion
2017-09-29Add reply->type checks, add XCB_ATOM_WM_TRANSIENT_FORemersion
2017-09-29xwayland: expose wlr_xwayland_surface_configureemersion
2017-09-29Merge pull request #164 from ascent12/x11-backendDrew DeVault
X11 backend
2017-09-29xwayland: read window title & classemersion
2017-09-29Fix time and transformScott Anderson
2017-09-29Remove unused device interfacesScott Anderson
2017-09-29Remove dead codeScott Anderson
2017-09-29Cleanup x11 event handlerScott Anderson
2017-09-29Don't ask for frame immediately after startingScott Anderson
2017-09-29Add closing with WM buttonScott Anderson
2017-09-29Add window resizingScott Anderson
2017-09-29Add pointer motionScott Anderson
2017-09-29Add mouse button pressesScott Anderson
2017-09-29Add timer for rendering loopScott Anderson
2017-09-29Fix keycodesScott Anderson
2017-09-29Add basic inputScott Anderson
2017-09-29Basic renderingScott Anderson
2017-09-29Add EGL for X11Scott Anderson
2017-09-29Change egl_get_config to always use visual idScott Anderson
2017-09-29Open X11 WindowScott Anderson
2017-09-29Add X11 backend skeletonScott Anderson
2017-09-28Merge pull request #169 from acrisci/bug/keyboard-libinput-freeDrew DeVault
fix libinput wlr-keyboard use after free
2017-09-28fix libinput wlr-keyboard use after freeTony Crisci
2017-09-28DRY up focus and implement z orderingDrew DeVault
2017-09-28Merge branch 'rootston'Drew DeVault
2017-09-28Merge pull request #167 from emersion/xwaylandDrew DeVault
[WIP] Improve xwayland