Davide Della Casa

Results 82 issues of 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: ![screen shot 2015-02-12 at 01...

steps: - open a scrollframe - drop in the scrollframe an animation demo - create a rectangle and position it just under the scrollmorph like so: ![screen shot 2015-02-12 at...

1) go with the cursor to the left of the first character of a StringMorph or a TextMorph. 2) holding shift, go right expected: the cursor moves one position to...

...take a color picker and move it inside a frame, then use the setTarget from the color picker. Result: the color picker modifies the desktop instead of the frame. note...

steps: - open a scrollmorph - drop a rectangle inside it - also drop a string inside it ![screen shot 2015-02-12 at 00 12 23](https://cloud.githubusercontent.com/assets/769568/6159359/424b202c-b24c-11e4-966d-57513841d5a7.png) - 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...