Wed, 06 Nov 2013 15:15:54 +0100 Jaroslav Tulach Introducing Agent-Class to allow java.lang.instrument-like transforms of the @JavaScriptBody annotation
Tue, 05 Nov 2013 23:06:32 +0100 Jaroslav Tulach Exposing Fn.activate and Fn.activePresenter so they are available from exported packages
Tue, 05 Nov 2013 13:05:36 +0100 Jaroslav Tulach By default set public packages to empty string
Tue, 05 Nov 2013 12:59:47 +0100 Jaroslav Tulach Try also context classloader as a fallback - when not found, print a warning
Tue, 05 Nov 2013 12:59:16 +0100 Jaroslav Tulach Proper name of the exception
Tue, 05 Nov 2013 12:57:50 +0100 Jaroslav Tulach Depend only on lookup and only during compile time (e.g. provided dependency)
Tue, 05 Nov 2013 12:55:07 +0100 Jaroslav Tulach Another missing exported package
Tue, 05 Nov 2013 12:54:34 +0100 Jaroslav Tulach Accessing the impl classes via reflection only
Tue, 05 Nov 2013 09:04:29 +0100 Jaroslav Tulach Running inside OSGi container nicely reveals what packages need to be public...
Mon, 04 Nov 2013 13:03:58 +0100 Jaroslav Tulach Converted my JARs into OSGi bundles
Sat, 02 Nov 2013 15:50:23 +0100 Jaroslav Tulach Adding forgotten header
Sat, 02 Nov 2013 15:28:08 +0100 Jaroslav Tulach Primitive arrays in constructor takes primitive types
Sat, 02 Nov 2013 14:36:57 +0100 Jaroslav Tulach New lines in the javadoc
Thu, 10 Oct 2013 14:03:53 +0200 Jaroslav Tulach Manually merging current head with Jirka's conversions and switch to 0.7-SNAPSHOT
Thu, 10 Oct 2013 14:02:18 +0200 Jaroslav Tulach FnUtils are bloated and contain references to Asm classes. Separate the code needed by generated JsCallbacks into own class
Mon, 07 Oct 2013 13:29:07 +0200 Jaroslav Tulach Documenting the batch initialization interface
Wed, 18 Sep 2013 13:19:55 +0200 Jaroslav Tulach More flexible conversions as suggested by Jirka Tulach
Tue, 17 Sep 2013 12:20:40 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Tue, 17 Sep 2013 12:20:35 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.6
Tue, 17 Sep 2013 12:20:31 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-0.6 release-0.6
Mon, 16 Sep 2013 12:17:36 +0200 Jaroslav Tulach Continue iteration to next package, if needed
Sun, 15 Sep 2013 18:00:08 +0200 Jaroslav Tulach Log the function definition in a single log statement
Fri, 13 Sep 2013 11:50:42 +0200 Jaroslav Tulach Context should be shared per classloader batchnotify
Fri, 13 Sep 2013 11:49:26 +0200 Jaroslav Tulach Trigger Java<->JavaScript synchronization also for Tyrus tests batchnotify
Fri, 13 Sep 2013 11:40:18 +0200 Jaroslav Tulach Trigger Java<->JavaScript synchronization before querying the browser for its state. batchnotify
Fri, 13 Sep 2013 11:37:01 +0200 Jaroslav Tulach Notify changes only when the topmost presenter is being cleared batchnotify
Fri, 13 Sep 2013 11:04:17 +0200 Jaroslav Tulach Push values of chagned properties rather than letting the browser to callback for them batchnotify
Fri, 13 Sep 2013 10:17:21 +0200 Jaroslav Tulach Indexing by Combo to have access to properties batchnotify
Fri, 13 Sep 2013 10:06:56 +0200 Jaroslav Tulach 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. batchnotify
Thu, 12 Sep 2013 17:59:10 +0200 Jaroslav Tulach Notifies property changes in one batch batchnotify
Thu, 12 Sep 2013 17:18:18 +0200 Jaroslav Tulach Adding missing license to the HTML documentation file
Thu, 12 Sep 2013 16:13:26 +0200 Jaroslav Tulach One more link to websockets.html
Thu, 12 Sep 2013 16:10:02 +0200 Jaroslav Tulach Documenting how to use WebSockets
Thu, 12 Sep 2013 14:40:29 +0200 Jaroslav Tulach Javadoc for FXBrowsers.load
Thu, 12 Sep 2013 11:31:04 +0200 Jaroslav Tulach More compatible change with one deprecation
Thu, 12 Sep 2013 09:33:50 +0200 Jaroslav Tulach Support for multiple FX WebViews running at once in isolation
Wed, 11 Sep 2013 14:49:49 +0200 Jaroslav Tulach Using logging to track Java<->JavaScript calls
Sun, 08 Sep 2013 15:14:36 +0200 Jaroslav Tulach Making the archetype much simpler - one model class, one HTML page is easier to change into something real
Sat, 07 Sep 2013 20:31:23 +0200 Jaroslav Tulach Bck2Brwsr now offers Thread, just throws SecurityException when one is manipulating with it
Sat, 07 Sep 2013 07:36:43 +0200 Jaroslav Tulach Don't generate properties constructor if there are no properties
Thu, 05 Sep 2013 18:36:44 +0200 Jaroslav Tulach Pretend we compiled against JDK7, so asm does not complain about unknown bytecode. Innovation - that is what one gets by forgetting to make classes and methods final...
Mon, 02 Sep 2013 19:58:24 +0200 Jaroslav Tulach Clone needs to be deep
Mon, 02 Sep 2013 18:35:53 +0200 Jaroslav Tulach Support equals and hashCode on @Model classes
Mon, 02 Sep 2013 18:06:56 +0200 Jaroslav Tulach Calling set with the same value does not notify the KO of a property change
Sun, 01 Sep 2013 07:13:38 +0000 Jaroslav Tulach Precompute property values in Java, so ko.computed does not need to call back from JavaScript to get initial value.
Sun, 01 Sep 2013 06:52:02 +0000 Jaroslav Tulach One can made changes in an array without initializing the 'ko' pair object
Sat, 31 Aug 2013 17:06:18 +0000 Jaroslav Tulach Need to print out all throwables, otherise the FX View may swallow errors
Sat, 31 Aug 2013 11:57:42 +0000 Jaroslav Tulach Support only batch operations
Sat, 31 Aug 2013 11:44:36 +0000 Jaroslav Tulach 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 Jaroslav Tulach Don't call additional setModel, assign the 'ko.fx-model' field at the time of creation
Sat, 31 Aug 2013 07:48:08 +0000 Jaroslav Tulach Report malformed JavaScriptBody callback as an error
Sat, 31 Aug 2013 01:29:13 +0000 Jaroslav Tulach Enough to set the back reference once per object, not once per its property.
Sat, 31 Aug 2013 00:39:39 +0000 Jaroslav Tulach It is more effective to remember the defined function in a field
Sat, 31 Aug 2013 00:38:59 +0000 Jaroslav Tulach Merging the fixes made for 0.5 line to default branch
Fri, 30 Aug 2013 15:09:01 +0000 Jaroslav Tulach Callbacks should rather catch all exceptions, otherwise a NPE, like one generated by Tyrus, may kill whole JavaFX WebView
Thu, 29 Aug 2013 16:08:09 +0000 Jaroslav Tulach Localhost URL with non-probably port and random path seems to be good way for real browsers to trigger onerror situation
Thu, 29 Aug 2013 14:30:17 +0000 Jaroslav Tulach The type of sex needs to be enclosed in '
Tue, 27 Aug 2013 07:32:12 +0000 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Tue, 27 Aug 2013 07:32:11 +0000 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.5
Tue, 27 Aug 2013 07:32:11 +0000 Jaroslav Tulach [maven-release-plugin] prepare release release-0.5 release-0.5