Sun, 06 Sep 2015 14:48:44 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sun, 06 Sep 2015 14:48:43 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.2.1
Sun, 06 Sep 2015 14:48:43 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-1.2.1 release-1.2.1
Sun, 06 Sep 2015 14:38:24 +0200 Jaroslav Tulach The latest version is going to be 1.2.1
Sat, 05 Sep 2015 22:35:56 +0200 Jaroslav Tulach Merge of fix for 255026
Sat, 05 Sep 2015 22:34:50 +0200 Jaroslav Tulach #255026: When comparing whether value of a Model property changed, one needs to compare against the previous value of the object, not the just assigned one.
Mon, 31 Aug 2015 22:55:01 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Mon, 31 Aug 2015 22:55:01 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.2
Mon, 31 Aug 2015 22:55:01 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-1.2 release-1.2
Mon, 31 Aug 2015 22:52:42 +0200 Jaroslav Tulach Removed tag release-1.2
Mon, 31 Aug 2015 22:27:33 +0200 Jaroslav Tulach #254882: More optimal event delivery when Proto.replaceValue(List, ...) is called.
Sat, 29 Aug 2015 01:51:36 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Sat, 29 Aug 2015 01:51:35 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.2
Sat, 29 Aug 2015 01:51:35 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-1.2
Sat, 29 Aug 2015 01:45:48 +0200 Jaroslav Tulach Merging two bugfixes done after first, unsuccessful attempt to release 1.2
Sat, 29 Aug 2015 01:44:24 +0200 Jaroslav Tulach Removed tag release-1.2
Sat, 29 Aug 2015 01:43:59 +0200 Toni Epple #254779: Use -Dfirebug.lite=true to enable Firebug integration
Wed, 26 Aug 2015 08:32:24 +0200 Jaroslav Tulach Closing the input tag fixes problems when running the TCK in bck2brwsr
Wed, 26 Aug 2015 07:30:32 +0200 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Wed, 26 Aug 2015 07:30:31 +0200 Jaroslav Tulach [maven-release-plugin] copy for tag release-1.2
Wed, 26 Aug 2015 07:30:31 +0200 Jaroslav Tulach [maven-release-plugin] prepare release release-1.2
Tue, 25 Aug 2015 22:32:18 +0200 Jaroslav Tulach #253185: Emit a warning when there is a mishmash in actual and args parameter names
Tue, 25 Aug 2015 22:18:29 +0200 Jaroslav Tulach Unused imports
Mon, 24 Aug 2015 23:02:20 +0200 Jaroslav Tulach Ignore the tests on all JDK8 and add today's new one. Seems to be broken as well.
Mon, 24 Aug 2015 22:37:29 +0200 Jaroslav Tulach #254670: Need to convert enums to strings before passing them to knockout.js
Sun, 02 Aug 2015 10:03:54 +0200 Jaroslav Tulach Return type of @ComputedProperty's write method has to be void
Sun, 02 Aug 2015 09:59:37 +0200 Jaroslav Tulach Fixing the 1st argument of the write method, so we can really check the error in second argument
Sun, 19 Jul 2015 14:04:03 +0200 Jaroslav Tulach #252862: Remember state of FXWebView from previous application run
Sun, 19 Jul 2015 13:09:06 +0200 Jaroslav Tulach Moving the initial window position computation into separate method
Wed, 15 Jul 2015 22:06:19 +0200 Jaroslav Tulach #250450: Support for writable @ComputedProperty
Sat, 04 Jul 2015 22:41:17 +0200 Jaroslav Tulach Replacing model really needs to change the reference, as they are usually mutable and even if they are equal at a moment, they may start to be different in the future.
Fri, 03 Jul 2015 18:27:00 +0200 Jaroslav Tulach Cloning should record its usage of all model's properties, so it can be used in @ComputedProperty methods.
Thu, 02 Jul 2015 08:27:47 +0200 Jaroslav Tulach WebSocket transport without data() attribute is an error
Thu, 02 Jul 2015 08:19:25 +0200 Jaroslav Tulach Verify number of opening braces is the same as number of closing braces
Wed, 01 Jul 2015 23:21:56 +0200 Jaroslav Tulach More usage of inPckName
Wed, 24 Jun 2015 23:51:08 +0200 Jaroslav Tulach Replace access to null field with a call to method that doesn't throw any exception.
Wed, 24 Jun 2015 22:42:35 +0200 Jaroslav Tulach It is more effective to properly concatenate the string than to wrap streams in SequenceInputStream
Sun, 14 Jun 2015 22:11:56 +0200 Jaroslav Tulach #252987: Turn singleton into array when requested.
Sun, 14 Jun 2015 21:45:02 +0200 Jaroslav Tulach Verify we can deserialize arrays inside of a JSON object
Sun, 07 Jun 2015 20:40:39 +0200 Jaroslav Tulach Occupy 90% of width and height
Wed, 27 May 2015 23:37:25 +0200 Jaroslav Tulach #252258: @OnReceive attribute to specify additional request headers
Wed, 27 May 2015 22:40:01 +0200 Jaroslav Tulach Removing spaces at the end of the lines
Wed, 20 May 2015 06:27:27 +0200 Jaroslav Tulach Removing trailing spaces and ensuring that if a URL parameter is used multiple times, it generates just a single method parameter
Wed, 13 May 2015 10:21:37 +0300 Jaroslav Tulach Describing the importance of specifying the correct signature
Tue, 12 May 2015 21:58:37 +0300 Jaroslav Tulach More newlines for easier debugging
Tue, 12 May 2015 21:56:39 +0300 Jaroslav Tulach More of semicolons and newlines
Wed, 15 Apr 2015 10:39:20 +0200 Jaroslav Tulach #251119: Replacing assert with real assertXYZ method makes it certain the check is really performed in all situations
Sat, 11 Apr 2015 07:41:04 +0200 Jaroslav Tulach Ensure callback can be made to Java method with innerclass type parameters
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