summaryrefslogtreecommitdiff
path: root/gtk/gtkpixelcache.c
Commit message (Expand)AuthorAgeFilesLines
* pixelcache: reuse existing timeout source when possibleChristian Hergert2016-05-051-31/+24
* Use per-display debug flags for visual debuggingMatthias Clasen2016-03-111-3/+5
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* pixelcache: Don't have a style context argumentBenjamin Otte2016-02-251-12/+11
* stylecontext: Move background_is_opaque() functionBenjamin Otte2016-02-251-1/+2
* pixelcache: use factor instead of marginChristian Hergert2015-09-161-6/+6
* pixelcache: squash warnings introduced by previous commitsChristian Hergert2015-09-131-2/+1
* pixelcache: use GtkStyleContext to determine cairo_content_t for surfaceChristian Hergert2015-09-131-5/+15
* Clean up debug featuresMatthias Clasen2015-09-091-2/+2
* pixelcache: allow widgets to always require cached contentChristian Hergert2015-06-161-3/+20
* Fix various compiler warningsMatthias Clasen2014-09-051-79/+75
* pixelcache: Add a warning for an invariant that shouldn't happenBenjamin Otte2014-04-101-0/+8
* pixelcache: Add map/unmap functionsBenjamin Otte2014-04-101-0/+12
* pixelcache: Split out a functionBenjamin Otte2014-04-101-5/+17
* pixelcache: check whether cached surface and cairo_t scales matchCarlos Garnacho2014-01-221-1/+14
* PixelCache: Ensure clean cairo_t state in drawAlexander Larsson2014-01-081-2/+3
* gtkpixelcache: Fix possibly ignoring queued redrawOlivier Brunel2013-11-111-8/+7
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* Pixel cache: Add no-pixel-cache debug flagAlexander Larsson2013-09-091-0/+5
* pixelcache: add getter for extra width and height.Christian Hergert2013-09-061-0/+12
* pixel cache: Allow growing of cache surfaceAlexander Larsson2013-08-261-3/+4
* pixelcache: allow specifying content type and extra size.Christian Hergert2013-08-261-10/+37
* pixel-cache: Refresh pixel cache on window scale factor changes.Alexander Larsson2013-07-031-1/+4
* GtkPixelCache: Free cache if not used in 20 secondsAlexander Larsson2013-05-071-0/+33
* GtkPixelCache: Add debug feature to track redrawsAlexander Larsson2013-05-071-0/+21
* Add GtkPixelCacheAlexander Larsson2013-05-071-0/+341