This Week in Edge Cappuccino (12)
See last week post here.
April 2 - April 8, 2009 Edition
There have been 15 commits in the 0.7b branch.
- CPView, CPClipView and CPDragServer now have support for autoscroll. It will allow the view to scroll while you are dragging an element beyond the document view. The commit : here.
- CPColor gets some improvement with a new
isEqualmethod and some color caching. The commits : here and here. - You can now specify that CPCollectionView
allowsEmptySelection, which means that if you click anywhere in the CPCollectionView but on an item, the selection will be emptied. The commit : here. - Menus get some shadow support improvements. The commits : here, here and here.