javaquery/canvas/src/main/java/net/java/html/canvas/Image.java
Thu, 26 Sep 2013 14:20:18 -0700 refactoring for API review
Sat, 07 Sep 2013 18:25:09 +0200 changes to canvas and graphicsenv to support additional methods fillPolygon and mergeImages
Mon, 27 May 2013 14:13:01 +0200 fixed bugs in Image Handling
Mon, 27 May 2013 11:18:05 +0200 A bit JavaDoc
Mon, 27 May 2013 10:39:09 +0200 added cached object to image hashCode/equals
Mon, 27 May 2013 08:30:18 +0200 Readded Image and ImageData to have the complete API again. No need to use Data in API anymore. Added caching to Image. Image are not required to be added to the page anymore, but are created in javaScript instead.
Thu, 23 May 2013 09:56:49 +0200 temporarily disabled ImageData before we found a nice solution. Maybe introduce PixelReader PixelWriter for GraphicsContext.
Thu, 23 May 2013 09:47:20 +0200 Limited extensibility of Style and it's three allowed subclasses
Fri, 17 May 2013 14:09:01 +0200 Added some license headers
Fri, 17 May 2013 13:50:24 +0200 Pulled up more methods to the interface...
Fri, 17 May 2013 12:06:36 +0200 Extracting interfaces from JavaQuery API. Removed first (automatic) refactoring attempt and redid it manually.