summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics
Commit message (Expand)AuthorAgeFilesLines
* up our max ram value before subsampling in the decoderMike Reed2009-11-061-4/+18
* Merge webkit.org at R49305 : ImageBuffer::get/putImageData renamed to get/put...Steve Block2009-10-201-2/+2
* Merge webkit.org at R49305 : Stubs out new MediaPlayerPrivate::hasAudio method.Steve Block2009-10-201-0/+1
* Merge webkit.org at R49305 : Remove new file ImageSource.cpp from build.Steve Block2009-10-201-0/+2
* Merge webkit.org at R49305 : MediaPlayerPrivate::maxTimeBuffered renamed to b...Steve Block2009-10-201-1/+1
* Merge webkit.org at R49305 : Fix merge conflicts.Steve Block2009-10-205-34/+3
* Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-20155-2237/+9320
* don't pre-round rects, since we will zoom (arbitrarily) after we record the g...Mike Reed2009-10-161-8/+13
* Remove the Android guards added to the <video> implementation in WebCore. Do ...Andrei Popescu2009-10-143-21/+8
* Fixes a bunch of WebKit whitespace discrepancies between Android and webkit.o...Steve Block2009-10-141-2/+2
* only look at globalAlpha when we draw images (not the alpha in fill-color)Mike Reed2009-10-023-3/+16
* Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-304-1/+24
* Build fix.Patrick Scott2009-09-291-0/+2
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-291-1/+7
* fix cracks when we draw the page in portions (i.e. a picture set)Mike Reed2009-09-251-0/+24
* disable antialiasing for bitmapsMike Reed2009-09-251-0/+15
* Merge change 25547 into eclairAndroid (Google) Code Review2009-09-171-1/+1
|\
| * bump up the RLE cutoff, since RLE is *only* supported in drawBitmapRect(), an...Mike Reed2009-09-171-1/+1
* | Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPri...Andrei Popescu2009-09-171-0/+7
|/
* Add poster support and other fixesAndrei Popescu2009-09-174-2/+27
* change our hasCurrentPoint() to call skia's getPoints() instead of isEmpty(),...Mike Reed2009-08-311-1/+5
* Fix crash in fast/canvas/canvas-empty-image-pattern.htmlAndrei Popescu2009-08-281-0/+2
* Revert "Merge WebKit r47420"Andrei Popescu2009-08-1954-3458/+1009
* Revert "Compilation and link error fixes for new webkit r47420."Andrei Popescu2009-08-191-14/+3
* Compilation and link error fixes for new webkit r47420.Ben Murdoch2009-08-181-3/+14
* Merge WebKit r47420Ben Murdoch2009-08-1854-1009/+3458
* Fix the last of the linker errors !Ben Murdoch2009-08-171-0/+5
* Merge change 21484 into master-webkit-mergeAndroid (Google) Code Review2009-08-172-3/+3
|\
| * Fix FontCustomPlatformData.h as in https://bugs.webkit.org/show_bug.cgi?id=28065Andrei Popescu2009-08-172-3/+3
* | More build fixes.Ben Murdoch2009-08-173-3/+4
|/
* Fix some errors in platform/graphics/android.Ben Murdoch2009-08-174-5/+5
* Fix typoNicolas Roard2009-08-121-2/+1
* Fix merges and add #if PLATFORM(ANDROID)Nicolas Roard2009-08-125-54/+49
* Merge in WebKit r47029.Ben Murdoch2009-08-11171-2696/+8653
* explictly specify hinting (new api)Mike Reed2009-07-241-0/+1
* Merge change 5139Android (Google) Code Review2009-06-262-164/+11
|\
| * Implement fullscreen video. Currently only load() and play() are supported. T...Andrei Popescu2009-06-252-164/+11
* | rename setXfermode(Mode) to setXfermodeMode(...) for clarityMike Reed2009-06-242-5/+5
|/
* remove references to deprecated porterduffMike Reed2009-06-234-10/+45
* Enable video and audio elements in WebCoreAndrei Popescu2009-06-193-0/+255
* Get WebKit r44544.Feng Qian2009-06-17150-897/+2714
* speedup some common matrix operations, to be submitted backMike Reed2009-06-111-0/+14
* Remove obsolete notion of invalid node.Leon Scroggins2009-06-092-3/+0
* in the browser, make the trackball more like a mouseCary Clark2009-06-012-34/+33
* Fix a valgrind complaint.Patrick Scott2009-05-181-0/+1
* Merge change 983Android (Google) Code Review2009-05-061-1/+0
|\
| * Fix an issue with the null plugin drawing even when there is fallback content.Patrick Scott2009-05-051-1/+0
* | Fix an assert around solid colors.Patrick Scott2009-05-051-0/+1
|/
* Merge change 871Android (Google) Code Review2009-05-044-8/+8
|\
| * Remove unneeded SKIA_SGL platform flagMike Reed2009-05-014-8/+8