summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/FontAndroid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize platform/graphics/androidNicolas Roard2012-04-061-1192/+0
* Implements a recording GraphicsContextNicolas Roard2012-04-061-2/+8
* Merge "Draw vertical text using by setting verticalText flag in SkPaint."Derek Sollenberger2012-03-191-19/+20
|\
| * Draw vertical text using by setting verticalText flag in SkPaint.Derek Sollenberger2012-03-141-19/+20
* | Fix selection positioning for RTL languagesRussell Brenner2012-03-161-2/+2
|/
* Strip zwj and zwnj from harfbuzz outputRussell Brenner2011-12-131-1/+16
* Fix unsigned/signed int problem in Complex font layout.George Mount2011-11-301-5/+5
* Fix over-allocation of memory on text with shadows.Derek Sollenberger2011-11-171-0/+4
* Mask display of zero-width charactersRussell Brenner2011-11-151-1/+6
* Fix the scale for complex script fonts and re-ajust y position.claireho2011-11-101-8/+13
* resolved conflicts for merge of 5d8f08b9 to masterRussell Brenner2011-11-101-10/+15
|\
| * Merge "Fix font size handling for harfbuzz hack" into ics-mr1Russell Brenner2011-11-091-10/+15
| |\
| | * Fix font size handling for harfbuzz hackRussell Brenner2011-11-081-10/+15
* | | am 7c7fadae: Merge "Add support for Bengali and Tamil gpos/gsub tables" into ...Russell Brenner2011-11-101-13/+23
|\ \ \ | |/ /
| * | Add support for Bengali and Tamil gpos/gsub tablesRussell Brenner2011-11-091-13/+23
| |/
* | Added Y positions for complex script rendering.claireho2011-10-211-22/+24
|/
* Reapply CL for "Vertical Writing Mode" support.claireho2011-10-171-3/+20
* Merge "Revert "Support "Vertical Writing Mode".""Nicolas Roard2011-10-121-21/+3
|\
| * Revert "Support "Vertical Writing Mode"."John Reck2011-10-121-21/+3
* | Merge "Support "Vertical Writing Mode"."claireho2011-10-111-3/+21
|\ \ | |/
| * Support "Vertical Writing Mode".claireho2011-09-201-3/+21
* | Rename Lohit_Hindi to Lohit-DevanagariRussell Brenner2011-09-231-1/+1
|/
* Merge "Reapply CL for: "Fix for antialiased text with shadows.""Derek Sollenberger2011-09-011-0/+1
|\
| * Reapply CL for: "Fix for antialiased text with shadows."Derek Sollenberger2011-09-011-0/+1
* | Add Harfbuzz support for fallback fonts (redux)Russell Brenner2011-08-231-5/+76
* | Revert "Add Harfbuzz support for system fallback fonts"Russell Brenner2011-08-181-42/+5
* | Add Harfbuzz support for system fallback fontsRussell Brenner2011-08-161-5/+42
* | Fix for Devanagari diacritical marksRussell Brenner2011-07-271-2/+1
|/
* Revert "Fix for antialiased text with shadows."Derek Sollenberger2011-06-031-1/+0
* Fix for antialiased text with shadows.Derek Sollenberger2011-06-031-0/+1
* Merge WebKit at r78450: Add new Font::canExpandAroundIdeographsInComplexText()Steve Block2011-05-251-0/+5
* Merge WebKit at r78450: TextRun::padding() renamedSteve Block2011-05-251-1/+1
* Merge WebKit at r76408: Fix FontAndroid.cppBen Murdoch2011-05-231-0/+1
* Use adoptPtr() and adoptArrayPtr() when setting OwnPtr and OwnArrayPtrSteve Block2011-05-191-2/+4
* Merge WebKit at r75315: Move Android-specific WebCore files to SourceSteve Block2011-05-121-0/+1043