aboutsummaryrefslogtreecommitdiffstats
path: root/draw9patch
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Filename isn't displayed on titlebar when the file not exist.Keiji Ariyama2011-05-171-4/+2
| | | | Change-Id: I5c19b481d6b78b7dc302353f816f0c9f5fd2028c
* Displaying a filename to the titlebar when draw9-patch tool is invoked with ↵Keiji Ariyama2011-05-041-1/+7
| | | | | | specifying the filename. Change-Id: Icbf8c7a61d6c184df5ba46f39ca978cd55e67e93
* Displaying a file name to window title, when a image is loaded in draw9patch ↵Keiji Ariyama2011-04-141-0/+1
| | | | | | tool. Change-Id: Iad52e227696403752c6deea590b183c74624c12b
* Add missing notice files.Xavier Ducrohet2011-03-155-29/+207
| | | | | | | | | | Also fix some makefiles to make sure the notices are picked up. - move the makefile outside of the source folder. - resources are now in the source folder directly instead of being inside src/resources. It's much simpler. Change-Id: Ica8ee4c2bc8a9b035d23fc914d4137cdca7e567d
* Prevent java.lang.ArithmeticException in draw9patchTor Norbye2011-02-041-1/+1
| | | | | | | | | | | | | | | | | | Initialize the zoom field to 1 instead of the default 0 since I ran into a scenario where a division by an uninitialized zoom caused a divide by zero exception. Exception in thread "AWT-EventQueue-0" java.lang.ArithmeticException: / by zero at com.android.draw9patch.ui.ImageEditorPanel$ImageViewer.checkLockedR egion(ImageEditorPanel.java:894) at com.android.draw9patch.ui.ImageEditorPanel$ImageViewer.access$1800( ImageEditorPanel.java:646) at com.android.draw9patch.ui.ImageEditorPanel$ImageViewer$3.mouseMoved (ImageEditorPanel.java:745) at java.awt.Component.processMouseMotionEvent(Component.java:6397) Change-Id: I7d2252f07458864d591be91636477ace4b520855
* draw9patch tool: improving zoom process.Keiji Ariyama2011-02-041-7/+8
| | | | Change-Id: Ie4d6408858db5b2bafb76ecb916e6b7c00ba0bb7
* Fixes problem in "draw9patch tool".Keiji Ariyama2011-01-301-5/+29
| | | | | | | If a big PNG image will be loading, HelpPanel hides ImageView. This patch fix that problem. Change-Id: I615705849b475e5b88daae7bef2af92cb5fa0657
* SDK Updater: Support post install script for updating SDK Setup.exe.Raphael2010-01-281-1/+1
| | | | | | | | | The new post_tools_install.bat will be found in SDK/tools/lib. This also moves find_java.bat into the same lib folder. SDK Bug: 2404830 Change-Id: I84e3671918931079f296500e296ec1a55931b851
* Windows SDK: use find_java.bat in all batch wrappers.Raphael2010-01-261-1/+6
| | | | | | SDK Bug: 2315813 Change-Id: If026d09f927b3d0b5707dfd08e1367e4ba2da28b
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-092-11/+80
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-053-8/+24
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0321-0/+1964
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0321-1964/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+3
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-3/+3
|
* Initial ContributionThe Android Open Source Project2008-10-2121-0/+1964