Fri, 04 Mar 2016 10:09:19 +0100 Jaroslav Tulach Making API snapshots part of the 1.3 release release-1.3 release-1.3
Tue, 29 Mar 2016 18:42:00 +0200 Jaroslav Tulach #258578: Pass arguments to failure handling methods generated for @OnReceive annotation
Fri, 04 Mar 2016 10:17:46 +0100 Jaroslav Tulach One more commit to the release-1.3 branch
Fri, 04 Mar 2016 10:16:37 +0100 Jaroslav Tulach Added tag release-1.3 for changeset 0c9f6bdacc78
Wed, 02 Mar 2016 03:32:15 +0100 Jaroslav Tulach Added tag release-1.3 for changeset 051f9a22ae7c
Wed, 02 Mar 2016 03:31:49 +0100 Jaroslav Tulach Merging in fixes from release-1.3 branch
Wed, 02 Mar 2016 03:13:13 +0100 Jaroslav Tulach Normalize constant values before they are assigned to knockout context release-1.3
Wed, 02 Mar 2016 03:08:19 +0100 Jaroslav Tulach Replacing two Boolean arrays holding readOnly and constant info by one numeric array. Helps portability. release-1.3
Tue, 01 Mar 2016 18:07:55 +0100 Jaroslav Tulach Behavior of long isn't unified across various execution environment. We cannot expect it is always represented as a number. release-1.3
Tue, 01 Mar 2016 04:31:55 +0100 Jaroslav Tulach Removed tag release-1.3 release-1.3
Tue, 01 Mar 2016 04:31:52 +0100 Jaroslav Tulach Removed tag release-1.3 release-1.3
Tue, 01 Mar 2016 04:31:16 +0100 Jaroslav Tulach Added tag release-1.3 for changeset 463510dbc24b release-1.3
Tue, 01 Mar 2016 04:29:39 +0100 Jaroslav Tulach Preparing release 1.3 release-1.3
Mon, 29 Feb 2016 19:54:28 +0100 Jaroslav Tulach #257154: Simplifying initialization of knockout technology. Use Models.toRaw(null);
Mon, 29 Feb 2016 19:37:04 +0100 Jaroslav Tulach Remove unused import
Mon, 29 Feb 2016 19:21:36 +0100 Jaroslav Tulach Links to most recent versions of the Fair Minesweeper game
Mon, 29 Feb 2016 19:13:11 +0100 Jaroslav Tulach Moving the stylesheet closer to the minesweeper board otherwise it seems to be ignored
Mon, 29 Feb 2016 06:14:14 +0100 Jaroslav Tulach Sources are one level deeper
Mon, 29 Feb 2016 06:13:12 +0100 Jaroslav Tulach Providing links to most up-to-date source of information about HTML/Java APIs
Mon, 29 Feb 2016 05:49:56 +0100 Jaroslav Tulach Documenting the xhr4j module
Mon, 29 Feb 2016 05:43:52 +0100 Jaroslav Tulach Scale the picture down to the size that is actually used on the overview page
Mon, 29 Feb 2016 05:39:42 +0100 Jaroslav Tulach Referencing most recent version 1.2.3
Mon, 29 Feb 2016 05:33:31 +0100 Jaroslav Tulach #258088: Merging @Property(mutable=false) into main development line
Mon, 29 Feb 2016 05:25:31 +0100 Jaroslav Tulach #257849: xhr4j module uses java.net package to handle @OnReceive requests to workaround CORS limitations xhr4j
Fri, 26 Feb 2016 21:44:26 +0100 Jaroslav Tulach #258088: Mention Property#mutable in API changes overview NonMutable258088
Mon, 22 Feb 2016 19:58:32 +0100 Jaroslav Tulach #258088: Non-mutable values aren't wrapped into ko.observable, but rather stored as primitive values NonMutable258088
Mon, 22 Feb 2016 06:09:33 +0100 Jaroslav Tulach #258088: Introducing @Property(mutable=false) and making sure the generated Java code yields exceptions when such properties are modified after their use by the technology NonMutable258088
Mon, 15 Feb 2016 05:27:28 +0100 Jaroslav Tulach Lowering the level of warning for using 'empty technology' - sometimes that is appropriate
Mon, 15 Feb 2016 05:26:13 +0100 Jaroslav Tulach Fully qualified name to access Object
Mon, 15 Feb 2016 05:23:17 +0100 Jaroslav Tulach Returning primitive array should yield ClassCastException during runtime
Thu, 11 Feb 2016 06:03:40 +0100 Jaroslav Tulach #257930: Generate @see reference to the user written method the generated one originates from
Mon, 08 Feb 2016 20:50:46 +0100 Jaroslav Tulach Number may not be Integer, it can be any Number
Mon, 08 Feb 2016 20:46:18 +0100 Jaroslav Tulach Convert to intValue is certain to give int result
Mon, 08 Feb 2016 20:42:23 +0100 Jaroslav Tulach Notification of changes may be delivered asynchronously by knockout
Thu, 21 Jan 2016 18:54:29 +0100 Jaroslav Tulach Merging in fix to allow use of lambda functions
Thu, 21 Jan 2016 18:54:01 +0100 Jaroslav Tulach Allow use of lamda functions in onLoad callback. Lambda function classes cannot be loaded by name, so avoid doing so when onLoad is specified.
Fri, 15 Jan 2016 13:08:35 +0100 Jaroslav Tulach Merge of various fixes into main development line
Fri, 15 Jan 2016 13:05:42 +0100 Jaroslav Tulach #257579: Erase the parameter types before computing the signature
Fri, 15 Jan 2016 11:41:37 +0100 Jaroslav Tulach Make sure the generated code uses fully qualified names when referencing java.lang.Object
Fri, 15 Jan 2016 11:40:28 +0100 Jaroslav Tulach Use fully qualified names when referencing java.lang.Object
Wed, 13 Jan 2016 05:53:12 +0100 Jaroslav Tulach Better formatting of the function envelope
Thu, 31 Dec 2015 08:20:05 +0100 Jaroslav Tulach #257348: Allocate @Model properties lazily to avoid StackOverFlowError
Sat, 26 Dec 2015 06:31:49 +0100 Jaroslav Tulach Print expected and actual values on assertion error
Thu, 17 Dec 2015 22:23:41 +0100 Jaroslav Tulach #257171: FXBrowsers.runInBrowser needs to properly set BrwsrCtx
Fri, 12 Feb 2016 08:40:12 +0100 Jaroslav Tulach Bringing the beans branch up-to-date with release-1.2.3 beans
Tue, 15 Dec 2015 23:19:35 +0100 Jaroslav Tulach Introducing @Component annotation, adding basic annotation and providing its (reflection based) implementation in ko4j module. Component257162
Mon, 14 Dec 2015 06:10:54 +0100 Jaroslav Tulach Link to frowRaw method of Models class
Mon, 14 Dec 2015 06:05:11 +0100 Jaroslav Tulach Open the links in a blank browser window
Mon, 14 Dec 2015 05:56:17 +0100 Jaroslav Tulach Documenting #257130 change
Mon, 14 Dec 2015 05:52:22 +0100 Jaroslav Tulach #257130: Switching to minified version of knockout.js
Sun, 13 Dec 2015 21:33:32 +0100 Jaroslav Tulach Merge of #257039 work
Sun, 13 Dec 2015 21:30:52 +0100 Jaroslav Tulach Making sure binding from original to copied property is also kept
Sun, 13 Dec 2015 21:12:26 +0100 Jaroslav Tulach Support for 'copy' or 'fetch' of a raw data into new @Model class
Sun, 13 Dec 2015 14:49:37 +0100 Jaroslav Tulach Passing Boolean[] into JavaScript part is easier in JavaFX webview
Wed, 09 Dec 2015 23:59:56 +0100 Jaroslav Tulach Merge of #257086 into default branch
Wed, 09 Dec 2015 23:58:27 +0100 Jaroslav Tulach #257086: Use inPckName to propertly specify the name of the static method
Wed, 09 Dec 2015 22:13:16 +0100 Jaroslav Tulach Documenting how to initialize and read private values from the implementation class
Wed, 09 Dec 2015 21:39:13 +0100 Jaroslav Tulach #257039: @Model.instance() to allow storage of private (and non-JSON like) state in a model
Wed, 02 Dec 2015 08:44:31 +0100 Jaroslav Tulach Improving documentation of the @JavaScriptBody's callback mechanism
Thu, 26 Nov 2015 20:59:51 +0100 Jaroslav Tulach #256696: Making OSGi headers, enterprise OSGi ready