[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squeak-dev
Subject:    [squeak-dev] The Trunk: Morphic-mt.1406.mcz
From:       commits () source ! squeak ! org
Date:       2018-03-29 12:41:05
Message-ID: E1f1Ws8-0005yc-QV () andreas
[Download RAW message or body]

Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1406.mcz

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

Name: Morphic-mt.1406
Author: mt
Time: 29 March 2018, 2:40:42.042957 pm
UUID: 961c7e17-5ab5-844d-91b3-c8ccfbe623fd
Ancestors: Morphic-mt.1405

Deprecate *Colorized: messages because of the newer Form >> #dyed: message.

=============== Diff against Morphic-mt.1405 ===============

Item was removed:
- ----- Method: MenuIcons class>>checkBoxOffColorized: (in category 'accessing - \
                icons') -----
- checkBoxOffColorized: aColor
- 
- 	^ self checkBoxOff
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>checkBoxOnColorized: (in category 'accessing - \
                icons') -----
- checkBoxOnColorized: aColor
- 
- 	^ self checkBoxOn
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>checkBoxPressedColorized: (in category 'accessing - \
                icons') -----
- checkBoxPressedColorized: aColor
- 
- 	^ self checkBoxPressed
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>fullscreenWireframeIconColorized: (in category \
                'accessing - icons') -----
- fullscreenWireframeIconColorized: aColor
- 
- 	^ self fullscreenWireframeIcon
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>radioButtonOffColorized: (in category 'accessing - \
                icons') -----
- radioButtonOffColorized: aColor
- 
- 	^ self radioButtonOff
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>radioButtonOnColorized: (in category 'accessing - \
                icons') -----
- radioButtonOnColorized: aColor
- 
- 	^ self radioButtonOn
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>radioButtonPressedColorized: (in category 'accessing \
                - icons') -----
- radioButtonPressedColorized: aColor
- 
- 	^ self radioButtonPressed
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>squeakLogoIconColorized: (in category 'accessing - \
                icons') -----
- squeakLogoIconColorized: aColor
- 
- 	^ self squeakLogoIcon
- 		collectColors: [:c | aColor alpha: c alpha]!

Item was removed:
- ----- Method: MenuIcons class>>subMenuMarkerColorized: (in category 'accessing - \
                icons') -----
- subMenuMarkerColorized: aColor
- 
- 	^ self subMenuMarker
- 		collectColors: [:c | aColor alpha: c alpha]!


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic