This Week in Edge Cappuccino (36)
See last post here.
January 14 - January 20, 2010 Edition
There haven't been any commit in the master branch, but there was 13 commits in the jake branch (which should be merged in the master branch anytime soon).
- jake install doesn't use sudo by default anymore. There's now a new task if needed : jake sudo-install. The commit : here
- Make CPPanel -becomesKeyOnlyIfNeeded and CPView -needsPanelToBecomeKey work. The commit : here
- Fixed: under certain circumstances controls would not be drawn despite a call to setNeedsDisplay:YES. A typical symptom of this was custom CPViews' drawRect never being called. The error was caused by _CPDisplayServer throwing away its remaining work whenever the display code of a control called setNeedsLayout. The commit : here