summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics
Commit message (Expand)AuthorAgeFilesLines
* 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
* LayoutLib: Update with the new resource map APIs.Xavier Ducrohet2011-01-281-1/+1
* LayoutLib: Properly compute available space to layouts.Xavier Ducrohet2011-01-272-11/+11
* LayoutLib: return ViewInfo for all merged items + Build init.Xavier Ducrohet2011-01-251-0/+9
* LayoutLib: update logs to use new data bundleXavier Ducrohet2011-01-1414-32/+36
* LayoutLib: Fix multi-line text rendering.Xavier Ducrohet2011-01-131-1/+1
* LayoutLib: Use the new log tag constants from LayoutLogXavier Ducrohet2011-01-1314-45/+45
* LayoutLib: use tags in logs.Xavier Ducrohet2011-01-1214-31/+64
* LayoutLib: Improve error reporting.Xavier Ducrohet2011-01-112-4/+5
* LayoutLib: fix XmlUtils.convertValueToIntXavier Ducrohet2011-01-111-0/+117
* LayoutLib: add a few misc implementations.Xavier Ducrohet2011-01-074-25/+48
* LayoutLib: finish Typeface and unload them in dispose.Xavier Ducrohet2011-01-071-5/+5
* LayoutLib: Finish the matrix delegate.Xavier Ducrohet2011-01-063-12/+55
* LayoutLib: fix clipping issues.Xavier Ducrohet2011-01-062-3/+29
* LayoutLib: Misc javadoc fixes.Xavier Ducrohet2011-01-035-15/+15
* LayoutLib: Support Region through delegates.Xavier Ducrohet2010-12-245-19/+393
* LayoutLib: add support for unsupported drawing modifiers.Xavier Ducrohet2010-12-2420-285/+848
* LayoutLib: improve bitmap support.Xavier Ducrohet2010-12-224-139/+429
* LayoutLib: support for layers.Xavier Ducrohet2010-12-226-499/+368
* LayoutLib: Misc rendering fixes.Xavier Ducrohet2010-12-219-99/+155
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-2124-801/+1890
* LayoutLib: Update layoutlib with revised API.Xavier Ducrohet2010-12-212-2/+2
* LayoutLib: replace the stack of Graphics2D with custom snapshots.Xavier Ducrohet2010-12-153-114/+116
* Fix build break due to additional arg in Bitmap ctorPatrick Dubroy2010-12-141-1/+1
* LayoutLib: Fix gradient rendering.Xavier Ducrohet2010-12-146-64/+166
* LayoutLib: Misc fix to rendering.Xavier Ducrohet2010-12-142-1/+2
* LayoutLib: Use the new ninepatch API to suppor density.Xavier Ducrohet2010-12-131-1/+1
* LayoutLib: implement more of Canvas/Paint.Xavier Ducrohet2010-12-132-36/+103
* LayoutLib: Adapt to new LayoutLibXavier Ducrohet2010-12-102-11/+11
* Merge "LayoutLib: Update font object when text info changes in paint delegate"Xavier Ducrohet2010-12-061-7/+9
|\
| * LayoutLib: Update font object when text info changes in paint delegateXavier Ducrohet2010-12-061-7/+9
* | LayoutLib: Fix logging.Xavier Ducrohet2010-12-063-26/+22
|/
* LayoutLib: Reuse canvas when possible.Xavier Ducrohet2010-12-021-7/+19