javaquery/canvas/src/main/java/net/java/html/canvas/GraphicsContext.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
Tue, 28 May 2013 08:50:06 +0200 small refactoring (back to drawXXX instead of paintXXX)
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:18:43 +0200 Grouped Style subclasses as static inner classes of Style
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.
Fri, 24 May 2013 12:29:58 +0200 added caching to style
Fri, 24 May 2013 07:36:58 +0200 Added Dimension class to fix problem with TextMetrics
Thu, 23 May 2013 15:36:42 +0200 moved GRaphicsEnvironment to SPI package
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
Thu, 23 May 2013 08:15:11 +0200 moved creation of Gradient and patterns to GC and removed it from GE
Thu, 23 May 2013 08:07:54 +0200 cleaned up method names (image ->imagedata)
Wed, 22 May 2013 16:37:51 +0200 Simplified and separated Provider and Client API
Tue, 21 May 2013 15:27:19 +0200 removed dependencies on bck2brwsr
Tue, 21 May 2013 15:15:09 +0200 Removed Graphics Environment and moved getImageForPath into GraphicsContext instead
Fri, 17 May 2013 12:06:36 +0200 Extracting interfaces from JavaQuery API. Removed first (automatic) refactoring attempt and redid it manually.
Fri, 17 May 2013 11:00:23 +0200 Started extracting GraphicsContext interface from JavaQuery API. First extracting methods with primitive parameters and return type.