Tue, 31 Mar 2015 15:40:22 +0200 Jaroslav Tulach #251105: Move all asm related functionality to FnUtils and reference it only via reflection to make transitive closure of necessary API classes smaller.
Tue, 10 Mar 2015 15:22:39 +0100 Jaroslav Tulach Ensuring different primitive types lead to valid JSON format
Tue, 10 Mar 2015 15:14:30 +0100 Jaroslav Tulach Allow all primitive types in @Function method parameters
Wed, 18 Feb 2015 19:14:14 +0100 Jaroslav Tulach #250503: Make sure the String format of a message is still available even if the text forms a valid version of JSON
Mon, 26 Jan 2015 19:56:12 +0100 Jaroslav Tulach Additional test for #249545
Mon, 26 Jan 2015 19:28:18 +0100 Jaroslav Tulach #249545: Only call fillContext once per registered implementation class
Tue, 13 Jan 2015 16:41:10 +0100 Jaroslav Tulach #249690: Use getQualifiedName rather than getBinaryName to avoid obtaining $ for innerclasses
Sat, 03 Jan 2015 06:19:09 +0100 Jaroslav Tulach No need for additional 'self' variable
Fri, 19 Dec 2014 18:41:38 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 19 Dec 2014 18:41:37 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.1
Fri, 19 Dec 2014 18:41:37 +0100 Jaroslav Tulach [maven-release-plugin] prepare release release-1.1 release-1.1
Fri, 19 Dec 2014 18:21:23 +0100 Jaroslav Tulach Fixing Javadoc errors
Fri, 19 Dec 2014 10:57:23 +0100 Jaroslav Tulach #249319: targetId and an ability to apply bindings to specific element on the HTML page
Thu, 18 Dec 2014 09:22:47 +0100 Jaroslav Tulach Yet another test that is broken due to 'with:' misbehavior
Thu, 18 Dec 2014 04:43:12 +0100 Jaroslav Tulach The returned value may in fact remain double. Convert to int manually.
Thu, 18 Dec 2014 04:31:30 +0100 Jaroslav Tulach Testing whether function can be returned value and a parameter for method call
Thu, 18 Dec 2014 03:29:48 +0100 Jaroslav Tulach Merging the !keepAlive behavior into default branch. Seems to work consistently accross FX and script providers.
Thu, 18 Dec 2014 03:25:54 +0100 Jaroslav Tulach Bringing the !keepAlive approach to javax.script presenter as well weakfx
Wed, 17 Dec 2014 22:00:41 +0100 Jaroslav Tulach Cannot assert on converted values, as even Object types can get String values. weakfx
Wed, 17 Dec 2014 21:37:30 +0100 Jaroslav Tulach Really treat String as primitive type: don't give a presenter chance for additional conversions. weakfx
Wed, 17 Dec 2014 18:09:12 +0100 Jaroslav Tulach Try to consider String a primitive type weakfx
Wed, 17 Dec 2014 17:34:16 +0100 Jaroslav Tulach Callback type of 'self' needs to be java.lang.Object otherwise FX presenter cannot wrap its values in Weak reference weakfx
Wed, 17 Dec 2014 16:48:27 +0100 Jaroslav Tulach Ignore temporary NetBeans+Maven configuration files weakfx
Wed, 17 Dec 2014 16:24:00 +0100 Jaroslav Tulach Primitive types should not be wrapped even if 'keepAlive=false' weakfx
Tue, 16 Dec 2014 21:03:16 +0100 Jaroslav Tulach Providing an ability to apply model to element with certain id ApplyId
Wed, 17 Dec 2014 07:19:50 +0100 Jaroslav Tulach Initial attempt to implement keepAlive in FX presenter weakfx
Tue, 16 Dec 2014 21:49:45 +0100 Jaroslav Tulach Default for keepAlive is true
Sun, 14 Dec 2014 14:36:30 +0100 Jaroslav Tulach When waiting for background tasks, give other threads a chance to run
Fri, 12 Dec 2014 12:37:58 +0100 Jaroslav Tulach Fixing Javadoc warnings
Fri, 12 Dec 2014 11:50:20 +0100 Jaroslav Tulach Listing keepAlive attribute in what's new section
Fri, 12 Dec 2014 11:23:57 +0100 Jaroslav Tulach Merge of keepAlive option
Tue, 09 Dec 2014 13:42:51 +0100 Jaroslav Tulach #249117: Documenting and testing additional parameters of @Function methods
Fri, 12 Dec 2014 11:22:40 +0100 Jaroslav Tulach Giving API users better control over GC aspects of their objects gc
Tue, 09 Dec 2014 21:32:09 +0100 Jaroslav Tulach No weak references in classical JSB tests gc
Tue, 09 Dec 2014 11:43:46 +0100 Jaroslav Tulach Slight difference between this and thiz may cause fatal errors
Tue, 09 Dec 2014 11:00:52 +0100 Jaroslav Tulach More descriptive error when one forgets to post-process @JavaScriptBody classes
Tue, 09 Dec 2014 10:42:58 +0100 Jaroslav Tulach The GC behavior seems to be better defined. Merging to default branch.
Tue, 09 Dec 2014 09:24:22 +0100 Jaroslav Tulach Use string name to prevent linkage errors
Tue, 09 Dec 2014 10:38:46 +0100 Jaroslav Tulach Cleaning reference to JavaScript obj can help in some cases gc
Tue, 09 Dec 2014 10:06:48 +0100 Jaroslav Tulach Moving the ref.get() check into own method so it is not on a stack when executing the garbage collector gc
Tue, 09 Dec 2014 08:33:22 +0100 Jaroslav Tulach Bringing the most recent changes in default branch to gc gc
Tue, 09 Dec 2014 08:40:19 +0100 Jaroslav Tulach Refer to version 1.0 and 0.9
Tue, 09 Dec 2014 07:23:22 +0100 Jaroslav Tulach Merging unwanted conflict on GC branch gc
Thu, 04 Dec 2014 21:53:48 +0100 Jaroslav Tulach Additional method for #248918 to allow selection of technologies when booting FXBrowsers with a Runnable
Thu, 04 Dec 2014 11:04:28 +0100 Anton Epple #248468: Way nicer resizing of the FX view in design mode.
Thu, 04 Dec 2014 09:59:14 +0100 Jaroslav Tulach Hiding the old API changes by default
Thu, 04 Dec 2014 09:21:55 +0100 Jaroslav Tulach #248918: Introducing technology identifiers
Wed, 03 Dec 2014 11:41:24 +0100 Jaroslav Tulach Don't use compile on save - does not play well with JavaScriptBody post processing
Sat, 29 Nov 2014 22:25:40 +0100 Jaroslav Tulach Use optional dependency on asm-5.0.jar, so we don't have to bundle it when the classes are post processed.
Thu, 20 Nov 2014 14:59:04 +0100 Jaroslav Tulach Describing wrapper Java object around JavaScript one
Thu, 20 Nov 2014 14:07:35 +0100 Jaroslav Tulach Fixing broken links and typos in the javadoc
Thu, 20 Nov 2014 13:51:38 +0100 Jaroslav Tulach More detailed description of what one can do to work with raw knockout and JSON objects
Fri, 14 Nov 2014 18:21:02 +0100 Jaroslav Tulach Reference self indirectly, via a property that can be later cleaned gc
Wed, 12 Nov 2014 16:49:31 +0100 Jaroslav Tulach #248383: Checking behavior of setter as well
Wed, 12 Nov 2014 16:26:21 +0100 Jaroslav Tulach #248383: Trying to emulate problems with iterator(), but it seems to be working fine
Mon, 08 Dec 2014 21:04:35 +0100 Jaroslav Tulach Cleanup properties of the JavaScript object once its model gets garbage collected gc
Mon, 08 Dec 2014 20:59:41 +0100 Jaroslav Tulach Disable compile on save for every project gc
Mon, 08 Dec 2014 18:12:52 +0100 Jaroslav Tulach Give garbage collector a chance to GC something by existing the JavaScript loop few times gc
Mon, 08 Dec 2014 18:04:10 +0100 Jaroslav Tulach No need for two tests doing completely same thing gc
Mon, 08 Dec 2014 15:48:51 +0100 Jaroslav Tulach Moving the GC related tests into separate classes whose name starts with GC prefix gc