Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-April/009520.htmlName: Monticello-mt.629
Ancestors: Monticello-mt.628
Due to popular request, roll-back of latest change about showing the disk utilization of directory repositories in the working copy browser.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-April/009521.htmlName: Morphic-mt.1096
Ancestors: Morphic-mt.1095
Only show a shadow for the new-style balloon morphs if the balloon color is not translucent (due to simplified drawing code for shadow).
You can change the color of balloon morphs via BalloonMorph >> #balloonColor:.
Note that #menuAppearance3d still controls shadows in many places such as windows, menus, and user dialog morphs.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-April/009522.htmlName: Morphic-mt.1097
Ancestors: Morphic-mt.1096
Restores the possiblitiy for each morph to have its own balloon color in new-style balloon morphs.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-April/009523.htmlName: Morphic-mt.1098
Ancestors: Morphic-mt.1097
Adds possibility to specify pop-up position hint for balloon morphs.
Use it to show some help programmatically like this:
someWidget showBalloon: 'Now click here.' at: someWidget topCenter.
=============================================