Mir

mir:output-power-mode-support

Last commit made on 2021-11-29
Get this branch:
git clone -b output-power-mode-support https://git.launchpad.net/mir

Branch merges

Branch information

Name:
output-power-mode-support
Repository:
lp:mir

Recent commits

cff6347... by William Wold <email address hidden>

Address review

b3fa1aa... by William Wold <email address hidden>

MediatingDisplayChanger: do not apply output config unless power mode changed

76d2244... by William Wold <email address hidden>

MediatingDisplayChanger: power off displays when idle

1a8eef8... by William Wold <email address hidden>

Add IdlePokingDispatcher

8039eec... by William Wold <email address hidden>

Add mtd::MockIdleHub

aaa4f77... by William Wold <email address hidden>

Add IdleHub

09a6698... by William Wold <email address hidden>

Add MediatingDisplayChanger::set_power_mode_for_all_used_outputs()

bb640b8... by William Wold <email address hidden>

Hack X11 platform to respect power mode

86ebb35... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2223

2223: Differentiate between active surfaces and surfaces with keyboard input r=AlanGriffiths a=wmww

 Fixes #1626, fixes #2189. Adds a new `mir_window_focus_state_active` focus state, which is used for surfaces that are in the active stack but do not have keyboard focus. We did not previously have a way to represent this state properly, which caused us a number of problems.

Co-authored-by: William Wold <email address hidden>

8ec6120... by William Wold <email address hidden>

Fix unit tests