Skip to content

Try to avoid a few layout/context invalidations

Timm Bäder requested to merge wip/baedert/for-master into master

The one in pango layout is pretty simple but rather effective (considering how simple it is).

The pangocairo-context change is important in GTK, which sets the font options on all CSS updates. This way we can often avoid invalidating the context altogether.

Merge request reports