Age | Commit message (Expand) | Author |
2018-11-04 | render/gles2: remove assumptions about supported formats | emersion |
2018-10-29 | backend/drm: fix frame scheduling on secondary GPUs | emersion |
2018-10-28 | render: on Wayland, make eglSwapBuffers non-blocking | emersion |
2018-10-19 | Merge pull request #1287 from emersion/source-seat-client | Drew DeVault |
2018-10-16 | Use enum wl_shm_format for gles2 texture formats | nyorain |
2018-10-15 | Remove fmt parameter from wlr_texture_write_pixels | nyorain |
2018-10-12 | Support older wlr_linux_dmabuf_v1 clients | nyorain |
2018-10-12 | input-method-v2: fix include guard name | emersion |
2018-10-12 | Merge pull request #1203 from dcz-purism/input | Drew DeVault |
2018-10-09 | wlroots: add basic support for zwp_input_method_v2 | Dorota Czaplejewicz |
2018-10-09 | wlroots: add support for zwp_text_input_unstable_v3 | Dorota Czaplejewicz |
2018-10-07 | data-device: remove wlr_data_source.seat_client | emersion |
2018-10-05 | output: don't trigger a frame immediately in schedule_frame | emersion |
2018-10-04 | output: add presentation refresh prediction | emersion |
2018-10-04 | Rename get_present_clock to get_presentation clock, use it | emersion |
2018-10-04 | backend: add get_present_clock | emersion |
2018-10-04 | output: document signals | emersion |
2018-10-04 | output: add present event | emersion |
2018-10-04 | presentation-time: add protocol implementation | emersion |
2018-10-04 | Merge pull request #1281 from aereaux/edid-sizes | emersion |
2018-10-04 | Merge pull request #1262 from nyorain/session_fix | Drew DeVault |
2018-10-04 | Update sizes for new EDID database. | Aidan Epstein |
2018-10-04 | Use sd_bus_get_property_trivial & remove numbering | nyorain |
2018-10-04 | wlr_surface: add wlr_surface_get_effective_damage | random human |
2018-10-03 | output: make gamma size a size_t and gamma table const | emersion |
2018-09-27 | Merge pull request #852 from Laaas/master | Drew DeVault |
2018-09-27 | pointer-constraints: add unstable header | emersion |
2018-09-27 | seat: remove unused keyboard focus_change event | emersion |
2018-09-27 | pointer-constraints: use proper wayland-scanner functions | emersion |
2018-09-27 | pointer-constraints: refactoring | emersion |
2018-09-26 | pointer-constraints: make region not a pointer, add committed bitfield | emersion |
2018-09-26 | pointer-constraints: rename wl_{global,resources} | emersion |
2018-09-24 | Rework session handling | nyorain |
2018-09-24 | xwayland: Introduce set_decorations event | Ryan Dwyer |
2018-09-19 | Merge pull request #1253 from RyanDwyer/multi-for-each-backend | emersion |
2018-09-19 | Introduce wlr_multi_for_each_backend | Ryan Dwyer |
2018-09-18 | export-dmabuf: disable hardware cursors if desired | emersion |
2018-09-18 | output: add wlr_output_set_hardware_cursors_enabled | emersion |
2018-09-18 | Send unique keymap file descriptors | random human |
2018-09-18 | Implement pointer-constraints protocol in wlroots and rootston | Las |
2018-09-18 | Add wlr_surface::input_region member | Las |
2018-09-18 | Make (wlr_)seat_client_from_pointer_resource public | Las |
2018-09-18 | Add focus change event for seats | Las |
2018-09-14 | Merge pull request #1241 from emersion/output-enable-error-checking | Drew DeVault |
2018-09-14 | Merge pull request #1243 from emersion/layer-shell-suffix | Drew DeVault |
2018-09-14 | layer-shell: add _v1 suffix | emersion |
2018-09-14 | xdg-output: add _v1 suffix | emersion |
2018-09-14 | output: make wlr_output_enable return a bool | emersion |
2018-09-12 | Merge pull request #1160 from Ongy/tablet-grabs | emersion |
2018-09-07 | Fix #1129 and remove sx, sy from wlr_drag_icon | nyorain |