[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Apr 11 21:55:06 UTC 2015


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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007899.html

Name: Tests-ul.318
Ancestors: Tests-topa.317

Added some tests for ThirtyTwoBitRegister.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007900.html

Name: System-ul.720
Ancestors: System-mt.719

Added left and right shifts, multiplication, load from register, and comparision operators to ThirtyTwoBitRegister. Also implmenented #hash, and added #asSignedInteger.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007901.html

Name: ToolBuilder-Kernel-mt.74
Ancestors: ToolBuilder-Kernel-mt.73

New preference for opening tools. Custom tool builders may consider mouse activity and thus spawn new tools directly under the mouse cursor or attached to it.

Disabled by default.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007902.html

Name: ToolBuilder-Morphic-mt.122
Ancestors: ToolBuilder-Morphic-mt.121

If the preference #openToolsAttachedToMouseCursor is enabled, the morphic tool builder will attach any system window to the hand if the current event is a mouse event.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007903.html

Name: Morphic-mt.858
Ancestors: Morphic-mt.857

Remove special behavior for tool-opening at the hand when inspecting or exploring morphs via the halo context menu.

Use the preference #openToolsAttachedToMouseCursor if you want that behavior. Then, you will have it not only in those two cases but for any mouse-invoked tool opening.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007904.html

Name: Morphic-mt.859
Ancestors: Morphic-mt.858

Safety-check added when spawning balloons. There is one when starting the alarm/timer, but we need one when actually showing the balloon because #wantsBalloon may have changed until then.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007905.html

Name: ToolBuilder-Morphic-mt.123
Ancestors: ToolBuilder-Morphic-mt.122

Due to the variety of mouse events and the high frequency of mouse-move events in particular, only spawn a new tool at the hand if preference is enabled and the current/last event was mouse-up, e.g. button or menu click.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007906.html

Name: Morphic-mt.860
Ancestors: Morphic-mt.859

Fixed bug where switching from an MVC project back to a Morphic project did fail.

(This bug was related to the Morphic drawing routine and keyboard-focus highlight.)

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007907.html

Name: ST80-mt.178
Ancestors: ST80-mt.177

Changed window color for MVC projects in morphic to white to compensate the removal of a former system-window hack.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007908.html

Name: Morphic-mt.861
Ancestors: Morphic-mt.860

Changed window color for morphic projects in morphic to default uniform window color to compensate the removal of a former system-window hack.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-April/007909.html

Name: Collections-ul.616
Ancestors: Collections-bf.615

Optimized Interval >> #sum, OrderedCollection >> #at: and OrderedCollection >> #at:put:.

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


More information about the Squeak-dev mailing list