summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics
Commit message (Expand)AuthorAgeFilesLines
* Implement the audio tag in webkit -- the corresponding java CL is https://and...Nicolas Roard2010-05-073-32/+47
* Merge webkit.org at r55033 : Initial merge by gitSteve Block2010-04-2732-230/+905
* Performance improvements in GraphicsLayer: implement the simple image code path.Nicolas Roard2010-04-163-7/+37
* am 18fc0da0: am 0c736339: Only allow animations computed on the UI if we have...Nicolas Roard2010-04-071-1/+1
|\
| * Only allow animations computed on the UI if we have two steps -- otherwise le...Nicolas Roard2010-04-071-1/+1
* | Merge "add portable bzero interface"Cary Clark2010-04-071-0/+7
|\ \ | |/ |/|
| * add portable bzero interfaceCary Clark2010-03-301-0/+7
* | Revert "Mark positioned elements as needing a relayout when checking for hit ...Nicolas Roard2010-04-062-13/+0
* | enable gifs for large memory devicesCary Clark2010-03-301-0/+4
|/
* Merge "Mark positioned elements as needing a relayout when checking for hit t...Nicolas Roard2010-03-242-0/+13
|\
| * Mark positioned elements as needing a relayout when checking for hit test.Nicolas Roard2010-03-242-0/+13
* | Merge "drawRect is defined (in header) to always stroke with 1.0"Mike Reed2010-03-241-1/+7
|\ \ | |/ |/|
| * drawRect is defined (in header) to always stroke with 1.0Mike Reed2010-03-241-1/+7
* | Renders fixed layers with the root canvas matrix. Fix some positioning issues.Nicolas Roard2010-03-243-15/+58
|/
* Implement margin for fixed elements.Nicolas Roard2010-03-183-5/+34
* 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-174-102/+3
* Fix bug 'Children of fixed elements do not always remain fixed themselves'Nicolas Roard2010-03-094-32/+151
* scroll into view considers layersCary Clark2010-03-082-0/+36
* Merge "forgot header file ; broke build in 43447"Cary Clark2010-03-051-0/+1
|\
| * forgot header file ; broke build in 43447Cary Clark2010-03-051-0/+1
* | fixes with find drawing in layersCary Clark2010-03-051-2/+16
|/
* add optional preftable to image codecs, for more control over the resulting b...Mike Reed2010-03-031-6/+27
* bump up our image cache etc. when we're on larger devices (e.g. have VFP)Mike Reed2010-03-031-7/+2
* allow anchor containing layer to be mapped to navable layerCary Clark2010-03-021-0/+3
* 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-252-7/+6
* remove unused methodsMike Reed2010-02-253-53/+4
* Fix the gap when using the IME (Bug:2453748)Nicolas Roard2010-02-253-11/+26
* refactor drawing to support layersCary Clark2010-02-244-29/+178
* Simplify the layer code:Nicolas Roard2010-02-242-9/+30
* move viewport into just this subclassMike Reed2010-02-193-168/+139
* Set the fixed position values when changed via setPosition()Nicolas Roard2010-02-192-13/+24
* refactorMike Reed2010-02-182-19/+87
* minor fixes to layer navCary Clark2010-02-172-6/+4
* Add UI considerations to layersCary Clark2010-02-172-46/+117
* Merge webkit.org at r54731 : Refactoring in font cacheSteve Block2010-02-161-3/+3
* Merge webkit.org at r54731 : Update Android graphics to reflect addition of A...Steve Block2010-02-164-24/+10
* Merge webkit.org at r54731 : Fix remaining merge conflictsSteve Block2010-02-161-5/+0
* Merge webkit.org at r54731 : Initial merge by gitSteve Block2010-02-1696-787/+1851
* checkpoint for refactoringMike Reed2010-02-152-75/+48
* Merge webkit.org at r54340 : Implement new GraphicsContext::concatCTM and Pat...Steve Block2010-02-152-12/+24
* Merge webkit.org at r54340 : Implement new Pattern methods for AndroidSteve Block2010-02-152-8/+23
* Merge webkit.org at r54340 : Initial merge by gitSteve Block2010-02-1538-80/+1098
* 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-122-0/+113
* move children into SkLayerMike Reed2010-02-125-184/+30
* Refactor the layers to use calcPosition().Nicolas Roard2010-02-123-29/+58
* Put back the animations in the UI threadNicolas Roard2010-02-124-112/+16
* Layers refactoringNicolas Roard2010-02-115-115/+223