[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Oct 11 23:55:09 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006524.html

Name: Graphics-nice.266
Ancestors: Graphics-nice.265

Make the DisplayScanner abstract - part 1:
Create a BitBltDisplayScanner, which is a copy of DisplayScanner.
Make DisplayScanner a factory which creates a BitBltDisplayScanner by default.
We'll later remove the BitBlt stuff from abstract DisplayScanner.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006525.html

Name: ST80-nice.160
Ancestors: ST80-nice.159

Populate BitBltDisplayScanner with MVC compatibility methods.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006526.html

Name: Multilingual-nice.191
Ancestors: Multilingual-nice.190

Populate BitBltDisplayScanner with Multilingual support.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006527.html

Name: Graphics-nice.267
Ancestors: Graphics-nice.266

Make DisplayScanner abstract - part 2:
Remove BitBlt stuff from DisplayScanner and prepare some displaying subclassResponsibility.
Adopt CanvasCharacterScanner inst var name defaultTextColor in replacement of MVC tainted paragraphColor.
Fix the factory to avoid sending recursive new when hooking the concrete subclasses.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006528.html

Name: ST80-nice.161
Ancestors: ST80-nice.160

Remove MVC stuff from abstract DisplayScanner.
A true MVC wants to displayLines: with a good old BitBltDisplayScanner.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006529.html

Name: Graphics-nice.268
Ancestors: Graphics-nice.267

Make DisplayScanner abstract - Part 3:
Hook the concrete BitBltDisplayScanner subclass

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006530.html

Name: MorphicExtras-nice.125
Ancestors: MorphicExtras-nice.124

Make DisplayScanner abstract - Part 3:
Hook the concrete CanvasCharacterScanner subclass

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


More information about the Squeak-dev mailing list