Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-24 | re-adds wlr_output_update_enabled | Markus Ongyerth | |
Re-add the wlr_output_update_enabled to make sure wlr_output::events.enable is called when the output enabled state changes. | |||
2018-01-23 | decouples outputenable state and wl_output global | Markus Ongyerth | |
This decouples wlr_output_enable and the wl_global. The previously internal functions wlr_output_(destroy/create)_global are exposed and used automatically in the wlr_output_layout to create/tear down the global. The compositor can handle them itself if it wants to, but I think this is the right moment to create/destroy the wl_output when the wlr_output_layout is used. | |||
2018-01-04 | Add wlr_output::enabled | emersion | |
2017-12-19 | headless backend: add wlr_output_is_headless | Dominique Martinet | |
2017-12-19 | headless backend: add wlr_input_device_is_headless | Dominique Martinet | |
2017-12-17 | Refactor wlr_egl_init to accept config_attribs | emersion | |
2017-12-17 | Add headless input devices | emersion | |
2017-12-17 | Add full refresh rate support to custom modes | emersion | |
2017-12-17 | Minimal working headless output | emersion | |
2017-12-17 | Initialize headless backend | emersion | |