Daily Commit Log

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

Daily Commit Log

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

http://lists.squeakfoundation.org/pipermail/packages/2016-June/068191.html

Name: Morphic-tpr.1168
Ancestors: Morphic-mt.1167

make the preferred position for compositing input window take into account any effect of height offset. Why work out the position and then modify it with ugly code when you can do it right first time?

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

http://lists.squeakfoundation.org/pipermail/packages/2016-June/068192.html

Name: Multilingual-tpr.214
Ancestors: Multilingual-topa.213

make the preferred position for compositing input window take into account any effect of height offset. Why work out the position and then modify it with ugly code when you can do it right first time? See also Morphic-tpr.1168

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

http://lists.squeakfoundation.org/pipermail/packages/2016-June/068193.html

Name: Collections-ul.698
Ancestors: Collections-ul.697

Heap revamp #3:

- Heap is a subclass of Collection instead of SequenceableCollection.
- Heap has it's own category Collections-Heap; just like how it is with Stack.
- Updated class comment.

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