Mir

~raof/mir/+git/mir:use-new-display-API-internally

Last commit made on 2016-02-15
Get this branch:
git clone -b use-new-display-API-internally https://git.launchpad.net/~raof/mir/+git/mir
Only Chris Halse Rogers can upload to this branch. If you are Chris Halse Rogers please log in for upload directions.

Branch merges

Branch information

Name:
use-new-display-API-internally
Repository:
lp:~raof/mir/+git/mir

Recent commits

c156eba... by Chris Halse Rogers

Fix(?) racy tests

emit_configuration_change_event() doesn't ensure subsequent clients see that configuration.
It just mostly works.
Instead, wait until the configuration has taken.

da4000c... by Chris Halse Rogers

Fix a little documentation

d2dbf31... by Chris Halse Rogers

Document MirOutput while we're at it

03ca064... by Chris Halse Rogers

Drop MirExtent, switch to mir_output_mode_get_{width,height}

d18b452... by Chris Halse Rogers

Add ‘get’ to the physical width/height getters

79ec75e... by Chris Halse Rogers

mir_output_is_connected → mir_output_get_connection_state

281ca0d... by Chris Halse Rogers

Correct mir_output_is_connected() comparison

fa7e2f2... by Chris Halse Rogers

Switch to opaque MirOutputMode.

This means we can later add a method of constructing a MirOutputMode from a VESA modeline or such,
making it possible to switch to modes not available in the EDID.

603cb72... by Chris Halse Rogers

Test that we can set modes with the new API

9e245e2... by Chris Halse Rogers

Squashy!