Sat, 15 Feb 2014 20:18:26 +0100Eliminates use of stack in empty super constructor call ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 20:18:26 +0100] rev 1457
Eliminates use of stack in empty super constructor call

Sat, 15 Feb 2014 17:30:47 +0100Removing dead code ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 17:30:47 +0100] rev 1456
Removing dead code

Sat, 15 Feb 2014 17:23:24 +0100Keep the state of registers in an array and flush it later ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 17:23:24 +0100] rev 1455
Keep the state of registers in an array and flush it later

Sat, 15 Feb 2014 15:47:28 +0100Enough to index by depth, no need to have separate counters for each type ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 15:47:28 +0100] rev 1454
Enough to index by depth, no need to have separate counters for each type

Sat, 15 Feb 2014 14:36:43 +0100Centralizing the stack pushes into single assign method ReducedStack
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 15 Feb 2014 14:36:43 +0100] rev 1453
Centralizing the stack pushes into single assign method

Wed, 12 Feb 2014 16:12:15 +0100fixed to match updated API canvas
Anton Epple <toni.epple@eppleton.de> [Wed, 12 Feb 2014 16:12:15 +0100] rev 1452
fixed to match updated API

Wed, 12 Feb 2014 14:46:40 +0100added missing javadoc canvas
Anton Epple <toni.epple@eppleton.de> [Wed, 12 Feb 2014 14:46:40 +0100] rev 1451
added missing javadoc

Wed, 12 Feb 2014 14:43:38 +0100(Y05) Reintroduced the methods for using ImageData, since they?re already implemented and I have a very good usecase: canvas
Anton Epple <toni.epple@eppleton.de> [Wed, 12 Feb 2014 14:43:38 +0100] rev 1450
(Y05) Reintroduced the methods for using ImageData, since they?re already implemented and I have a very good usecase:
It?s useful for the tricks we need on mobile for fast application launch: Take a snapshot of the UI at application shutdown and display it on application start.

Wed, 12 Feb 2014 14:19:10 +0100changed LinearGradient and RadialGradient inheritance (Y08) canvas
Anton Epple <toni.epple@eppleton.de> [Wed, 12 Feb 2014 14:19:10 +0100] rev 1449
changed LinearGradient and RadialGradient inheritance (Y08)
removed setters from Style subclasses (Y06)
renamed method getAccssr to what it does: init (Y02)
created factory method for Gradients (Y07)

Wed, 12 Feb 2014 13:12:44 +0100removed HashMap from method signatures (Y07) canvas
Anton Epple <toni.epple@eppleton.de> [Wed, 12 Feb 2014 13:12:44 +0100] rev 1448
removed HashMap from method signatures (Y07)