Tools
Download Search CocoaTraces for Mac OS X 10.4 for easily searching in Cocoa Traces from any application supporting system services!
Site Statistics
41148 Total Views
41 Traces
41 Fragments
47 Comments
54 Tags
41 Traces
41 Fragments
47 Comments
54 Tags
Tags
audio badge category class crash dock fade file finder font gradient hack help icon indicator kqueue LoginItems menu metadata NSButton NSCell NSControl NSDictionary NSDirectoryEnumerator NSDocument NSMenu NSPopUpButton NSProgressIndicator NSScrollView NSSound NSSpeechChannel NSString NSTableColumn NSTableView NSTabView NSToolbar NSURLConnection NSURLRequest NSView NSWindow preferences readme record report SerialPort shell speech support TabBar timer tooltip wrapper xml zoom
Make views dockable
Tags: NSView, dockRelated Traces
- Add a progress indicator to the dock icon (about 1 year)
- An advanced Safari style tab bar (11 months)
- Display a file path like in Sherlock (about 1 year)
- An NSWindow subclass for easy attaching of views to other windows (8 months)
- A pie chart progress indicator for the dock icon (12 months)
- Easily create and display gradients in Cocoa (12 months)
Add a new comment or fragment
Fields marked with * are mandatory.
A little study on how one could make window management more flexible. This class lets you define areas of a window that can be "torn out" into their own windows, or moved into another window simply by dragging and dropping.
This allows both for the proliferation of windows that I personally prefer, as well as for stashing all of the "torn out" elements into a single window for those who prefer that.