0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed methods to not conflict with methods in AppKit. Officially stopping active development. More... almost 15 years ago
Unregister the singleton from notifications during deallocation More... almost 15 years ago
Minor cleanup for 32/64 bit conversion warnings More... almost 15 years ago
altered -init format to appease clang2.0. kudos @bjhomer More... over 15 years ago
Only swizzle the -dealloc method of NSView. Fixes some problems with the dynamicDealloc method infinitely recursing (which is bad) More... over 15 years ago
swizzle dealloc instead of a dynamic subclass, so as not to interfere with KVO'd objects More... over 15 years ago
added license file More... over 15 years ago
subclass when adding a layout name More... over 15 years ago
Dynamically subclass constrained views so they can automatically remove their constraints on deallocation More... over 15 years ago
Removed unnecessary properties More... over 15 years ago
Removing some extraneous logging More... over 15 years ago
Added point and rect constraints More... over 15 years ago
using the wrong struct member More... over 15 years ago
Minor optimization when processing a view for constraints More... over 15 years ago
Actually use the maptable More... over 15 years ago
Use an NSMapTable instead of an NSMutableDictionary to help with cleanup under GC More... over 15 years ago
Added an example of how to use an NSValueTransformer constraint. More... over 15 years ago
[pool drain] is preferred over [pool release] when using garbage collection More... over 15 years ago
a view cannot be constrained to itself More... over 15 years ago
when we already have the source view, don't bother looking it up again More... over 15 years ago
Edited readme More... over 15 years ago
added warning on retain cycles More... over 15 years ago
CHLayoutConstraints can now be given an NSValueTransformer or a block for more advanced constraint relationships More... over 15 years ago
readme tweak More... over 15 years ago
Don't blindly apply a constraint every time More... over 15 years ago
Refactored to be 10.5 compatible (no longer using associated objects) More... over 15 years ago
Initial commit More... over 15 years ago