summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics
Commit message (Expand)AuthorAgeFilesLines
* Layoutlib tests now check methods return value [DO NOT MERGE]Deepanshu Gupta2014-04-152-5/+6
* Set default text style in layoutlib as NORMAL [DO NOT MERGE]Deepanshu Gupta2014-02-191-0/+3
* Improve text rendering and measurement.Deepanshu Gupta2014-02-061-40/+45
* Merge "Fix the measurement of text bounds." into klp-devDeepanshu Gupta2014-02-063-41/+60
|\
| * Fix the measurement of text bounds.Deepanshu Gupta2014-01-073-41/+60
* | Fix a bug in Nine Patch library.Deepanshu Gupta2014-02-051-2/+2
|/
* Update delegate methods in layoutlib.Deepanshu Gupta2013-11-254-89/+21
* Update changed delegate method in Bitmap_Delegate. DO NOT MERGEDeepanshu Gupta2013-11-131-1/+2
* Fix layoutlib for KKDeepanshu Gupta2013-10-161-7/+28
* Merge "Add isPremultiplied option to Bitmap_Delegate in LayoutLib" into klp-devDeepanshu Gupta2013-09-092-14/+88
|\
| * Add isPremultiplied option to Bitmap_Delegate in LayoutLibDeepanshu Gupta2013-09-042-14/+88
* | am b50de495: am dd4efc22: am 3a762d8b: Merge "Fix text rendering" into jb-mr2...Deepanshu Gupta2013-09-053-187/+253
|\ \ | |/ |/|
| * Fix text renderingDeepanshu Gupta2013-09-053-187/+253
* | Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-2/+4
* | Refactor Canvas.drawPicture() to delegate to PictureJonathan Dixon2013-08-081-8/+0
|/
* Add missing native methods.Deepanshu Gupta2013-05-233-35/+63
* Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-5/+0
* Add missing native method to Canvas_Delegate.Xavier Ducrohet2012-05-081-0/+5
* Fix Paint_Delegate with missing native method.Xavier Ducrohet2012-04-231-1/+20
* Embed layout padding in nine patch imagesAmith Yamasani2012-04-041-1/+2
* Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse.Xavier Ducrohet2012-03-231-4/+14
* Setup ActionBars in layoutlib the same way the platform does it.Xavier Ducrohet2012-02-061-2/+2
* Make Layoutlib compile on Java 6.Xavier Ducrohet2012-02-027-0/+31
* Merge "Remove unused code"Romain Guy2012-01-191-11/+0
|\
| * Remove unused codeRomain Guy2012-01-191-11/+0
* | Fix broken drawCircle LayoutLib.Xavier Ducrohet2012-01-181-1/+1
|/
* LayoutLib: fix support for textScaleX.Xavier Ducrohet2011-10-041-1/+1
* Layoutlib: Typeface support for loading fonts manually.Xavier Ducrohet2011-10-041-3/+38
* Layoutlib now parses system_fonts.xml instead of its own.Xavier Ducrohet2011-10-041-11/+1
* Layoutlib: add support for ITextServicesManager.Xavier Ducrohet2011-10-031-0/+3
* LayoutLib: add native delegate for set/getHinting in Paint.Xavier Ducrohet2011-08-221-0/+25
* Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet2011-08-112-4/+27
* Misc layoutlib fix in preparation of the access change in framework code.Xavier Ducrohet2011-08-011-1/+1
* Layoutlib: misc fix + start of AndroidBidi support.Xavier Ducrohet2011-07-191-27/+0
* Fix changed native method delegates in layoutlib for ICS.Xavier Ducrohet2011-06-152-3/+37
* am abc83871: am f6e47999: am 2a6dc7f1: Merge "Import the Layoutlib from hc-mr...Xavier Ducrohet2011-06-071-2/+2
|\
| * Import the Layoutlib from hc-mr1.Xavier Ducrohet2011-06-031-2/+2
| * Merge 59aad78e from master. do not merge.Xavier Ducrohet2011-04-071-1/+8
|/
* LayoutLib: Fix Arc rendering.Xavier Ducrohet2011-03-142-30/+52
* LayoutLib: fix Capabilities and getDimensionPixelSizeXavier Ducrohet2011-03-081-1/+1
* LayoutLib: Implement some missing add###() method in Path.Xavier Ducrohet2011-03-071-25/+80
* LayoutLib: fix incorrect indices in one of the 2 native_drawTextRun methods.Xavier Ducrohet2011-02-241-3/+2
* LayoutLib: Add debug mode.Xavier Ducrohet2011-02-2314-14/+14
* LayoutLib: misc fixes.Xavier Ducrohet2011-02-232-25/+102
* LayoutLib: Hold onto delegate references.Xavier Ducrohet2011-02-2335-112/+113
* LayoutLib: remove some exceptions.Xavier Ducrohet2011-02-094-44/+78
* LayoutLib: Annotate the custom delegate methods.Xavier Ducrohet2011-02-0937-74/+408
* LayoutLib: improved rendering for system/title/action bars.Xavier Ducrohet2011-02-062-43/+86
* LayoutLib: Replace custom BitmapFactory by a simpler delegateXavier Ducrohet2011-02-043-605/+118
* LayoutLib: render system/title/action bars.Xavier Ducrohet2011-02-041-1/+28