Age | Commit message (Expand) | Author |
2019-04-26 | Remove wlr_wl_shell | Drew DeVault |
2019-04-23 | output: rename needs_commit to needs_frame | Simon Ser |
2019-04-23 | output-damage: refactor API | Simon Ser |
2019-04-23 | output: rename swap_buffers event to precommit | Simon Ser |
2019-04-23 | output: refactor backend API | Simon Ser |
2019-04-23 | output: refactor frame submission API | Simon Ser |
2019-04-22 | output: introduce wlr_output_preferred_mode | Simon Ser |
2019-04-22 | Fix missing headers when building without X11 | Alyssa Ross |
2019-04-17 | idle: enable the compositors to add custom idle timeouts (#1655) | Ilia Bozhinov |
2019-04-13 | output: remove lx, ly | emersion |
2019-04-11 | output-management-v1: add more docs | emersion |
2019-04-11 | output-management-v1: support outputs without modes | emersion |
2019-04-11 | output-management-v1: support applying configuration | emersion |
2019-04-11 | output-management-v1: add support for position, transform and scale | emersion |
2019-04-11 | rootston: update output-management-v1 state when output is modeset | emersion |
2019-04-11 | output-management-v1: add support for modes | emersion |
2019-04-11 | rootston: add output-management-v1 support | emersion |
2019-04-11 | Add apply and test events to manager | emersion |
2019-04-11 | Split wlr_output_configuration_head_v1 | emersion |
2019-04-11 | Add support for wlr-output-management-unstable-v1 | emersion |
2019-04-08 | Add FreeRDP backend for remote desktop support | Drew DeVault |
2019-04-01 | render: switch wlr_renderer to wlr_drm_format_set | emersion |
2019-04-01 | render: introduce wlr_drm_format_set | Scott Anderson |
2019-03-27 | wlr_xdg_toplevel_v6: store pending fullscreen output | Brian Ashworth |
2019-03-27 | wlr_xdg_toplevel: store pending fullscreen output | Brian Ashworth |
2019-03-21 | wlr_output: Add preferred property (#1625) | Guido Günther |
2019-03-19 | s/lid_switch/switch_device | Ryan Walklin |
2019-03-15 | backend/noop: improve output number handling | Brian Ashworth |
2019-03-15 | backend/headless: improve output number handling | Brian Ashworth |
2019-03-15 | backend/x11: improve output number handling | Brian Ashworth |
2019-03-15 | backend/wayland: improve output number handling | Brian Ashworth |
2019-03-04 | xwayland: don't set DISPLAY | emersion |
2019-03-02 | rootston: split rendering code into render.c | emersion |
2019-03-02 | rootston: refactor rendering | emersion |
2019-03-01 | seat: use wlr_button_state enum instead of uint32_t | emersion |
2019-02-28 | Remove glEGLImageTargetTexture2DOES | Guido Günther |
2019-02-28 | wlr_xdg_shell: Remove redundant declaration in the same file | Guido Günther |
2019-02-28 | rootston/view: Remove redundant declaration in the same file | Guido Günther |
2019-02-28 | Unbreak build with '-Wstrict-prototypes' | Guido Günther |
2019-02-23 | Merge pull request #1517 from emersion/refactor-dnd | Drew DeVault |
2019-02-23 | rootston: make roots_view embedded and remove unions | emersion |
2019-02-23 | rootston: add a view child interface | emersion |
2019-02-23 | rootston: move part of desktop.c to view.c, use an interface for views | emersion |
2019-02-20 | data-device: unbreak wl_data_source.cancel during drag-and-drop | emersion |
2019-02-20 | data-device: refactor wlr_drag | emersion |
2019-02-19 | backend/drm: fix modeset on drm fd resume | Brian Ashworth |
2019-02-19 | Merge pull request #1493 from emersion/primary-selection-v1 | Drew DeVault |
2019-02-17 | subsurface: add map/unmap events | emersion |
2019-02-15 | xwm: Add _NET_CLIENT_LIST support | Uli Schlachter |
2019-02-13 | primary-selection-v1: copy from gtk-primary-selection | emersion |