8
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 16 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bindings problems where 'nil' would be transformed into @"". Also, CPIsNilTransformerName and its inverse couldn't work because any nil value was immediately returned without transformations being applied. Full complement of unit tests included, based on Cocoa empirical testing. More... about 14 years ago
The problem with initialize in fb5950c82d0124bdebb6e03cb4509306ef4161c8 turned out to be caused by a Cappuccino bug with class methods and arguments named 'name'. Renaming the argument solved the problem so I reverted the initialize change. This fix also fixes valueTransformerForName. More... about 14 years ago
The problem with initialize in fb5950c82d0124bdebb6e03cb4509306ef4161c8 turned out to be caused by a Cappuccino bug with class methods and arguments named 'name'. Renaming the argument solved the problem so I reverted the initialize change. This fix also fixes valueTransformerForName. More... about 14 years ago
Updated flatten to work with new loader changes.
tlrobinson
as Tom Robinson
More... about 14 years ago
Updated flatten to work with new loader changes.
tlrobinson
as Tom Robinson
More... about 14 years ago
Fix CFBundle path deprecation warning and absoluteString not found.
tlrobinson
as Tom Robinson
More... about 14 years ago
Fix CFBundle path deprecation warning and absoluteString not found.
tlrobinson
as Tom Robinson
More... about 14 years ago
Update the template files to more modern standards.
boucher
as Ross Boucher
More... about 14 years ago
Update the template files to more modern standards.
boucher
as Ross Boucher
More... about 14 years ago
Update the template files to more modern standards.
boucher
as Ross Boucher
More... about 14 years ago
Update the template files to more modern standards.
boucher
as Ross Boucher
More... about 14 years ago
temporary fix for whiteSpace style issue in IE.
boucher
as Ross Boucher
More... about 14 years ago
temporary fix for whiteSpace style issue in IE.
boucher
as Ross Boucher
More... about 14 years ago
temporary fix for whiteSpace style issue in IE.
boucher
as Ross Boucher
More... about 14 years ago
temporary fix for whiteSpace style issue in IE.
boucher
as Ross Boucher
More... about 14 years ago
Fixed: exposed bindings on CPObject would not appear in CPObject subclasses. More... about 14 years ago
Fixed: exposed bindings on CPObject would not appear in CPObject subclasses. More... about 14 years ago
Fixed: including CPValueTransformer.j causes an infinite loop due to the recent Objective-J (mis?) behavior that every class has to inherit from CPObject. Also, the transformer map failed to initialize properly with the existing setup code for reasons which were not immediately clear. Moving the initialization to a regular + initialize method eliminated the problem. More... about 14 years ago
Fixed: including CPValueTransformer.j causes an infinite loop due to the recent Objective-J (mis?) behavior that every class has to inherit from CPObject. Also, the transformer map failed to initialize properly with the existing setup code for reasons which were not immediately clear. Moving the initialization to a regular + initialize method eliminated the problem. More... about 14 years ago
Fixed: the array controller remove method mapped selection indexes to the content array instead of the arranged objects, leading to the wrong objects being removed as filters and sort descriptors were effectively ignored. More... about 14 years ago
Fixed: the array controller remove method mapped selection indexes to the content array instead of the arranged objects, leading to the wrong objects being removed as filters and sort descriptors were effectively ignored. More... about 14 years ago
Updated test and fix for gh issue #539 More... about 14 years ago
Updated test and fix for gh issue #539 More... about 14 years ago
Merge branch '0.8.0' of git://github.com/280north/cappuccino into 0.8.0 More... about 14 years ago
Merge branch '0.8.0' of git://github.com/280north/cappuccino into 0.8.0 More... about 14 years ago
Adding a unit test to verify fix to +[CPDictionary dictionaryWithJSObject:(JSObject)object recursively:(BOOL)recursively] More... about 14 years ago
Adding a unit test to verify fix to +[CPDictionary dictionaryWithJSObject:(JSObject)object recursively:(BOOL)recursively] More... about 14 years ago
Fixed previous commit so it doesn't break buttons in the tableview. More... about 14 years ago
Fixed previous commit so it doesn't break buttons in the tableview. More... about 14 years ago
Fixed previous commit so it doesn't break buttons in the tableview. More... about 14 years ago