javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Element.java
Thu, 21 Mar 2013 15:45:42 +0100 Dynamically generate classes representing elements on the HTML @Page
Thu, 14 Mar 2013 09:22:28 +0100 Hacky way (relies on singleton) to get FX working. Can attach @On(event=CLICK) and show alert in FX WebView now
Tue, 05 Mar 2013 19:00:36 +0100 Support for event parameters for methods annotated by @On(event). Basic idea by me, tests provided by Toni. Thanks a lot.
Sat, 26 Jan 2013 08:47:05 +0100 In order to support fields of the same name in subclasses we are now prefixing them with name of the class that defines them. To provide convenient way to access them from generated bytecode and also directly from JavaScript, there is a getter/setter function for each field. It starts with _ followed by the field name. If called with a parameter, it sets the field, with a parameter it just returns it.
Tue, 22 Jan 2013 21:57:27 +0100 Test to verify Knockout can handle String properties
Tue, 22 Jan 2013 19:27:00 +0100 Merge with default branch to bring in @HtmlElement and @BrwsrTest
Tue, 22 Jan 2013 17:28:01 +0100 API for accesing HTML canvas
Mon, 21 Jan 2013 16:26:47 +0100 Shows how easy it is to test the model
Mon, 14 Jan 2013 11:30:56 +0100 Using 'this' in @JavaScriptBody instance methods
Sat, 12 Jan 2013 20:27:52 +0100 Generic methods for querying and changing attributes
Sat, 12 Jan 2013 20:24:30 +0100 Allowing access to all onsmthng events of page elements
Sat, 12 Jan 2013 10:44:37 +0100 Basic support for timer
Tue, 04 Dec 2012 09:16:53 +0100 Using the same mangling scheme as JNI
Fri, 09 Nov 2012 11:47:00 +0100 Moving the htmlpage API into a submodule in preparation of adding in an example of its usage