Tue, 25 Sep 2012 12:11:03 +0200Main method to compile some classes
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 12:11:03 +0200] rev 29
Main method to compile some classes

Tue, 25 Sep 2012 09:55:34 +0200Support for @OnClick behavior
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 09:55:34 +0200] rev 28
Support for @OnClick behavior

Tue, 25 Sep 2012 09:08:39 +0200Adding some different methods to various HTML elements and trying to override some methods with Element.js
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 25 Sep 2012 09:08:39 +0200] rev 27
Adding some different methods to various HTML elements and trying to override some methods with Element.js

Mon, 24 Sep 2012 15:06:43 +0200Can extract 'id' elements from a page and generate appropriate HTML page
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 15:06:43 +0200] rev 26
Can extract 'id' elements from a page and generate appropriate HTML page

Mon, 24 Sep 2012 12:39:21 +0200Can find all IDs in an XHTML page
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 12:39:21 +0200] rev 25
Can find all IDs in an XHTML page

Mon, 24 Sep 2012 11:22:50 +0200Fixing licenses by running mvn license:format -Dyear=2012
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 11:22:50 +0200] rev 24
Fixing licenses by running mvn license:format -Dyear=2012

Mon, 24 Sep 2012 11:19:11 +0200Ignoring target files, adding master pom
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 11:19:11 +0200] rev 23
Ignoring target files, adding master pom

Mon, 24 Sep 2012 11:07:38 +0200Getting ready for multiple projects inside one Hg repository
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 11:07:38 +0200] rev 22
Getting ready for multiple projects inside one Hg repository

Mon, 24 Sep 2012 09:35:00 +0200Basic support for manipulating array
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 24 Sep 2012 09:35:00 +0200] rev 21
Basic support for manipulating array

Fri, 21 Sep 2012 10:14:25 +0200Few more instructions required to load transitive closure of java/lang/Object
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 21 Sep 2012 10:14:25 +0200] rev 20
Few more instructions required to load transitive closure of java/lang/Object

Thu, 20 Sep 2012 14:35:21 +0200We can read definition of Object from the JDK. No need to provide default dummy implementation. InstanceSub is discovered automatically.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 14:35:21 +0200] rev 19
We can read definition of Object from the JDK. No need to provide default dummy implementation. InstanceSub is discovered automatically.

Thu, 20 Sep 2012 14:20:01 +0200The compilation to JavaScript now identifies list of external references and provides them back to the caller
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 14:20:01 +0200] rev 18
The compilation to JavaScript now identifies list of external references and provides them back to the caller

Thu, 20 Sep 2012 10:39:54 +0200instanceOf support
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 10:39:54 +0200] rev 17
instanceOf support

Thu, 20 Sep 2012 10:26:59 +0200Methods that accept and return objects are supported
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 10:26:59 +0200] rev 16
Methods that accept and return objects are supported

Thu, 20 Sep 2012 09:29:42 +0200Able to invoke interface methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Sep 2012 09:29:42 +0200] rev 15
Able to invoke interface methods

Wed, 19 Sep 2012 20:22:12 +0200Try multiple instances of the same class and make sure they don't influence their variables
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 20:22:12 +0200] rev 14
Try multiple instances of the same class and make sure they don't influence their variables

Wed, 19 Sep 2012 19:57:45 +0200Can invoke overwritten methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 19:57:45 +0200] rev 13
Can invoke overwritten methods

Wed, 19 Sep 2012 19:29:05 +0200Support for invoking virtual methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 19:29:05 +0200] rev 12
Support for invoking virtual methods

Wed, 19 Sep 2012 18:53:16 +0200Need to rotate the order of method parameters
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Sep 2012 18:53:16 +0200] rev 11
Need to rotate the order of method parameters

Sun, 16 Sep 2012 18:35:16 +0200Basic support for non-virtual instance methods and constructors
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 16 Sep 2012 18:35:16 +0200] rev 10
Basic support for non-virtual instance methods and constructors

Sun, 16 Sep 2012 07:28:57 +0200Support for static integer fields
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 16 Sep 2012 07:28:57 +0200] rev 9
Support for static integer fields

Sat, 15 Sep 2012 22:12:49 +0200Few more instructions, but not all of them are well implemented
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Sep 2012 22:12:49 +0200] rev 8
Few more instructions, but not all of them are well implemented

Mon, 27 Aug 2012 15:16:39 +0200Conditional statement and and or
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 15:16:39 +0200] rev 7
Conditional statement and and or

Mon, 27 Aug 2012 14:36:48 +0200Support for xor
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 14:36:48 +0200] rev 6
Support for xor

Mon, 27 Aug 2012 14:27:06 +0200Support for factorial computed with a for cycle
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 14:27:06 +0200] rev 5
Support for factorial computed with a for cycle

Mon, 27 Aug 2012 13:16:29 +0200Can compile recursive factorial
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 13:16:29 +0200] rev 4
Can compile recursive factorial

Mon, 27 Aug 2012 06:12:35 +0200Using floor when converting from double, float to int, long. Support for more than four parameters
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 06:12:35 +0200] rev 3
Using floor when converting from double, float to int, long. Support for more than four parameters

Mon, 27 Aug 2012 05:47:44 +0200Support for subtraction. Double occupies two slots. static import of byte codes.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 05:47:44 +0200] rev 2
Support for subtraction. Double occupies two slots. static import of byte codes.

Mon, 27 Aug 2012 05:17:08 +0200Handle float multiplication
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 05:17:08 +0200] rev 1
Handle float multiplication

Mon, 27 Aug 2012 05:08:30 +0200Initial version of the Bytecode to JavaScript translator
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 27 Aug 2012 05:08:30 +0200] rev 0
Initial version of the Bytecode to JavaScript translator