Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068194.htmlName: Morphic-cmm.1169
Ancestors: Morphic-tpr.1168
- Fix Cmd-Escape to close the *top* window, not the one under the hand.
- Introduce new global hot-key Cmd-` (tilde) to bring the window under the hand to the front.
Note that window under the hand can now be closed quickly via Cmd-[Tilde] + Cmd-[Escape].
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068195.htmlName: Installer-Core-cmm.405
Ancestors: Installer-Core-cmm.404
Allow any repository to be conveniently overridden with a single default #local directory repository via:
Installer
overrideRepository: #squeaksource
with: #local
Useful for building images without network connection, or for developing new versions or running customized versions of certain packages.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068196.htmlName: Morphic-bf.1170
Ancestors: Morphic-cmm.1169
Deal with "old" events having nil in wasIgnored
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-June/068197.htmlName: Graphics-tpr.342
Ancestors: Graphics-topa.341
When scaling a Form via WarpBlt class>>#rotate:degrees:center:scaleBy:smoothing: the scaling factor seems to have been left out in the calculation of the returned offset. This meant that Scratch sprites did Bad Things at times.
The only non-Scratch client I could find for this method is SketchMorph, but that ignores the returned offset anyway; thus it seems reasonable to makes things work ok for Scratch.
=============================================