Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-12 | Remove use of missing header | Drew DeVault | |
2017-07-12 | Merge pull request #30 from mikkeloscar/add-travis | Drew DeVault | |
Build on travis-ci. | |||
2017-07-12 | Fix unused variables in release builds | Drew DeVault | |
2017-07-12 | Build on travis-ci. | Mikkel Oscar Lyderik Larsen | |
2017-07-11 | Revert "Merge pull request #27 from ascent12/meson" | Drew DeVault | |
This reverts commit 85805da021006697c85489c3e30717c2b807441c, reversing changes made to 8189c64d7f07a756abf5a6189719f02b2f1af967. | |||
2017-07-11 | Revert "Fixed linking error" | Drew DeVault | |
This reverts commit c81324bd0ba61ef82bc5ebd32178528c25334e69. | |||
2017-07-12 | Fixed linking error | Scott Anderson | |
2017-07-11 | Merge pull request #27 from ascent12/meson | Drew DeVault | |
[Proposal] Use the Meson build system | |||
2017-07-11 | Small linking fix | Scott Anderson | |
2017-07-11 | Use subdir | Scott Anderson | |
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 | |
Forking session backend | |||
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 | |
To example compositor | |||
2017-06-28 | Move example -> examples | Drew DeVault | |
And the compositor example into its own directory | |||
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 | |
Software cursor + Hardware cursor improvements | |||
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 | |
Fuck big endian systems anyway | |||
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 | |
Since GLES2 doesn't do this for us, it seems, on all platforms. | |||
2017-06-23 | Switch to GLES2 | Drew DeVault | |
Closes #13 | |||
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 | |
Basic wayland backend input | |||
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 | |