aboutsummaryrefslogtreecommitdiffstats
path: root/draw9patch/src
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-153-26/+0
| | | | | | | | | | 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
* 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-0315-0/+1821
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0315-1821/+0
|
* Initial ContributionThe Android Open Source Project2008-10-2115-0/+1821