summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/LayerAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the gap when using the IME (Bug:2453748)Nicolas Roard2010-02-251-9/+8
* refactor drawing to support layersCary Clark2010-02-241-6/+31
* Simplify the layer code:Nicolas Roard2010-02-241-2/+23
* move viewport into just this subclassMike Reed2010-02-191-147/+65
* refactorMike Reed2010-02-181-16/+67
* minor fixes to layer navCary Clark2010-02-171-3/+3
* Add UI considerations to layersCary Clark2010-02-171-32/+98
* checkpoint for refactoringMike Reed2010-02-151-64/+42
* Add indent for writeLengthNicolas Roard2010-02-121-0/+1
* Add dump layers capability (triggered the same way as the dump tree trick,Nicolas Roard2010-02-121-0/+111
* move children into SkLayerMike Reed2010-02-121-25/+20
* Refactor the layers to use calcPosition().Nicolas Roard2010-02-121-25/+39
* Put back the animations in the UI threadNicolas Roard2010-02-121-24/+4
* Layers refactoringNicolas Roard2010-02-111-65/+46
* cleanupNicolas Roard2010-02-111-1/+1
* Fix memory leak with layers.Nicolas Roard2010-01-261-13/+13
* Add proper support for fixed position elementsNicolas Roard2010-01-141-15/+45
* webkit layers supportNicolas Roard2010-01-041-0/+353