0
I Use This!
Inactive

Commits : Listings

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