summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/LayerAndroid.h
Commit message (Expand)AuthorAgeFilesLines
* Implement partial layer rendering (support for large layers)Nicolas Roard2011-01-181-1/+4
* Implement re-scaling for layersNicolas Roard2011-01-171-8/+17
* Add clipping supportNicolas Roard2010-12-201-1/+6
* Prevent media layers from allocating textures.Derek Sollenberger2010-12-201-1/+1
* Add initial support for OpenGL plugins.Derek Sollenberger2010-12-201-2/+5
* Layers implementation in GL.Nicolas Roard2010-12-161-1/+58
* Refactoring of animationNicolas Roard2010-12-151-42/+36
* improve text selectionCary Clark2010-12-141-1/+1
* Fix hit testing inside layers.Patrick Scott2010-12-131-16/+2
* Change scrollBy to scrollTo in order to support fling.Patrick Scott2010-12-071-1/+7
* Rewrite scrollable layers using multiple layers.Patrick Scott2010-12-031-27/+17
* make helper class privateCary Clark2010-11-171-2/+2
* rewrite select text and others for layersCary Clark2010-10-271-2/+5
* Merge WebKit at r65615 : Fix include paths for string headers.Iain Merrick2010-08-231-1/+2
* Enable navigation in scrollable layers.Patrick Scott2010-08-021-0/+4
* Fix focus rings by adding back in the SkPicture constructor.Patrick Scott2010-07-271-0/+1
* Enable scrollable divs.Patrick Scott2010-07-221-1/+25
* Enable composite layers for the sub frame.Grace Kloba2010-07-071-0/+1
* Fix incorrect position when using CSS shadows, and use left/top over right/bo...Nicolas Roard2010-05-201-13/+3
* Performance improvements in GraphicsLayer: implement the simple image code path.Nicolas Roard2010-04-161-0/+15
* add portable bzero interfaceCary Clark2010-03-301-0/+7
* Renders fixed layers with the root canvas matrix. Fix some positioning issues.Nicolas Roard2010-03-241-0/+9
* Implement margin for fixed elements.Nicolas Roard2010-03-181-0/+12
* Refactor how we set up the layers hierarchy when using fixedNicolas Roard2010-03-171-23/+0
* Fix bug 'Children of fixed elements do not always remain fixed themselves'Nicolas Roard2010-03-091-4/+34
* scroll into view considers layersCary Clark2010-03-081-0/+4
* forgot header file ; broke build in 43447Cary Clark2010-03-051-0/+1
* allow anchor containing layer to be mapped to navable layerCary Clark2010-03-021-0/+3
* make methods private (or static local) if possible to reduce surface area of APIMike Reed2010-02-251-2/+1
* remove unused methodsMike Reed2010-02-251-10/+2
* Fix the gap when using the IME (Bug:2453748)Nicolas Roard2010-02-251-1/+11
* refactor drawing to support layersCary Clark2010-02-241-3/+30
* move viewport into just this subclassMike Reed2010-02-191-19/+72
* refactorMike Reed2010-02-181-3/+20
* minor fixes to layer navCary Clark2010-02-171-3/+1
* Add UI considerations to layersCary Clark2010-02-171-14/+19
* checkpoint for refactoringMike Reed2010-02-151-11/+6
* Add dump layers capability (triggered the same way as the dump tree trick,Nicolas Roard2010-02-121-0/+2
* move children into SkLayerMike Reed2010-02-121-8/+2
* Refactor the layers to use calcPosition().Nicolas Roard2010-02-121-0/+7
* Put back the animations in the UI threadNicolas Roard2010-02-121-3/+2
* Layers refactoringNicolas Roard2010-02-111-32/+5
* cleanupNicolas Roard2010-02-111-4/+1
* Fix memory leak with layers.Nicolas Roard2010-01-261-1/+1
* Add proper support for fixed position elementsNicolas Roard2010-01-141-5/+12
* webkit layers supportNicolas Roard2010-01-041-0/+129