Age | Commit message (Expand) | Author |
2020-04-08 | Add wlr_output_impl.rollback | Simon Ser |
2020-04-08 | output: check buffer in wlr_output_test | Simon Ser |
2020-04-08 | output: introduce wlr_output_test | Simon Ser |
2020-04-02 | buffer: add width and height | Simon Ser |
2020-04-02 | buffer: add a release event | Simon Ser |
2020-04-02 | buffer: add destroy event | Simon Ser |
2020-03-29 | Gracefully handle inert wl_output resources | Simon Ser |
2020-03-24 | Return false on wlr_keyboard_set_keymap() failure | Isaac Freund |
2020-03-23 | Return failure of wlr_renderer_init_wl_display() | Isaac Freund |
2020-03-14 | Send pointer enter/leave on capability change | Isaac Freund |
2020-03-13 | Send keyboard enter/leave on capability change | Isaac Freund |
2020-03-12 | output: replace wlr_output.damage with a damage event | Simon Ser |
2020-03-09 | buffer: remove unused wlr_client_buffer fields | Simon Ser |
2020-03-06 | xwayland: remove underscore prefix from atom names | Simon Ser |
2020-03-06 | xwayland: remove duplicate _NET_WM_NAME entry | Simon Ser |
2020-03-06 | xwayland: use explicit indexes when initializing atom_map | Simon Ser |
2020-03-06 | backend/drm: add support for adaptive_sync_enabled | Simon Ser |
2020-03-06 | backend/x11: add support for adaptive_sync_enabled | Simon Ser |
2020-03-06 | output: add adaptive_sync_enabled property | Simon Ser |
2020-03-06 | Introduce wlr_client_buffer | Simon Ser |
2020-03-04 | output: remove wlr_output_impl.schedule_frame | Simon Ser |
2020-02-20 | keyboard-shortcuts-inhibit: Implement the protocol | Michael Weiser |
2020-02-20 | Implement wlr-output-power-management-v1 | Guido Günther |
2020-02-20 | text_input_v3: Note features supported by the text field | Dorota Czaplejewicz |
2020-02-19 | output-management: add current_configuration_dirty | Ilia Bozhinov |
2020-02-17 | util: add wlr_output_destroy_safe | Simon Ser |
2020-02-10 | virtual-pointer: Add request for mapping to specific output | Andri Yngvason |
2020-01-28 | Declare wlr_seat globals as extern | Jan Staněk |
2020-01-24 | render: unconditionally disable implicit X11 includes | Simon Ser |
2020-01-24 | build: replace version with soversion | Simon Ser |
2020-01-10 | Drop RDP backend | Drew DeVault |
2020-01-09 | backend/wayland: listen to wl_buffer.release events | Simon Ser |
2019-12-31 | render: guard rendering operations between begin() and end() | Simon Ser |
2019-12-31 | virtual-pointer: Add support for the wlr-virtual-pointer-unstable-v1 | Josef Gajdusek |
2019-12-30 | xdg-shell: fix inert xdg_surface handling | Simon Ser |
2019-12-30 | output: refuse to commit a buffer or modeset a disabled output | Simon Ser |
2019-12-30 | output: re-introduce atomic mode, enabled, scale and transform | Simon Ser |
2019-12-29 | xdg-output-v1: use wlr_output.description | Simon Ser |
2019-12-29 | output: add description | Simon Ser |
2019-12-23 | meson: Various improvements | Scott Anderson |
2019-12-20 | Refactor EGL/GL API loading | Simon Ser |
2019-12-01 | backend/drm, backend/libinput: listen to session destroy | Simon Ser |
2019-12-01 | Revert "output: add block_idle_frame" | Simon Ser |
2019-11-25 | Simplify globals implementation by removing destructors | Simon Ser |
2019-11-23 | Amend typos | Jason |
2019-11-21 | backend/wayland: add support for presentation-time | Simon Ser |
2019-11-21 | presentation-time: add helper for common case | Simon Ser |
2019-11-21 | presentation-time: make API more flexible | Simon Ser |
2019-11-20 | Add -Wmissing-prototypes | Simon Ser |
2019-11-19 | backend/x11: Revert usage of present extension | Scott Anderson |