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
Tue, 27 Aug 2013 07:27:51 +0000 Jaroslav Tulach Javadoc and descriptions for individual modules
Sun, 25 Aug 2013 17:41:21 +0200 Jaroslav Tulach All callback calls are rescheduled to browser thread automatically
Sun, 25 Aug 2013 15:43:30 +0200 Jaroslav Tulach During incremental compilation the type name may be fully resolved - take just the simple part
Sun, 25 Aug 2013 14:40:16 +0200 Jaroslav Tulach Tyrus based implementation of WebSockets for JDK7
Sun, 25 Aug 2013 12:35:32 +0200 Jaroslav Tulach WebView's WSTransfer is disabled on JDK7, so report UnsupportedOExp
Sun, 25 Aug 2013 12:18:25 +0200 Jaroslav Tulach Introducing WSTransfer and making it work on JDK8
Sun, 25 Aug 2013 12:18:02 +0200 Jaroslav Tulach More descriptive toString() value
Sun, 25 Aug 2013 10:51:50 +0200 Jaroslav Tulach Documenting parameters in Javadoc
Sun, 25 Aug 2013 09:36:33 +0200 Jaroslav Tulach Introducing special JSON receiver rather than using tricks with Runnable and Object[]
Sat, 24 Aug 2013 18:00:08 +0200 Jaroslav Tulach Less calls to JavaScript when initialing JSON model objects
Sat, 24 Aug 2013 16:56:40 +0200 Jaroslav Tulach If the netbeans.inspect.port is on and working smootly enable reloading of the HTML page via popup menu
Sat, 24 Aug 2013 13:02:30 +0200 Jaroslav Tulach Need to compare erasured types when seeking for enum
Sat, 24 Aug 2013 12:41:46 +0200 Jaroslav Tulach Report an exception when page loading fails
Fri, 23 Aug 2013 22:23:30 +0200 Jaroslav Tulach More intricate ways to control WebSocket connections
Fri, 23 Aug 2013 09:42:19 +0200 Jaroslav Tulach Is supported if we run in the browser
Wed, 21 Aug 2013 17:38:59 +0200 Jaroslav Tulach Always return instance of a clip
Sat, 17 Aug 2013 14:31:06 +0200 Jaroslav Tulach Initial support of websockets communication
Sat, 17 Aug 2013 14:10:27 +0200 Jaroslav Tulach Return after printing the exception
Sat, 17 Aug 2013 10:23:40 +0200 Jaroslav Tulach OnReceive can identify onError method
Fri, 16 Aug 2013 21:20:42 +0200 Jaroslav Tulach Javadoc fix
Wed, 14 Aug 2013 18:23:03 +0200 Jaroslav Tulach Working well with ko4j.debugger rev. f36bfe284b8e from http://hg.netbeans.org/main/contrib/ repository: if netbeans.inspect.port is specified and connection to the IDE is established properly, livepage inspection is started.
Wed, 14 Aug 2013 11:54:08 +0200 Jaroslav Tulach In case the type is errornous, use just a simple name
Mon, 12 Aug 2013 12:13:49 +0200 Jaroslav Tulach Getting ready for JDK-8019243 fix: assume a class element with error type is a model class that will be generated
Mon, 12 Aug 2013 10:06:14 +0200 Jaroslav Tulach Introducing @ModelOperation annotaiton
Sun, 11 Aug 2013 19:35:07 +0200 Jaroslav Tulach Hide the first image, if there are two
Sun, 11 Aug 2013 19:28:03 +0200 Jaroslav Tulach Improving the API by including my daughter's Duke w/ Earth picture. Thanks Anna.
Fri, 09 Aug 2013 16:57:52 +0200 Jaroslav Tulach Bringing in latest improvements in default branch ios
Fri, 09 Aug 2013 16:56:47 +0200 Jaroslav Tulach @ComputedProperty method can really return a model class
Fri, 09 Aug 2013 16:50:00 +0200 Jaroslav Tulach Clarifying that arrays from @ComputedProperty are returned via List<Smthng>
Fri, 09 Aug 2013 16:49:00 +0200 Jaroslav Tulach Need to clean fetched property Since abed4da1d5c7