Mon, 28 Apr 2014 10:59:12 +0200 Jaroslav Tulach Being able to compile resources into the generated JavaScript file and use them. closure
Mon, 28 Apr 2014 08:54:51 +0200 Jaroslav Tulach Fixing the test name closure
Sun, 27 Apr 2014 22:40:17 +0200 Jaroslav Tulach Initial infrastructure to export resources closure
Sun, 27 Apr 2014 08:33:38 +0200 Jaroslav Tulach Need to include all emul-mini classes in the generated bck2brwsr.js closure
Sat, 26 Apr 2014 21:30:06 +0200 Jaroslav Tulach Different meaning of root vs. added classes. Ability to explicitly enumerate classes that should be exported and available with fully qualified name. closure
Sat, 26 Apr 2014 21:16:06 +0200 Jaroslav Tulach Need to disable compile on save, as we process JARs and directories differently closure
Sat, 26 Apr 2014 19:13:56 +0200 Jaroslav Tulach Can execute VMTest in browser, if it is annotated with @Exported annotation like the BooleanTest closure
Fri, 25 Apr 2014 15:06:09 +0200 Jaroslav Tulach Backporting selection of jfxrt.jar based on used JDK closure
Fri, 25 Apr 2014 09:59:48 +0200 Jaroslav Tulach A test to verify the extension mode closure
Fri, 25 Apr 2014 08:14:12 +0200 Jaroslav Tulach Backporting expandArray fixes to make all rt/vm tests pass on Nashorn closure
Thu, 24 Apr 2014 18:05:21 +0200 Jaroslav Tulach Backporting da9e5973e699 to make sure we run on Nashorn (at least a bit) closure
Wed, 23 Apr 2014 17:48:43 +0200 Jaroslav Tulach Merge in less methods in Object
Wed, 23 Apr 2014 17:43:36 +0200 Jaroslav Tulach java.lang.Object's methods are pushed into Object.prototype. The less of them, the better. Moving them to Class
Sat, 15 Mar 2014 20:09:06 +0100 Jaroslav Tulach Upgrading to most recent version of html4j API
Fri, 07 Mar 2014 09:41:24 +0100 Jaroslav Tulach Getting ready for new version which will need Executor in the context
Sun, 02 Mar 2014 11:54:59 +0100 Jaroslav Tulach Correct isWhitespace up until 128
Tue, 18 Feb 2014 22:29:25 +0100 Jaroslav Tulach Shortening the generated code by providing shorter new array methods ReducedStack
Wed, 19 Feb 2014 08:10:04 +0100 Jaroslav Tulach Reduced stack seems to be stable enough to be merged into default branch
Tue, 18 Feb 2014 22:20:50 +0100 Jaroslav Tulach More effective replaces on stack ReducedStack
Tue, 18 Feb 2014 21:43:55 +0100 Jaroslav Tulach The array needs to grow up to expectedSize, don't decrement it ReducedStack
Tue, 18 Feb 2014 11:01:08 +0100 Anton Epple Y01 Improved Package documentation canvas
Tue, 18 Feb 2014 10:02:46 +0100 Jaroslav Tulach Don't generate String constants either ReducedStack
Mon, 17 Feb 2014 17:49:30 +0100 Jaroslav Tulach Verify behavior when string constants are used ReducedStack
Mon, 17 Feb 2014 17:41:00 +0100 Jaroslav Tulach No need to generate primitive final fields as their values get inlined in the classfiles anyway ReducedStack
Mon, 17 Feb 2014 17:33:22 +0100 Jaroslav Tulach Removing unused constants ReducedStack
Mon, 17 Feb 2014 16:55:44 +0100 Jaroslav Tulach Invoking non-static method needs to perform dispatch ReducedStack
Mon, 17 Feb 2014 15:39:34 +0100 Jaroslav Tulach 15KB less from 1.4MB by eliminating empty for operations ReducedStack
Mon, 17 Feb 2014 14:26:55 +0100 Jaroslav Tulach Another if statements to flush stack before generating them ReducedStack
Mon, 17 Feb 2014 12:08:31 +0100 Jaroslav Tulach Correctly encode the index of the type using bit shift ReducedStack
Mon, 17 Feb 2014 07:54:35 +0100 Jaroslav Tulach Don't clear the stack mapping when doing a cast ReducedStack
Mon, 17 Feb 2014 07:52:41 +0100 Jaroslav Tulach Include the whole code of the program in the dump ReducedStack
Sun, 16 Feb 2014 23:56:01 +0100 Jaroslav Tulach One less ; ReducedStack
Sun, 16 Feb 2014 23:33:57 +0100 Jaroslav Tulach Use normal constants and only wrap them before calling an operation on them ReducedStack
Sun, 16 Feb 2014 22:22:22 +0100 Jaroslav Tulach Making sure bit manipulation with longs produce reasonable results ReducedStack
Sun, 16 Feb 2014 20:36:47 +0100 Jaroslav Tulach Merging this test from default branch ReducedStack
Sun, 16 Feb 2014 20:06:03 +0100 Jaroslav Tulach More tests of the bit operations on longs
Sat, 15 Feb 2014 23:16:11 +0100 Jaroslav Tulach Flush stack before performing goto ReducedStack
Sat, 15 Feb 2014 23:13:53 +0100 Jaroslav Tulach Enclose constants as objects. Get the function arguments without creates stack objects. Flush stack on frame closing. ReducedStack
Sat, 15 Feb 2014 20:18:26 +0100 Jaroslav Tulach Eliminates use of stack in empty super constructor call ReducedStack
Sat, 15 Feb 2014 17:30:47 +0100 Jaroslav Tulach Removing dead code ReducedStack
Sat, 15 Feb 2014 17:23:24 +0100 Jaroslav Tulach Keep the state of registers in an array and flush it later ReducedStack
Sat, 15 Feb 2014 15:47:28 +0100 Jaroslav Tulach Enough to index by depth, no need to have separate counters for each type ReducedStack
Sat, 15 Feb 2014 14:36:43 +0100 Jaroslav Tulach Centralizing the stack pushes into single assign method ReducedStack
Wed, 12 Feb 2014 16:12:15 +0100 Anton Epple fixed to match updated API canvas
Wed, 12 Feb 2014 14:46:40 +0100 Anton Epple added missing javadoc canvas
Wed, 12 Feb 2014 14:43:38 +0100 Anton Epple (Y05) Reintroduced the methods for using ImageData, since they?re already implemented and I have a very good usecase: canvas
Wed, 12 Feb 2014 14:19:10 +0100 Anton Epple changed LinearGradient and RadialGradient inheritance (Y08) canvas
Wed, 12 Feb 2014 13:12:44 +0100 Anton Epple removed HashMap from method signatures (Y07) canvas
Wed, 12 Feb 2014 09:14:20 +0100 Anton Epple More JavaDoc improvements. canvas
Wed, 12 Feb 2014 08:56:40 +0100 Anton Epple More JavaDoc improvements. canvas
Wed, 12 Feb 2014 08:43:07 +0100 Anton Epple More JavaDoc improvements. canvas
Wed, 12 Feb 2014 08:33:31 +0100 Anton Epple More JavaDoc improvements. canvas
Wed, 12 Feb 2014 08:21:34 +0100 Anton Epple Some JavaDoc improvements. canvas
Tue, 11 Feb 2014 15:42:12 +0100 Anton Epple fixed null pointer exception (somewhat hacky solution) canvas
Tue, 11 Feb 2014 13:39:53 +0100 Anton Epple fixed method signatures of ImageDataWrapper (double -> int) canvas
Tue, 11 Feb 2014 13:35:35 +0100 Anton Epple fixed method signature (double -> int) canvas
Tue, 11 Feb 2014 13:31:42 +0100 Anton Epple Merging latest changes from main line canvas
Tue, 11 Feb 2014 10:48:24 +0100 Jaroslav Tulach Adding factory method javadoc canvas
Fri, 07 Feb 2014 10:03:44 +0100 Jaroslav Tulach [maven-release-plugin] prepare for next development iteration
Fri, 07 Feb 2014 10:03:38 +0100 Jaroslav Tulach [maven-release-plugin] copy for tag release-0.8.1