javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/GraphicsContext.java
Tue, 24 Feb 2015 11:12:53 +0100 Using year range 2012-2015 in copyright header
Tue, 21 May 2013 16:10:52 +0200 Refactored names to unpopular naming scheme, because (a) bck2brwsr Canvas implementation must be named Canvas due to mapping in bck2brwsr and I don't want interface and impl to have the same name. (b) with the "I" prefix at least it's consistent, even if nobody uses that anymore. (c) names are the same as in HTML5 Canvas Javascript API, so it's more familiar...
Thu, 02 May 2013 10:08:35 +0200 Hopefully resuscitating the original code from rev. 146ae7b52b64 by manual merge
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