Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
From Mike Lischke.
|
|
|
|
|
|
|
|
OS X 10.5 with Xcode 4.3.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'positionSubViews'
as 'layout' has been added to their superclass NSView in OS X 10.7. The existing
'layout' method interfered with the new automatic layout feature.
|
|
|
|
|
|
so treat as a 2D array.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Does not change behaviour.
|
|
|
|
|
|
|
|
Remove unused variables. Fix potential leak.
|
|
|
|
|
|
|
|
|
|
|
|
protocol only when building for later than 10.5 so SDK has to know about
that protocol.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/
|
|
|
|
Mostly from Mitchell Foral.
|
|
This allows container to be more selective with processing.
|
|
|