0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 05, 2025 — Mar 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typo More... over 10 years ago
Fixed ASBasicImageDownloader to handle multiple request with the same URL More... over 10 years ago
Merge pull request #470 from 3lvis/master More... over 10 years ago
Merge pull request #439 from eanagel/passthrough-nonlink-touches More... over 10 years ago
Merge pull request #464 from ianolito/lazy-pending-nodes-set More... over 10 years ago
Revert to using ASDisplayNodeSubclassOverridesSelector, to minimize changes and provide a bit of convenience within ASDisplayNode. More... over 10 years ago
Fix broken Travis More... almost 11 years ago
Fix typo in ASDisplayNode. More... almost 11 years ago
Use the required initializer More... almost 11 years ago
Add indent rules to project More... almost 11 years ago
Fix failing Sample More... almost 11 years ago
Update visibility of layout header files. Travis should be happy now. More... almost 11 years ago
Update Kittens sample to use new layout system. More... almost 11 years ago
Add layout tests. More... almost 11 years ago
Integrate new layout nodes to the framework. - Introduce ASLayoutNode and its subclasses. - ASDisplayNode measures its ASLayoutNode and cache the result (ASLayout). Calculated size and position of each subnode can be retrieved from the calculated layout. - Custom nodes need to override -layoutNodeThatFits:(CGSize) instead of -calculateSizeThatFits:(CGSize). - Custom nodes do not need to layout its subnodes (in -layout:) anymore. ASDisplayNode can handle the job most of the time, by walking through its layout tree. - ASCompositeNode is used to embed (display) subnodes to a node's layout. That way, each subnode will also be measured while the parent node is measuring. And the parent node knows where its subnodes are within its layout. More... almost 11 years ago
Add Layout nodes. - The code is forked from LayoutComponents in ComponentKit. - Public interfaces are modified to be strictly Objective-C. As a result, users are not forced to switch to Objective-C++, the linker can happily compile and Swift fans can continue using the mighty ASDK. More... almost 11 years ago
Create pending nodes set lazily More... almost 11 years ago
Merge pull request #461 from facebook/memoryMethods More... almost 11 years ago
Updating API names for network range and memory culling before ASDK 1.2 tag. More... almost 11 years ago
Merge pull request #407 from ianolito/fix-placeholder-api More... almost 11 years ago
Merge pull request #430 from eanagel/astableview-programmatic-scrolling-fix-v2 More... almost 11 years ago
Merge pull request #445 from levi/master More... almost 11 years ago
Communicate conditionals clearly and document methods More... almost 11 years ago
Merge pull request #453 from facebook/outlineBorderWidth More... almost 11 years ago
Set line width on path instead of context. More... almost 11 years ago
Merge pull request #443 from eanagel/astableview-in-xib More... almost 11 years ago
Merge pull request #437 from eanagel/ASDataController-release-nodes More... almost 11 years ago
Merge pull request #432 from tonklon/master More... almost 11 years ago
Merge pull request #425 from onhachoe/master More... almost 11 years ago
Merge pull request #444 from levi/patch-1 More... almost 11 years ago