The Trunk: Graphics-ar.108.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Graphics-ar.108.mcz

commits-2
Andreas Raab uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-ar.108.mcz

==================== Summary ====================

Name: Graphics-ar.108
Author: ar
Time: 26 February 2010, 11:35:43.429 pm
UUID: 6ed547e6-cf81-a944-a2eb-b48242752047
Ancestors: Graphics-nice.107

Cleanup for BitBlt and StrikeFont.

=============== Diff against Graphics-nice.107 ===============

Item was added:
+ ----- Method: StrikeFont class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Flush synthesized strike fonts"
+
+ self allInstancesDo:[:sf| sf reset].!

Item was added:
+ ----- Method: BitBlt class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Flush caches"
+
+ self recreateColorMaps.!