summaryrefslogtreecommitdiffstats
path: root/cc/trees/property_tree.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Add node and ancestors have integer translations check to transform treejaydasika2015-06-291-0/+13
* Add screen space opacity to opacity treejaydasika2015-06-261-0/+12
* cc: Make impl-thread property trees handle bounds deltaajuma2015-06-251-3/+31
* cc: Fix size_t to int truncations in tiles/ and trees/vmpstr2015-06-091-2/+4
* cc: Make impl-thread property trees handle fixed-position layersajuma2015-05-291-6/+14
* cc: Fix uninitialized TransformNodeData memberenne2015-05-201-1/+2
* Reset property tree indices when layer is removed from layer treevollick2015-05-201-1/+1
* cc: Fix draw transforms for descendants of fixed-position layersajuma2015-05-061-2/+24
* cc: Fix property tree position updates when rebuilding is skippedajuma2015-04-241-5/+13
* cc: Update pre_local transform when transform origin changesajuma2015-04-231-0/+7
* cc: Only compute transforms and clips when they might have changedajuma2015-04-211-1/+2
* Reuse property treesvollick2015-04-171-0/+22
* Make TransformTree::CombineTransformsBetween run fasterjaydasika2015-04-161-1/+1
* cc: Re-use transforms from transform nodes when computing visible rectsajuma2015-04-101-9/+33
* Only allow change-of-basis between transform nodes on the same ancestor chainjaydasika2015-04-091-34/+5
* Improve DCHECK in PropertyTree::UpdateSnappingvollick2015-04-081-1/+2
* Fix scroll position adjustment for fixed-position layersvollick2015-03-301-10/+12
* cc: ComputeTransform should succeed when destination is an ancestorajuma2015-03-301-6/+1
* cc: Fix transform flattening in property treesajuma2015-03-141-30/+68
* Don't create a transform node for a flattening changevollick2015-03-061-2/+4
* cc: Derive draw opacity from property treesajuma2015-02-251-0/+1
* Eliminate unnecessary work from the property tree codevollick2015-02-241-1/+0
* Derive draw transforms from property trees.vollick2015-02-101-42/+138
* Introduce Property Treesvollick2014-12-171-0/+199