gtk2/demos
Alexander Larsson 0af457639d TextView: Use saner coordinate space in draw_layer.
When I added the draw_layer vfunc it accidentally got passed a cairo_t
that was configured with to draw in the viewport coordinate space (rather
than the buffer coordinate space). This makes things unnecessary complex,
because you have to convert between the two.

The pixel cache is shared between the text and the layers, so there is
no way to use draw_layer to get a stationary overlay effect. Thus it makes
much more sense for the draw_layer vfunc to draw in the buffer space.

Just changing this would break ABI for existing code, so this is fixed
by adding new layer types and deprecating the old ones.

Also, we use the new layer types to fix gtk3-widget-factory.

https://bugzilla.gnome.org/show_bug.cgi?id=757856
2015-11-10 08:39:47 +01:00
..
gtk-demo gtk3-demo: Add open file to the application demo 2015-11-05 16:54:12 +01:00
icon-browser build: Clean Up Visual Studio Project Generation 2015-09-15 18:37:37 +08:00
widget-factory TextView: Use saner coordinate space in draw_layer. 2015-11-10 08:39:47 +01:00
Makefile.am Add an icon browser 2014-06-24 21:58:40 -04:00