[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Dec 13 23:55:07 UTC 2013


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006749.html

Name: Collections-dtl.548
Ancestors: Collections-ul.547

Transcripter>>initInFrame: should do nothing when not in MVC

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006750.html

Name: 45Deprecated-nice.23
Ancestors: 45Deprecated-nice.22

Correct my fresh infinite loop in Parser>>initPattern:notifying:return:

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006751.html

Name: Collections-fbs.549
Ancestors: Collections-dtl.548

Transcripter is actually MVC specific. Move it there, and other UI frameworks can define their own emergency evaluator.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006752.html

Name: ST80-fbs.165
Ancestors: ST80-fbs.164

Transcripter is actually MVC specific. Move it there, and other UI frameworks can define their own emergency evaluator.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006753.html

Name: Kernel-fbs.824
Ancestors: Kernel-eem.823

_For now_, rip the emergency evaluator out because it's broken... unless you're using MVC, in which case it just works.

Later work can add an AppRegistry to the _System_ package, so that _Morphic_ can get an emergency evaluator once more. (Emphasis to emphasise that an emergency evaluator is not Kernel's concern. #primitiveError: probably ought to go into System.)

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006754.html

Name: MorphicExtras-nice.137
Ancestors: MorphicExtras-nice.136

Correct an awfull bug in PaintBoxMorph>>showColor
One should NEVER send pixelValueAt: nor colorAt: to an hibernated Form (or ColorForm).

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006755.html

Name: MorphicExtras-nice.138
Ancestors: MorphicExtras-nice.137

PaintBoxMorph re-engineering:
1) Initialize more PaintBoxMorph newPrototype instance variables.
2) Remove unused colorPatch instance variable.
  The two methods in which it appears are unsent, or more exactly they both have an alternate implementor which only send to self.
3) Avoid highlighting the brush buttons onImage with a cyan/light blue square again and again.
  The Prototype is already highlighted.
  Move this highlighting in prototype initialization.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006756.html

Name: MorphicExtras-nice.139
Ancestors: MorphicExtras-nice.138

Remember recently used colors for all paint tools using the selected color, not just for the paint brush.

=============================================


More information about the Squeak-dev mailing list