Changeset [01852d8075d870225ec609e66557e129ea279b50] by Paul Baumgart
October 5th, 2010 @ 12:54 PM
Fix a bunch of missing @imports.
All classes (excluding the ones prefixed with underscores) in
Foundation
and AppKit can now be loaded individually except CPOpenPanel
and
CPSavePanel. These two classes have some sort of dependency
cycle
that seems impossible to resolve without forward declarations
(which
we don't have).
https://github.com/280north/cappuccino/commit/01852d8075d870225ec60...
Committed by Paul Baumgart
- M AppKit/CPAccordionView.j
- M AppKit/CPArrayController.j
- M AppKit/CPBrowser.j
- M AppKit/CPColorPanel.j
- M AppKit/CPColorPicker.j
- M AppKit/CPController.j
- M AppKit/CPCursor.j
- M AppKit/CPDocument.j
- M AppKit/CPDragServer.j
- M AppKit/CPFont.j
- M AppKit/CPGraphicsContext.j
- M AppKit/CPKeyBinding.j
- M AppKit/CPMenu/_CPMenuBarWindow.j
- M AppKit/CPMenu/_CPMenuWindow.j
- M AppKit/CPMenuItem/_CPMenuItemMenuBarView.j
- M AppKit/CPMenuItem/_CPMenuItemStandardView.j
- M AppKit/CPMenuItem/_CPMenuItemView.j
- M AppKit/CPScrollView.j
- M AppKit/CPSearchField.j
- M AppKit/CPSliderColorPicker.j
- M AppKit/CPTabView.j
- M AppKit/CPTableColumn.j
- M AppKit/CPTableHeaderView.j
- M AppKit/CPTableView.j
- M AppKit/CPText.j
- M AppKit/CPTokenField.j
- M AppKit/CPView.j
- M AppKit/CPViewController.j
- M AppKit/CPWebView.j
- M AppKit/CPWindow/CPWindow.j
- M AppKit/CPWindow/_CPWindowView.j
- M AppKit/Cib/_CPCibWindowTemplate.j
- M AppKit/CoreGraphics/CGContext.j
- M AppKit/_CPDisplayServer.j
- M AppKit/_CPToolbarShowColorsItem.j
- M Foundation/CPCharacterSet.j
- M Foundation/CPKeyedUnarchiver.j
- M Foundation/CPOperation.j
- M Foundation/CPOperationQueue.j
- M Foundation/CPUndoManager.j
- M Foundation/CPWebDAVManager.j
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.