Age | Commit message (Expand) | Author |
2018-09-24 | Rework session handling | nyorain |
2018-09-18 | backend/drm: add assertions | emersion |
2018-09-18 | backend/x11: add assertions | emersion |
2018-09-18 | backend/wayland: add assertions | emersion |
2018-09-18 | backend/libinput: add assertions | emersion |
2018-09-18 | backend/headless: add assertions | emersion |
2018-09-15 | backend/drm: steal CRTCs from disabled outputs | emersion |
2018-09-14 | output: make wlr_output_enable return a bool | emersion |
2018-09-04 | backend/drm: better hotplug handling | emersion |
2018-08-13 | move wlr_drm_connector_add_mode to wlr/backend/drm.h | Ilia Bozhinov |
2018-07-14 | rename wlr_tablet_tool to wlr_tablet | Markus Ongyerth |
2018-07-14 | Use tablet_tool impl in libinput backend | Markus Ongyerth |
2018-07-14 | backend/libinput: Manage tablet tool livetimes | Markus Ongyerth |
2018-07-07 | drm: Allow to add additional modes | Guido Günther |
2018-05-31 | Merge branch 'master' into screencontent | emersion |
2018-05-29 | backend/drm: support multi-planar DMA-BUFs when exporting | emersion |
2018-05-29 | output, backend/drm: add wlr_output_export_dmabuf | emersion |
2018-05-25 | backends: implement custom EGL and renderer initialization | Ilia Bozhinov |
2018-05-12 | Add support for discrete axis values | emersion |
2018-05-09 | Fix hardware cursors scale & transform | emersion |
2018-05-04 | Merge pull request #936 from emersion/full-hardware-cursors | emersion |
2018-05-03 | Fix typos in comments and strings | morganamilo |
2018-05-01 | output: always use hardware cursors if available | emersion |
2018-04-29 | backend/x11: add one pointer per output | emersion |
2018-04-29 | backend/wayland: only set one pointer listener | emersion |
2018-04-29 | backend/wayland: create one virtual pointer per output | emersion |
2018-04-28 | backend/x11: correctly destroy input devices | emersion |
2018-04-25 | Make sure we don't use others' prefixes | emersion |
2018-04-25 | Remove wlr_ prefix from local symbols | emersion |
2018-04-15 | x11_handle_input_event: Remove return value | Uli Schlachter |
2018-04-03 | backend/{x11,headless}: fix refresh rate | emersion |
2018-04-03 | Merge pull request #807 from swaywm/input-inhibit | Drew DeVault |
2018-04-03 | Implement input inhibit in rootston | Drew DeVault |
2018-04-03 | backend/x11: fix cursor position when receiving configure event | emersion |
2018-03-31 | backend/x11: hide cursor | emersion |
2018-03-30 | backend/x11: fix input events | emersion |
2018-03-30 | backend/x11: add WLR_X11_OUTPUTS support | emersion |
2018-03-30 | backend/x11: refactor, prepare support for multiple outputs | emersion |
2018-03-28 | Merge pull request #763 from emersion/x11-backend-kbd-modifiers | Drew DeVault |
2018-03-28 | backend/x11: make xcb-xkb optional, remove global state | emersion |
2018-03-24 | Redesign wlr_texture | emersion |
2018-03-22 | wayland backend: fix use-after free on output destroy | Dominique Martinet |
2018-03-19 | render: split render.h into wlr_renderer.h and wlr_texture.h | emersion |
2018-03-15 | matrix: use 2D matrices | emersion |
2018-03-06 | Use xcb atoms properly | Scott Anderson |
2018-02-26 | restore dpms state on drm resume | Markus Ongyerth |
2018-02-19 | Revert "ELF Visibility" | Drew DeVault |
2018-02-18 | Merge pull request #647 from ascent12/elf_visibility | Drew DeVault |
2018-02-18 | x11 backend: set window title | Guido Günther |
2018-02-19 | Remove usec_to_msec from public API | Scott Anderson |