Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009155.htmlName: Graphics-tpr.319
Ancestors: Graphics-tpr.318
Second try -
Add support for Pi-accelerating bitblt colour testing calls.
Make StrikeFont loading methods actually work.
Change Form>asFormOfDepth: - this may possibly be contentious but it certainly makes Scratch image loading more reliable
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009156.htmlName: Sound-tpr.45
Ancestors: Sound-tpr.44
Sounds changes ported across from Scratch work; you really don't want an error raising prim call inside a critical block if possible.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009157.htmlName: Sound-nice.46
Ancestors: Sound-tpr.45
Pass a boolean to startUpFrom: indicating whether the object came from a different endian machine or not.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009158.htmlName: Morphic-tpr.1038
Ancestors: Morphic-mt.1037, Morphic-tpr.996
DockingBarMorph - don't allow editing of menu items unless a preference is set. It isn't something you want in a production application.
The squeak menu ought to be a DockingBarMenuMorph, not a plain menu morph.
MenuMorph>popUpAdjacentTo:forHand:from: misuses 'owner owner' instead of 'world'
Add option for dragged Morphs to tell the Hand that they handlewhat happens when being dragged; useful for dragging Morphs that take a long time to draw the shadow, or perhaps want to render quite differently etc.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009159.htmlName: Morphic-tpr.1039
Ancestors: Morphic-tpr.1038
Fix mistaken usage of preference in DockingBarItemMorph>>#wantsKeyboardFocusOnShiftClick
=============================================