javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/GraphicsContext.java
Fri, 22 Mar 2013 00:05:41 +0100 Alas, need to merge into default branch, but without any changes from the accidental commit on default branch
Thu, 21 Mar 2013 15:45:42 +0100 Dynamically generate classes representing elements on the HTML @Page
Wed, 27 Feb 2013 14:56:25 +0100 According to https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String one is supposed to use valueOf to convert from String object to primitive string value
Thu, 14 Feb 2013 12:06:16 +0100 According to http://www.w3.org/html/wg/drafts/2dcontext/html5_canvas/#dom-context-2d-globalcompositeoperation the setGlobalCompositeOperation needs String parameter
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 17:28:01 +0100 API for accesing HTML canvas