Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-30 | Rename files to remove pointless drm prefix | Scott Anderson | |
2017-09-30 | Removed unused fields | Scott Anderson | |
2017-09-29 | Fix time and transform | Scott Anderson | |
2017-09-29 | Add closing with WM button | Scott Anderson | |
2017-09-29 | Add timer for rendering loop | Scott Anderson | |
2017-09-29 | Add basic input | Scott Anderson | |
2017-09-29 | Basic rendering | Scott Anderson | |
2017-09-29 | Add EGL for X11 | Scott Anderson | |
2017-09-29 | Open X11 Window | Scott Anderson | |
2017-09-29 | Add X11 backend skeleton | Scott Anderson | |
2017-09-27 | Merge remote-tracking branch 'origin/master' into rootston | Drew DeVault | |
2017-09-27 | Merge pull request #144 from ascent12/drm-dp-mst | Drew DeVault | |
DisplayPort MST | |||
2017-09-25 | Merge branch 'master' into rootston | Drew DeVault | |
2017-09-23 | Use more consistent include guard names | emersion | |
2017-09-23 | Add error recovery for failed page flips | Scott Anderson | |
2017-09-23 | Add timeout to DRM cleanup | Scott Anderson | |
This prevents a potential infinite loop preventing us from closing properly. | |||
2017-09-23 | Initialize display, backend; add frame handling | Drew DeVault | |
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson | |
2017-08-26 | Rename functions to be consistent with #93 | Scott Anderson | |
2017-08-17 | wayland backend: switch to xdg shell | Dominique Martinet | |
Closes #72 and #96. | |||
2017-08-14 | Add wayland backend cursor support | nyorain | |
2017-08-14 | Refactor out wlr_pointer_state | Dominique Martinet | |
2017-08-14 | Refactor out wlr_input_device_state | Dominique Martinet | |
2017-08-14 | Refactor out wlr_output_mode_state | Drew DeVault | |
2017-08-13 | Remove wlr_output_state, update backends | Drew DeVault | |
2017-08-13 | libinput backend: massive renaming | Dominique Martinet | |
- 'libinput' (backend's) to libinput_context - 'device' (libinput_device) to libinput_dev - 'dev' (wlr_device) to wlr_dev - 'devices' lists tangling of libinput devices to wlr_devices - 'devices' list of wlr_devices in backend state to wlr_device_lists | |||
2017-08-12 | Refactor wlr_backend_state out of DRM backend | Drew DeVault | |
2017-08-12 | Update libinput backend with new state design | Drew DeVault | |
2017-08-12 | Refactor out wlr_backend_state from wl/multi | Drew DeVault | |
2017-08-12 | wayland backend: free seatName | Dominique Martinet | |
2017-08-12 | wayland backend: emit signal for input/output removal | Dominique Martinet | |
2017-08-10 | Refactor EGL handling | Drew DeVault | |
2017-08-10 | Implement drm (egl) buffer attaching | nyorain | |
2017-08-09 | Atomic modesetting | Scott Anderson | |
2017-08-08 | Rename wlr_surface -> wlr_texture; attach -> upload | nyorain | |
2017-08-07 | Use gbm_bo_map for cursor | Scott Anderson | |
2017-08-06 | Remove old fields | Scott Anderson | |
2017-08-06 | Moved headers | Scott Anderson | |
2017-08-06 | DRM resource initalisation | Scott Anderson | |
2017-08-06 | Changed header paths. | Scott Anderson | |
2017-08-06 | Moved session/ into backend/ | Scott Anderson | |
2017-08-06 | Changed ownership of wlr_session to the multi backend. | Scott Anderson | |
Currently breaks VT switching for examples. | |||
2017-07-12 | Remove use of missing header | Drew DeVault | |
2017-06-22 | Add wl_output globals for wlr_outputs | Drew DeVault | |
2017-06-22 | Store wayland backend axis source | nyorain | |
2017-06-22 | Implement absolute motion events for wayland | nyorain | |
2017-06-22 | Implement wayland backend input events | nyorain | |
2017-06-21 | Reorganize wlr-common | Drew DeVault | |
2017-06-21 | Update everyone to use new headers | Drew DeVault | |
2017-06-21 | Fixed VT switching | Scott Anderson | |