[Pkg] The Trunk: Morphic-tfel.639.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 8 12:45:39 UTC 2013


Tim Felgentreff uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-tfel.639.mcz

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

Name: Morphic-tfel.639
Author: ms
Time: 8 February 2013, 1:43:38.624 pm
UUID: bebde0c0-6b14-4410-83a6-94aab186c524
Ancestors: Morphic-fbs.638

Avoid redrawing the main docking bar all the time. This is a huge resource hog if you reach the threshold in the DamageRecorder and the docking bar damage rectangle is merged with the others, effectively forcing a huge chunk of the World redrawn

=============== Diff against Morphic-fbs.638 ===============

Item was added:
+ (PackageInfo named: 'Morphic') postscriptOfRemoval: 'nil'!

Item was added:
+ (PackageInfo named: 'Morphic') preamble: 'nil'!

Item was changed:
  ----- Method: DockingBarMorph>>extent: (in category 'geometry') -----
  extent: aPoint 
  	"change the receiver's extent"
+ 	(bounds extent closeTo: aPoint) ifTrue: [^ self].
  	super extent: aPoint.
  	self updateColor!



More information about the Packages mailing list