Davide Della Casa
Davide Della Casa
Implemented a first draft of serialization / deserialization. It works on a morph. The morph can be complex (e.g. be a frame with multiple inspectors inside), but for the time...
each morphic.js' morph currently completely draws itself in a backing buffer, which is then blitted onto the damaged parts of the screen. These changes below introduce a displaylist-based drawing for...
in two commits: https://github.com/davidedc/Zombie-Kernel-core/commit/3e0297f8d964254ec34f4cea583d440180567c4d and https://github.com/davidedc/Zombie-Kernel-core/commit/95ee9e06f7a1330a47ef0aa5ff983610edb97645
steps: - open scrollframe - open a morph so it only partially overlaps - attach the morph to the frame inside the scrollframe like so:  - select the string so...
steps: - create a frame - create a rectangle - attach the rectangle to the frame so it's only partially inside the frame, like so: ![screen shot 2015-02-12 at 00...
Coffeescript: ``` # snippets of clipboard-handling code taken from # http://codebits.glennjones.net/editing/setclipboarddata.htm # Note that this works only in Chrome. Firefox and Safari need a piece of # text to be...