Fri, 24 May 2013 07:50:07 +0200 Anton Epple added missing dependency on canvas canvas
Fri, 24 May 2013 07:39:42 +0200 Anton Epple refactored maven archetype to work with updated API canvas
Fri, 24 May 2013 07:37:46 +0200 Anton Epple Added Dimension class to fix problem with TextMetrics canvas
Fri, 24 May 2013 07:36:58 +0200 Anton Epple Added Dimension class to fix problem with TextMetrics canvas
Thu, 23 May 2013 15:36:42 +0200 Anton Epple moved GRaphicsEnvironment to SPI package canvas
Thu, 23 May 2013 15:33:14 +0200 Anton Epple moved some non-api classes out of api package canvas
Thu, 23 May 2013 10:02:14 +0200 Anton Epple temporarily disabled ImageData before we found a nice solution. Maybe introduce PixelReader PixelWriter for GraphicsContext. canvas
Thu, 23 May 2013 09:56:49 +0200 Anton Epple temporarily disabled ImageData before we found a nice solution. Maybe introduce PixelReader PixelWriter for GraphicsContext. canvas
Thu, 23 May 2013 09:47:20 +0200 Anton Epple Limited extensibility of Style and it's three allowed subclasses canvas
Thu, 23 May 2013 08:15:11 +0200 Anton Epple moved creation of Gradient and patterns to GC and removed it from GE canvas
Thu, 23 May 2013 08:07:54 +0200 Anton Epple cleaned up method names (image ->imagedata) canvas
Wed, 22 May 2013 17:49:01 +0200 Anton Epple updated API canvas
Wed, 22 May 2013 16:37:51 +0200 Anton Epple Simplified and separated Provider and Client API canvas
Wed, 22 May 2013 12:10:54 +0200 Anton Epple removed dependency canvas
Wed, 22 May 2013 07:44:23 +0200 toni epple updated archetype to use new SPI canvas
Tue, 21 May 2013 16:10:52 +0200 toni epple Refactored names to unpopular naming scheme, because (a) bck2brwsr Canvas implementation must be named Canvas due to mapping in bck2brwsr and I don't want interface and impl to have the same name. (b) with the "I" prefix at least it's consistent, even if nobody uses that anymore. (c) names are the same as in HTML5 Canvas Javascript API, so it's more familiar... canvas
Tue, 21 May 2013 16:07:59 +0200 toni epple Refactored names to unpopular naming scheme, because (a) bck2brwsr Canvas implementation must be named Canvas due to mapping in bck2brwsr and I don't want interface and impl to have the same name. (b) with the "I" prefix at least it's consistent, even if nobody uses that anymore. canvas
Tue, 21 May 2013 15:27:19 +0200 toni epple removed dependencies on bck2brwsr canvas
Tue, 21 May 2013 15:17:40 +0200 toni epple implemented getImageForPath canvas
Tue, 21 May 2013 15:15:09 +0200 toni epple Removed Graphics Environment and moved getImageForPath into GraphicsContext instead canvas
Fri, 17 May 2013 14:09:38 +0200 toni epple Added GraphicsEnvironment Service canvas
Fri, 17 May 2013 14:09:01 +0200 toni epple Added some license headers canvas
Fri, 17 May 2013 14:05:55 +0200 toni epple Created SPI as a Factory for GraphicsObjects canvas
Fri, 17 May 2013 13:50:31 +0200 toni epple Pulled up more methods to the interface... canvas
Fri, 17 May 2013 13:50:24 +0200 toni epple Pulled up more methods to the interface... canvas
Fri, 17 May 2013 12:15:01 +0200 toni epple Extracting methods to the interface... canvas
Fri, 17 May 2013 12:14:45 +0200 toni epple Extracting methods to the interface... canvas
Fri, 17 May 2013 12:14:35 +0200 toni epple Extracting methods to the interface... canvas
Fri, 17 May 2013 12:06:55 +0200 toni epple Extracting interfaces from JavaQuery API. Removed first (automatic) refactoring attempt and redid it manually. canvas
Fri, 17 May 2013 12:06:36 +0200 toni epple Extracting interfaces from JavaQuery API. Removed first (automatic) refactoring attempt and redid it manually. canvas
Fri, 17 May 2013 11:00:38 +0200 toni epple Started extracting GraphicsContext interface from JavaQuery API. First extracting methods with primitive parameters and return type. canvas
Fri, 17 May 2013 11:00:23 +0200 toni epple Started extracting GraphicsContext interface from JavaQuery API. First extracting methods with primitive parameters and return type. canvas
Fri, 17 May 2013 10:51:56 +0200 toni epple Added dependency on net.java.html.canvas to api canvas
Fri, 17 May 2013 10:45:08 +0200 toni epple Added net.java.html.canvas canvas
Fri, 17 May 2013 10:44:29 +0200 toni epple Added net.java.html.canvas canvas
Fri, 17 May 2013 10:27:41 +0200 toni epple Merging latest changes from main line canvas
Mon, 20 May 2013 10:59:47 +0200 Lubomir Nerad Obfuscation fixes to allow run demo-calculator as an external module closure
Thu, 16 May 2013 10:38:20 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Thu, 16 May 2013 10:38:05 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.7.2
Thu, 16 May 2013 10:37:44 +0200 Jaroslav Tulach Merging the release attempt to default branch release-0.7.2
Thu, 16 May 2013 10:32:51 +0200 Jaroslav Tulach Use project.version to refer to plugin version release-0.7.2_base
Thu, 16 May 2013 10:31:32 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.7.2 release-0.7.2_base
Thu, 16 May 2013 08:51:29 +0200 Jaroslav Tulach Try harder to find the emulation classes
Thu, 16 May 2013 08:49:55 +0200 Jaroslav Tulach java.lang.Boolean is subclass of JavaScript's Boolean. true and false are instances of java.lang.Boolean
Wed, 15 May 2013 09:57:43 +0200 Jaroslav Tulach Exit the FX launcher when the window is closed
Wed, 15 May 2013 09:34:06 +0200 Jaroslav Tulach Enable firebug when in debug mode
Mon, 13 May 2013 18:54:50 +0200 Lubomir Nerad Changed the way the external classes are identified closure
Mon, 13 May 2013 16:11:21 +0200 Jaroslav Tulach Simpler way to maintain correct versioning. Replace it on resources copy.
Fri, 10 May 2013 00:05:40 +0200 Jaroslav Tulach Lowering the number of HTTP server threads - we are client technology - any server that replies is good enough.
Thu, 09 May 2013 23:26:37 +0200 Jaroslav Tulach Moving back to development mode
Thu, 09 May 2013 23:25:29 +0200 Jaroslav Tulach Added tag release-0.7.1 for changeset 23572dc719bd
Thu, 09 May 2013 23:08:50 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-${releaseVersion} release-0.7.1
Thu, 09 May 2013 21:51:56 +0200 Jaroslav Tulach Sharing BaseHTTPLauncher between FX and Bck2Brwsr
Wed, 08 May 2013 17:47:47 +0200 Lubomir Nerad Exported annotation needs to be inherited for virtual methods closure
Wed, 08 May 2013 14:54:32 +0200 Lubomir Nerad Reenabled obfuscation closure
Tue, 07 May 2013 19:01:14 +0200 Lubomir Nerad Access non-final exported methods through "invoker" closure
Mon, 06 May 2013 18:06:08 +0200 Lubomir Nerad Overridable class member access type closure
Mon, 06 May 2013 11:57:29 +0200 Lubomir Nerad Removed ObfuscationDelegate closure
Fri, 03 May 2013 18:15:47 +0200 Lubomir Nerad Generate $instOf in exported form closure
Tue, 07 May 2013 16:16:21 +0200 Jaroslav Tulach No need for hacks anymore now when GRIZZLY-1450 was fixed