summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Provisionally enable "palt" OpenType feature"Raph Levien2014-06-101-1/+10
|\ \
| * | Provisionally enable "palt" OpenType featureRaph Levien2014-06-071-1/+10
* | | Support for fake bold and italicsRaph Levien2014-06-107-39/+70
|/ /
* | Add baseFont method to FontCollectionRaph Levien2014-06-062-0/+11
* | reset sha1 3f1ea5d with historyQiwen Zhao2014-06-050-0/+0
|\ \ | |/ |/|
| * am 89339973: Fix unmatching typeRaph Levien2014-06-051-1/+1
| |\
| * \ am 448b0fd7: Support for scaleX and skewXRaph Levien2014-06-054-15/+43
| |\ \
| * \ \ am 066e8575: Fix ZWJ not working for Indic fontsRaph Levien2014-05-292-27/+25
| |\ \ \
| * \ \ \ am 7b221d97: Language and variant selectionRaph Levien2014-05-297-22/+214
| |\ \ \ \
| * \ \ \ \ am 0297ee98: Fix for Minikin native crashRaph Levien2014-05-291-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ am 7c382381: Fix for bug 15252902 native crash in MinikinRaph Levien2014-05-271-4/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am 4d4e6bc8: Caching for layouts and harfbuzz facesRaph Levien2014-05-270-0/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am d973b392: (-s ours) Merge "Do BiDi algorithm for text layout" into lmp-pre...Raph Levien2014-05-270-0/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am 72fe9422: Fix native crash in Latin-1 typefacesRaph Levien2014-05-241-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am b43357ad: merge in master-release history after reset to c31e3883456e018d7...The Android Automerger2014-05-240-0/+0
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Caching for layouts and harfbuzz facesRaph Levien2014-05-228-82/+389
| * | | | | | | | | | | Do BiDi algorithm for text layoutRaph Levien2014-05-193-10/+85
* | | | | | | | | | | | Support for context in APIRaph Levien2014-06-052-22/+15
* | | | | | | | | | | | Make paint flags consistently uint32_tRaph Levien2014-06-054-19/+20
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix unmatching typeRaph Levien2014-06-041-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Support for scaleX and skewXRaph Levien2014-06-034-15/+43
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix ZWJ not working for Indic fontsRaph Levien2014-05-292-27/+25
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Language and variant selectionRaph Levien2014-05-297-22/+214
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix for Minikin native crashRaph Levien2014-05-291-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix for bug 15252902 native crash in MinikinRaph Levien2014-05-271-4/+4
| |_|_|_|/ |/| | | |
* | | | | Caching for layouts and harfbuzz facesRaph Levien2014-05-278-82/+389
| |_|_|/ |/| | |
* | | | Merge "Do BiDi algorithm for text layout" into lmp-preview-devRaph Levien2014-05-273-10/+85
|\ \ \ \ | |_|_|/ |/| | |
| * | | Do BiDi algorithm for text layoutRaph Levien2014-05-273-10/+85
| | |/ | |/|
* / | Fix native crash in Latin-1 typefacesRaph Levien2014-05-231-1/+1
|/ /
* | merge in master-release history after reset to c31e3883456e018d742e9f29815ba5...The Android Automerger2014-05-220-0/+0
|\ \ | |/ |/|
| * merge in master-release history after reset to c31e3883456e018d742e9f29815ba5...The Android Automerger2014-05-220-0/+0
|/|
| * merge in master-release history after reset to c31e3883456e018d742e9f29815ba5...The Android Automerger2014-05-210-0/+0
|/|
| * merge in master-release history after reset to c31e3883456e018d742e9f29815ba5...The Android Automerger2014-05-200-0/+0
|/|
| * Fix incomplete refcounting and lockingRaph Levien2014-05-195-2/+26
* | Fix incomplete refcounting and lockingRaph Levien2014-05-195-2/+26
|/
* Remove references to SkFloatToScalar.Leon Scroggins III2014-05-151-2/+2
* Initial BiDi supportRaph Levien2014-05-143-2/+14
* Fix 64-bit cleanliness problemRaph Levien2014-05-141-2/+2
* Fix build breakage in sample codeRaph Levien2014-05-144-9/+37
* Better refcounting and lockingRaph Levien2014-05-1211-30/+164
* A basket of features: itemization, bounds, refcountRaph Levien2014-05-1210-37/+499
* Use canonical UniquePtr.h fileKenny Root2013-09-111-1/+1
* Use canonical UniquePtr.h headerKenny Root2013-09-111-1/+1
* Use shared ft2 lib, deal with libpng/zlib depsVictoria Lease2013-06-272-5/+8
* Fix build breakageRaph Levien2013-06-141-2/+1
* Introduce MinikinFont abstractionRaph Levien2013-06-1411-90/+343
* Initial commit of Minikin libraryRaph Levien2013-04-2517-0/+1706
* Initial empty repositoryChad Jones2013-04-190-0/+0