summaryrefslogtreecommitdiff
path: root/src/cairo-rtree-private.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Split cairo-list into struct+inlinesChris Wilson1-1/+1
2011-12-07gl: Decouple the glyph upon evictionChris Wilson1-2/+4
2011-12-05gl: Decouple glyphs on shutdown from the scaled font cachesChris Wilson1-0/+5
2011-08-15check: make check-headers happyChris Wilson1-0/+1
2010-05-16rtree: Actually pin the node when pinning.Chris Wilson1-1/+1
2010-05-16rtree: Replace undeclared TRUE/FALSE with 1/0Chris Wilson1-2/+2
2010-05-12rtree: Remove the unused evict hook.Chris Wilson1-3/+1
2010-05-12rtree: defer propagating pinned nodes until eviction.Chris Wilson1-2/+10
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2009-07-27[gl] Actually remove the glyph from the rtree on scaled_font_finiChris Wilson1-0/+3
2009-07-27[rtree] Merge the common unpin_and_evict_unused() routineChris Wilson1-0/+1
2009-07-27Add a simple rectangle tree (rtree) implementationChris Wilson1-0/+124