Age | Commit message (Expand) | Author |
2017-07-11 | Changed build system to meson | Scott Anderson |
2017-07-11 | Fixed that warnings that showed up with optimisations. | Scott Anderson |
2017-07-09 | Merge pull request #25 from ascent12/forking | Drew DeVault |
2017-07-10 | Exit cleanly if we cannot open Wayland socket. | Scott Anderson |
2017-07-09 | Session documentation. | Scott Anderson |
2017-07-09 | Stop remembering the drm fd in child. | Scott Anderson |
2017-07-09 | Moved IPC to its own file. | Scott Anderson |
2017-07-09 | Added public fields to wlr_session | Scott Anderson |
2017-07-09 | Removed KDSKBMUTE. This actually isn't supported by Linux. | Scott Anderson |
2017-07-04 | include fixes | Scott Anderson |
2017-07-04 | Make libcap optional. | Scott Anderson |
2017-07-04 | Added forking | Scott Anderson |
2017-07-03 | Minor fixes | Scott Anderson |
2017-07-03 | Added direct session support | Scott Anderson |
2017-06-29 | Merge branch 'wlcore' | Drew DeVault |
2017-06-28 | Add shim implementations of wl_{compositor,shell} | Drew DeVault |
2017-06-28 | Move example -> examples | Drew DeVault |
2017-06-28 | Remove wlr_compositor | Drew DeVault |
2017-06-28 | Remove excessive logging in wayland backend | Drew DeVault |
2017-06-26 | Merge pull request #23 from ascent12/cursor | Drew DeVault |
2017-06-26 | Add new interfaces to wayland backend | Drew DeVault |
2017-06-26 | Log max cursor size on error | Drew DeVault |
2017-06-26 | Add wlr_wl_compositor and remove wlr_wl_shm | Drew DeVault |
2017-06-26 | Hardware cursor improvements. | Scott Anderson |
2017-06-26 | Added software cursor fallback | Scott Anderson |
2017-06-23 | Remove endian.h | Drew DeVault |
2017-06-23 | Support wl_shm pixel formats in gles2 renderer | Drew DeVault |
2017-06-23 | Add wlcore/wl_shm (WIP) | Drew DeVault |
2017-06-23 | Manually transpose matricies in shader | Drew DeVault |
2017-06-23 | Switch to GLES2 | Drew DeVault |
2017-06-22 | Add wl_output globals for wlr_outputs | Drew DeVault |
2017-06-22 | Merge pull request #19 from nyorain/wayland-input | Drew DeVault |
2017-06-22 | Fix pointer example for wayland backend | nyorain |
2017-06-22 | Improve wayland backend pointer error logging | nyorain |
2017-06-22 | Store wayland backend axis source | nyorain |
2017-06-22 | Implement absolute motion events for wayland | nyorain |
2017-06-22 | Merge branch 'master' into wayland-input | nyorain |
2017-06-22 | Fix issues with projection on drm backend | Drew DeVault |
2017-06-22 | Use wl_display_run and refactor example keyboards | Drew DeVault |
2017-06-22 | Fix pointer motion coords | nyorain |
2017-06-22 | Implement wayland backend input events | nyorain |
2017-06-22 | Add wayland input listener skeletons | nyorain |
2017-06-21 | Create WAYLAND_DISPLAY socket | Drew DeVault |
2017-06-21 | Utilize wlr_log in example logging | Drew DeVault |
2017-06-21 | Make event names consistent | Drew DeVault |
2017-06-21 | Reorganize wlr-common | Drew DeVault |
2017-06-21 | Update everyone to use new headers | Drew DeVault |
2017-06-21 | Split out types.h and wlr/types.h | Drew DeVault |
2017-06-21 | Merge pull request #18 from ascent12/session | Drew DeVault |
2017-06-21 | Added VT switching to every example | Scott Anderson |