0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change -cgImage to -cgImageCopy to appease the Clang Static Analyzer. More... over 14 years ago
Change _newLayer to _insertLayerIntoScrollLayer to appease the Clang Static Analyzer. More... over 14 years ago
Fixed a memory leak More... over 14 years ago
* Fixed two memory leaks More... almost 15 years ago
* [BUG] Need to set any accessoryController's nextResponder to avoid borking the responder chain More... almost 15 years ago
* If the Return key is pressed when there is no target/action specified, the event should be passed to super. * Sanity check on -selectedObject More... almost 15 years ago
* When set to automatically resize items, items need a minimum size. More... almost 15 years ago
* Remove custom bindings code -- it's handled automatically for properties More... almost 15 years ago
* Changed selectedIndex to selectionIndex to match binding key * Minor documentation updates More... almost 15 years ago
* Added a README More... almost 15 years ago
* Fix sample project * Include license file More... almost 15 years ago
* Implement target/action More... almost 15 years ago
* -mouseDownCanMoveWindow should return NO More... almost 15 years ago
* Fixed issue with clicking on layers to select the item More... almost 15 years ago
* Fix issue with reordering items More... almost 15 years ago
* Add support for "content" and "selectionIndex" bindings More... almost 15 years ago
[FIX] Spacing between items should be proportional to the items' size (it used to be a constant) [FIX] -itemSize should use the ratio of _itemSize's dimensions (it was using a hardcoded ratio) More... about 15 years ago
[FIX] Cache the placeholder imageRef, not the NSImage. Calling [placeholder imageRef] in a loop causes serious speed hits when adding to the content array. More... about 15 years ago
[REFACTOR] Move image loading code from NSOperation subclass to MBCoverFlowView.m, invoked from an NSInvocationOperation. More... about 15 years ago
[NEW] Bind the accessory controller's representedObject to the flow view's selectedObject More... about 15 years ago
[NEW] Added ability to draw placeholders for flow items which either do not have an image assigned or have not yet had their image loaded. More... about 15 years ago
[FIX] Changing the imageKeyPath should reload all the images More... about 15 years ago
[CHANGE] Don't display the scrollbar if there are 0 or 1 items in the view More... about 15 years ago
[DOCUMENTATION] Added documentation for MBCoverFlowImageLoadOperation. Slight modifications to docs for other classes. More... about 15 years ago
[CHANGE] Use NSOperation and NSOperationQueue to multithread the loading of images More... about 15 years ago
[FIX] -setContent: should check which items should be added or removed from the view, rather than just adding everything again. More... about 15 years ago
[CHANGE] Added imageKeyPath property to allow non-NSImage content More... about 15 years ago
[FIX] When autoresizing items, item sizes need to be integral. Otherwise, CoreGraphics freaks out when trying to create graphics contexts. More... about 15 years ago
Autoresize items to fit the available height More... about 15 years ago
Using a scroll wheel now changes the selection as appropriate More... about 15 years ago