openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
A
AsyncDisplayKit
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Mar 05, 2025 — Mar 05, 2026
Showing page 123 of 139
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixed typo
Victor Mayorov
More...
over 10 years ago
Fixed ASBasicImageDownloader to handle multiple request with the same URL
Victor Mayorov
More...
over 10 years ago
Merge pull request #470 from 3lvis/master
appleguy
More...
over 10 years ago
Merge pull request #439 from eanagel/passthrough-nonlink-touches
appleguy
More...
over 10 years ago
Merge pull request #464 from ianolito/lazy-pending-nodes-set
appleguy
More...
over 10 years ago
Revert to using ASDisplayNodeSubclassOverridesSelector, to minimize changes and provide a bit of convenience within ASDisplayNode.
Huy Nguyen
More...
over 10 years ago
Fix broken Travis
Elvis Nuñez
More...
almost 11 years ago
Fix typo in ASDisplayNode.
Huy Nguyen
More...
almost 11 years ago
Use the required initializer
Elvis Nuñez
More...
almost 11 years ago
Add indent rules to project
Elvis Nuñez
More...
almost 11 years ago
Fix failing Sample
Elvis Nuñez
More...
almost 11 years ago
Update visibility of layout header files. Travis should be happy now.
Huy Nguyen
More...
almost 11 years ago
Update Kittens sample to use new layout system.
Huy Nguyen
More...
almost 11 years ago
Add layout tests.
Huy Nguyen
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.
Huy Nguyen
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.
Huy Nguyen
More...
almost 11 years ago
Create pending nodes set lazily
Ian Cloutier
More...
almost 11 years ago
Merge pull request #461 from facebook/memoryMethods
appleguy
More...
almost 11 years ago
Updating API names for network range and memory culling before ASDK 1.2 tag.
Scott Goodson
More...
almost 11 years ago
Merge pull request #407 from ianolito/fix-placeholder-api
appleguy
More...
almost 11 years ago
Merge pull request #430 from eanagel/astableview-programmatic-scrolling-fix-v2
appleguy
More...
almost 11 years ago
Merge pull request #445 from levi/master
appleguy
More...
almost 11 years ago
Communicate conditionals clearly and document methods
Levi McCallum
More...
almost 11 years ago
Merge pull request #453 from facebook/outlineBorderWidth
appleguy
More...
almost 11 years ago
Set line width on path instead of context.
Scott Goodson
More...
almost 11 years ago
Merge pull request #443 from eanagel/astableview-in-xib
appleguy
More...
almost 11 years ago
Merge pull request #437 from eanagel/ASDataController-release-nodes
appleguy
More...
almost 11 years ago
Merge pull request #432 from tonklon/master
appleguy
More...
almost 11 years ago
Merge pull request #425 from onhachoe/master
appleguy
More...
almost 11 years ago
Merge pull request #444 from levi/patch-1
appleguy
More...
almost 11 years ago
←
1
2
…
119
120
121
122
123
124
125
126
127
…
138
139
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree