summaryrefslogtreecommitdiffstats
path: root/cc/trees/property_tree.h
Commit message (Expand)AuthorAgeFilesLines
* cc: Make impl-thread property trees handle fixed-position layersajuma2015-05-291-0/+21
* Reset property tree indices when layer is removed from layer treevollick2015-05-201-2/+11
* cc: Make TransformNodeData scroll offset a ScrollOffsetenne2015-05-191-1/+2
* cc: Fix draw transforms for descendants of fixed-position layersajuma2015-05-061-1/+7
* cc: Fix property tree position updates when rebuilding is skippedajuma2015-04-241-1/+7
* cc: Update pre_local transform when transform origin changesajuma2015-04-231-0/+2
* cc: Only compute transforms and clips when they might have changedajuma2015-04-211-0/+5
* Reuse property treesvollick2015-04-171-8/+18
* cc: Re-use transforms from transform nodes when computing visible rectsajuma2015-04-101-0/+17
* Only allow change-of-basis between transform nodes on the same ancestor chainjaydasika2015-04-091-3/+0
* cc: Plumbing for storing property treesenne2015-04-091-0/+7
* Fix scroll position adjustment for fixed-position layersvollick2015-03-301-0/+5
* cc: Fix transform flattening in property treesajuma2015-03-141-8/+8
* Don't create a transform node for a flattening changevollick2015-03-061-1/+7
* cc: Derive draw opacity from property treesajuma2015-02-251-0/+4
* Derive draw transforms from property trees.vollick2015-02-101-3/+51
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Introduce Property Treesvollick2014-12-171-0/+139