summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/LayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a ClassTracker class to more easily track leaksNicolas Roard2011-01-301-10/+13
* Draw extras on layers.Nicolas Roard2011-01-291-5/+25
* Add some debugging functions and some cleanup speeding things in Layers.Nicolas Roard2011-01-271-23/+91
* Fix the flickering bug. We return any previous textures used by theNicolas Roard2011-01-261-13/+22
* Merge "Implement a workaround for the texture corruption" into honeycombNicolas Roard2011-01-251-18/+12
|\
| * Implement a workaround for the texture corruptionNicolas Roard2011-01-251-18/+12
* | Auto fixed element positioning fixTeng-Hui Zhu2011-01-251-7/+10
* | Fix crash in LayerAndroid::addAnimationBen Murdoch2011-01-251-1/+2
|/
* Improve layers repaint mechanismNicolas Roard2011-01-241-12/+37
* Implement partial layer rendering (support for large layers)Nicolas Roard2011-01-181-22/+59
* Implement re-scaling for layersNicolas Roard2011-01-171-47/+101
* More debug info for each layerTeng-Hui Zhu2011-01-131-1/+16
* The fixed element layer should not inherit the parent matrixTeng-Hui Zhu2011-01-121-1/+3
* Fix the invalidate on the layerTeng-Hui Zhu2011-01-111-1/+6
* Redo the clippingRect calculationTeng-Hui Zhu2011-01-071-7/+4
* clip rect fix for iframe when GL onTeng-Hui Zhu2011-01-041-9/+7
* Add clipping supportNicolas Roard2010-12-201-7/+20
* Fix image drawingNicolas Roard2010-12-201-1/+2
* Add initial support for OpenGL plugins.Derek Sollenberger2010-12-201-0/+7
* Cleanup pass to make files compliant with webkit styleNicolas Roard2010-12-161-1/+2
* Layers implementation in GL.Nicolas Roard2010-12-161-16/+259
* improve text selection in scrollable divsCary Clark2010-12-161-5/+7
* Implement a GLUtils::toSkMatrix() functionNicolas Roard2010-12-151-10/+2
* Fix text selectionNicolas Roard2010-12-151-2/+4
* Refactoring of animationNicolas Roard2010-12-151-38/+50
* improve text selectionCary Clark2010-12-141-4/+16
* Fix hit testing inside layers.Patrick Scott2010-12-131-44/+1
* Change scrollBy to scrollTo in order to support fling.Patrick Scott2010-12-071-24/+27
* Rewrite scrollable layers using multiple layers.Patrick Scott2010-12-031-73/+56
* reenable draw extras when GL is turned onCary Clark2010-11-231-2/+4
* make helper class privateCary Clark2010-11-171-4/+4
* Use LayerAndroid::find with the original x and y.Patrick Scott2010-11-121-1/+1
* Adjust layers when parent layer scrollsCary Clark2010-11-041-6/+19
* rewrite select text and others for layersCary Clark2010-10-271-10/+105
* Fix a few drawing issues with layers.Patrick Scott2010-10-191-0/+1
* Fix focus rings by adding back in the SkPicture constructor.Patrick Scott2010-07-271-0/+21
* Enable scrollable divs.Patrick Scott2010-07-221-18/+48
* Fix incorrect position when using CSS shadows, and use left/top over right/bo...Nicolas Roard2010-05-201-34/+20
* Fix a CSS position: fixed problem, where we were not using left or top if not...Nicolas Roard2010-05-131-6/+12
* Performance improvements in GraphicsLayer: implement the simple image code path.Nicolas Roard2010-04-161-1/+17
* Renders fixed layers with the root canvas matrix. Fix some positioning issues.Nicolas Roard2010-03-241-14/+43
* Implement margin for fixed elements.Nicolas Roard2010-03-181-4/+12
* Fix click issues when using fixed elements. This CL also fix the positioningNicolas Roard2010-03-181-8/+8
* Refactor how we set up the layers hierarchy when using fixedNicolas Roard2010-03-171-43/+3
* Fix bug 'Children of fixed elements do not always remain fixed themselves'Nicolas Roard2010-03-091-10/+59
* scroll into view considers layersCary Clark2010-03-081-0/+32
* fixes with find drawing in layersCary Clark2010-03-051-2/+16
* ignore rootlayer when drawing (fixes regression)Mike Reed2010-02-261-3/+5
* make methods private (or static local) if possible to reduce surface area of APIMike Reed2010-02-251-5/+5
* remove unused methodsMike Reed2010-02-251-32/+1