lp:jeash

Created by Niel Drummond and last modified
Get this branch:
bzr branch lp:jeash

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Niel Drummond
Project:
jeash
Status:
Development

Import details

Import Status: Failed

This branch is an import of the Subversion branch from https://nekonme.googlecode.com/svn/trunk/jeash/.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 1 minute — see the log
Import started on galapagos and finished taking 40 seconds — see the log
Import started on pear and finished taking 25 seconds — see the log
Import started on pear and finished taking 50 seconds — see the log

Recent revisions

137. By <email address hidden>

[html5] BitmapData allocation patch from profelis. fixes #JEASH-35

136. By <email address hidden>

[html5] Honour mouseEnabled in children. fixes #JEASH-27

135. By <email address hidden>

[html5] Merge SharedObject patch by profelis.

Ref: https://github.com/haxenme/NME/issues/34

134. By <email address hidden>

[html5] Error class patches by profelis.

Ref: https://github.com/haxenme/NME/issues/35

133. By <email address hidden>

[html5] Apply patch by profelis. fixes #JEASH-34

132. By <email address hidden>

[html5] Revert recent changeset that causes compile errors in Video.

Revert "restore support for matrix in bitmapdata draw"

This reverts commit aed0191686187461ca90e0bbc0ca2d5752c50b52.

Conflicts:

 jeash/display/DisplayObject.hx
 jeash/display/DisplayObjectContainer.hx

131. By <email address hidden>

[html5] Revert changeset that broke off-stage initialization.

Revert "stage cannot be valid for display objects not on stage"

This reverts commit ad1c8a122551b0d23d0480107c04ef5798867969.

130. By <email address hidden>

[html5] Merge pull request from profelis. fixes #33

Refactor KeyCode / keyIdentifier in keyboard events.

129. By <email address hidden>

[html5] Add DOM->jeash one way data binding, requires -D interop.

A DOM element can have the attribute "data-jeash-binding-<event-type>",
this will be picked up at startup, it's contents are evaluated by
the 'hscript' library parser.

A local function 'createEvent' exists to provide the ability to create
events. The original event is bound to the local variable 'event', and
the local variable 'stage' references the stage:

<input type="button"
data-jeash-binding-click="stage.dispatchEvent(createEvent('myEvent',
event))" />

128. By <email address hidden>

enable dynamic discernment of topmost and bottommost surface for adding surfaces to stage. this allows for pure dom-based display objects that specify their own surfaces as opposed to defaulting to graphics contexts with assumed canvas surfaces.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers