ko-fx/src/main/java/org/apidesign/html/kofx/FXContext.java
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Tue, 05 Nov 2013 23:06:32 +0100 Exposing Fn.activate and Fn.activePresenter so they are available from exported packages
Thu, 10 Oct 2013 14:02:18 +0200 FnUtils are bloated and contain references to Asm classes. Separate the code needed by generated JsCallbacks into own class
Fri, 13 Sep 2013 11:04:17 +0200 Push values of chagned properties rather than letting the browser to callback for them
Fri, 13 Sep 2013 10:17:21 +0200 Indexing by Combo to have access to properties
Fri, 13 Sep 2013 10:06:56 +0200 Need a wrapper around JSObject to keep list of properties. Alas, when the Technology's Data parameter does not represent in browser recognizable object, we need to do some unwrapping. Right now doing it via Callable check.
Thu, 12 Sep 2013 17:59:10 +0200 Notifies property changes in one batch
Thu, 12 Sep 2013 09:33:50 +0200 Support for multiple FX WebViews running at once in isolation
Sun, 01 Sep 2013 07:13:38 +0000 Precompute property values in Java, so ko.computed does not need to call back from JavaScript to get initial value.
Sat, 31 Aug 2013 11:57:42 +0000 Support only batch operations
Sat, 31 Aug 2013 11:44:36 +0000 With Batch update of models we are down to 1/6 of Java/JavaScript calls when building a chess board
Sat, 31 Aug 2013 08:01:08 +0000 Don't call additional setModel, assign the 'ko.fx-model' field at the time of creation
Sat, 31 Aug 2013 01:29:13 +0000 Enough to set the back reference once per object, not once per its property.
Sun, 25 Aug 2013 17:41:21 +0200 All callback calls are rescheduled to browser thread automatically
Sun, 25 Aug 2013 12:35:32 +0200 WebView's WSTransfer is disabled on JDK7, so report UnsupportedOExp
Sun, 25 Aug 2013 12:18:25 +0200 Introducing WSTransfer and making it work on JDK8
Sat, 24 Aug 2013 18:00:08 +0200 Less calls to JavaScript when initialing JSON model objects
Mon, 12 Aug 2013 10:06:14 +0200 Introducing @ModelOperation annotaiton
Tue, 25 Jun 2013 09:27:40 +0200 Can return boolean value
Mon, 24 Jun 2013 21:49:25 +0200 Only enable the FX WebView binding when the @JavaScriptBody annotation is active
Mon, 17 Jun 2013 11:47:50 +0200 All methods converted to annotation based
Tue, 28 May 2013 13:31:42 +0200 Moving Context into its own separate module, renaming to BrwsrCtx and making it flexible
Fri, 03 May 2013 10:27:06 +0200 A way to parse an input stream and create a JSON object
Wed, 01 May 2013 06:59:55 +0200 Providing some Javadoc, so Nexus allows the JAR to be released
Fri, 26 Apr 2013 16:22:23 +0200 Need to register as service provider of context
Thu, 25 Apr 2013 16:41:13 +0200 Need to convert values toModel to make sure all TCK tests pass properly in FXbrwsr
Thu, 25 Apr 2013 16:21:50 +0200 Initial implementation of knockout.js bindings via JavaFX's WebView