summaryrefslogtreecommitdiffstats
path: root/core/java/android/text/TextLine.java
Commit message (Expand)AuthorAgeFilesLines
* TextLine cache is used, even for long lines of text.Gilles Debunne2011-01-251-7/+5
* Fix in vertical measurement in text lines with different text sizesGilles Debunne2010-12-021-1/+20
* Fix for end events from Sequencer objectsChet Haase2010-08-251-1/+1
* New cursor controller in TextViews.Gilles Debunne2010-07-091-2/+2
* Index out of range problem in TextLine.Gilles Debunne2010-06-161-2/+2
* Move shaping to native.Doug Felt2010-06-101-193/+161
* Fix alignment issues with RTL paragraphs.Doug Felt2010-06-031-52/+8
* Modify Canvas drawText to run bidi and shape.Doug Felt2010-05-121-40/+3
* Fix selection off-by-one bug.Doug Felt2010-05-061-2/+2
* Refactor Styled utility functions into reusable objects.Doug Felt2010-04-071-0/+1053