Mir

mir:bugfix/report_hidden_windows

Last commit made on 2024-05-07
Get this branch:
git clone -b bugfix/report_hidden_windows https://git.launchpad.net/mir

Branch merges

Branch information

Name:
bugfix/report_hidden_windows
Repository:
lp:mir

Recent commits

336aa93... by Matthew Kosarek <email address hidden>

ForeignToplevelManagerV1 now reports hidden window handles instead of purposefully hiding them

1f08188... by Chris Halse Rogers

doc: publish the graphics enablement doc on rtd (#3334)

## What's new?
- Transferred the Mir bringup guide to a how-to guide in the Mir project
- Rewrote the document with a focus on `graphics-core22`. @RAOF please
let me know if any of my assumptions about `graphics-core22` were
incorrect here, since the original document was intended for
`graphics-core20`
- Published the document on readthedocs

## How to test?
- Open the file in CI

a1ad6e4... by Alan Griffiths

Build mir-libs for both core22 and core24 (#3364)

This allows snaps (such as Miriway) to build on either base, and to
transition to core24 at their own pace

88f5ed1... by Alan Griffiths

(#3300) bugfix for a race condition in VirtualPointerV1 (#3367)

fixes https://github.com/canonical/mir/issues/3300

See [this
comment](https://github.com/canonical/mir/issues/3300#issuecomment-2088897189)
to understand my rationale here. I think this should fix it, but I don't
have a solid repo on my end (and I don't see this in CI anywhere). All
other code paths seemed to be fine.

0066962... by Alan Griffiths

FRIG - avoid broken remote-build by sticking to amd64

ac714b0... by Alan Griffiths

Remote builds don't play nice with git describe

4113d1d... by Chris Halse Rogers

feature: provide surface access via the Renderable (#3355)

Alternative to https://github.com/canonical/mir/pull/3349

## What's new?
- Now you can access the `Surface` via the `Renderable`

9906dcf... by Alan Griffiths

snapcraft doesn't like litter in `snap`

3645760... by Chris Halse Rogers

Improved debug logging around modifier sends (#3351)

## What's new?
- This will give us some logs for when modifiers are sent so that we can
compare when we expect them to be sent

1fda794... by Alan Griffiths

bugfix: mircommon-internal-dev was erroneously including some libs (#3366)

My local version of `pkgconfig` doesn't complain about this, but it is
most definitely an error!