Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Sourcery
Sourcery is a code generator for Swift language that extends it by enabling meta programming, used in over 40 000 applications.
Collective -
Host: opensource -
https://opencollective.com/sourcery
- Website: https://merowing.info
- Code: https://github.com/krzysztofzablocki
added readme
github.com/krzysztofzablocki/Pinch-to-reveal - 525c0b723c5642615822fb72fa841fd790aff01b authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/Pinch-to-reveal - 525c0b723c5642615822fb72fa841fd790aff01b authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
initial commit
github.com/krzysztofzablocki/Pinch-to-reveal - 4202e11d6576049406c5570fae2f1f4e478fc86c authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/Pinch-to-reveal - 4202e11d6576049406c5570fae2f1f4e478fc86c authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
proper handling of gesture removal
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 1fb248d3199bfe3857bdd73cc5242d3ae4a5439a authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 1fb248d3199bfe3857bdd73cc5242d3ae4a5439a authored over 12 years ago by Krzysztof Zablocki <[email protected]>
Fixed retain cycle preventing release of a node...
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 4aeda79ec1aa03db1668acfe90cdb7f561aa35b5 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 4aeda79ec1aa03db1668acfe90cdb7f561aa35b5 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Fixed previous commit
github.com/krzysztofzablocki/LineDrawing - b8875a783884b4e56843f7e96a7d26c52102c587 authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - b8875a783884b4e56843f7e96a7d26c52102c587 authored over 12 years ago by Krzysztof Zablocki <[email protected]>
better line blending -> better antialiasing, dropped depth buffer usage
github.com/krzysztofzablocki/LineDrawing - 56071c70a4cef9803bce8b6a4e2173bb9147e72e authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - 56071c70a4cef9803bce8b6a4e2173bb9147e72e authored over 12 years ago by Krzysztof Zablocki <[email protected]>
changed KVO observer matching
github.com/krzysztofzablocki/SFObservers - 19dfef9ba8a1ab50fc2a4fbad7998186f37c8aaa authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 19dfef9ba8a1ab50fc2a4fbad7998186f37c8aaa authored over 12 years ago by Krzysztof Zablocki <[email protected]>
fixed support for enabling multiple registrations, more tests
github.com/krzysztofzablocki/SFObservers - 6581ab3057ef3d69a1bbff1144595be481787404 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 6581ab3057ef3d69a1bbff1144595be481787404 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
added more tests
github.com/krzysztofzablocki/SFObservers - 6be1271eace1b3f6402cd82367cc8e20a51bf6c7 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 6be1271eace1b3f6402cd82367cc8e20a51bf6c7 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Fixed explicit retain to ARC aware retain
github.com/krzysztofzablocki/SFContainerViewController - 6add2c2da638407c3d53d62e03006c76bb70ced0 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFContainerViewController - 6add2c2da638407c3d53d62e03006c76bb70ced0 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
fixed 'wrong/bleding pixels' on line connections
github.com/krzysztofzablocki/LineDrawing - a2966be3472c72d22931975b42f1b1fa75ee6350 authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - a2966be3472c72d22931975b42f1b1fa75ee6350 authored over 12 years ago by Krzysztof Zablocki <[email protected]>
Moved to newest cocos2d, removed custom render texture
github.com/krzysztofzablocki/LineDrawing - 2d865df80ebfcaec04c0b304e0fdf6d525d8a83a authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - 2d865df80ebfcaec04c0b304e0fdf6d525d8a83a authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
should fix problem with older llvm compiler
github.com/krzysztofzablocki/LineDrawing - 8b17ecd5215a437663565cbfcedbd8d889045aab authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - 8b17ecd5215a437663565cbfcedbd8d889045aab authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
modal view controller presentation bug
github.com/krzysztofzablocki/SFContainerViewController - 2b061ca3eabc798342fd51f81f34edb9d0a8f45d authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/SFContainerViewController - 2b061ca3eabc798342fd51f81f34edb9d0a8f45d authored over 12 years ago by Krzysztof Zablocki <[email protected]>
Update README.md
github.com/krzysztofzablocki/LineDrawing - b46468c734c01b483bf12e7cdb6345a9f0710beb authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - b46468c734c01b483bf12e7cdb6345a9f0710beb authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Merge branches 'master' and 'master' of github.com:krzysztofzablocki/smooth-drawing
github.com/krzysztofzablocki/LineDrawing - 81a87d7f4fdd2e45fb05a8c4eade806ef5f35fea authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - 81a87d7f4fdd2e45fb05a8c4eade806ef5f35fea authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Names
github.com/krzysztofzablocki/LineDrawing - c08584df1b52c6779d762a298275bad8279ec71e authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - c08584df1b52c6779d762a298275bad8279ec71e authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Update README.md
github.com/krzysztofzablocki/LineDrawing - f6b7409ec03a5e0d694b4304cf8156683a5be435 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - f6b7409ec03a5e0d694b4304cf8156683a5be435 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
added screenshot
github.com/krzysztofzablocki/LineDrawing - df4b0c9b3cd20f25c68559b025e49b1c6c85b47b authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - df4b0c9b3cd20f25c68559b025e49b1c6c85b47b authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
initial commit
github.com/krzysztofzablocki/LineDrawing - 8069f9e66b827481b250b61a58294bd3452a102e authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - 8069f9e66b827481b250b61a58294bd3452a102e authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
initial commit
github.com/krzysztofzablocki/LineDrawing - 45a8fc232ed02e1012e6223f10a4993aaeb7ae3c authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/LineDrawing - 45a8fc232ed02e1012e6223f10a4993aaeb7ae3c authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #1 from ExactMagic/master
Conditionally define SF_OBSERVERS options
github.com/krzysztofzablocki/SFObservers - 88e7ab1a7ac88ec6c571142f64aa65fc21f611cf authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
conditionally define SF_OBSERVER options so that they can be set without modifying the original source
particularly handy when using SFObservers as a submodule
github.com/krzysztofzablocki/SFObservers - 2167b0b3da87489e0c1ab44c7888041895fe4bca authored over 12 years ago by Duane Fields <[email protected]>
Compilation setting that allow to add multiple times the same observer - parameters pairs
github.com/krzysztofzablocki/SFObservers - 014f4d5fba63dbf1d1def17f74d4b67a6481405a authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 014f4d5fba63dbf1d1def17f74d4b67a6481405a authored over 12 years ago by Krzysztof Zablocki <[email protected]>
refactor
github.com/krzysztofzablocki/SFObservers - 38e249800fac3de58fa1dcc94b4d0c1c45b20f41 authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 38e249800fac3de58fa1dcc94b4d0c1c45b20f41 authored over 12 years ago by Krzysztof Zablocki <[email protected]>
Update README.md
github.com/krzysztofzablocki/SFObservers - 2c612c34bbd1665fa5dfff92614f05cf553dee0e authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 2c612c34bbd1665fa5dfff92614f05cf553dee0e authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Update README.md
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 3f2559abb92b2648971db4e9c5eff9b3d49544b5 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 3f2559abb92b2648971db4e9c5eff9b3d49544b5 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Merge branch 'master' of github.com:krzysztofzablocki/SFObservers
github.com/krzysztofzablocki/SFObservers - 5999d32e9244144986194d37d4c13bdd8b0e24b0 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 5999d32e9244144986194d37d4c13bdd8b0e24b0 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
changed initialize to load
github.com/krzysztofzablocki/SFObservers - 672ce85256c73a9e15b3e9d38eca54f3fde01e9a authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 672ce85256c73a9e15b3e9d38eca54f3fde01e9a authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Update README.md
github.com/krzysztofzablocki/SFObservers - 4806c99ad170062af5beb09dfc1d5a8a1f1d0b83 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 4806c99ad170062af5beb09dfc1d5a8a1f1d0b83 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
license and read me
github.com/krzysztofzablocki/SFObservers - a98c5c21555a39895aa208ddeabbf758b1dbddda authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - a98c5c21555a39895aa208ddeabbf758b1dbddda authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
git ignore
github.com/krzysztofzablocki/SFObservers - ed6065e193f22ac4ea476760d07db5ac016c7cef authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - ed6065e193f22ac4ea476760d07db5ac016c7cef authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Working version
github.com/krzysztofzablocki/SFObservers - 96ee9fffb7f2b89715f65b0dec1027c35f243f03 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - 96ee9fffb7f2b89715f65b0dec1027c35f243f03 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
gitignore
github.com/krzysztofzablocki/SFObservers - c951994d917db7a7e05325bec2b267ca9ad17613 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFObservers - c951994d917db7a7e05325bec2b267ca9ad17613 authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
ability to remove block before dealloc happens
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 5e592f33b9128968b94dca944fa792959e04727b authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 5e592f33b9128968b94dca944fa792959e04727b authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
Update README.md
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - d9df458d707fd46c6a829bca77a8e7f92759bbed authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - d9df458d707fd46c6a829bca77a8e7f92759bbed authored over 12 years ago by Krzysztof Zabłocki <[email protected]>
arc support
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 537febcf722d7fe600035270dd4aa409fcddb22a authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 537febcf722d7fe600035270dd4aa409fcddb22a authored over 12 years ago by Krzysztof Zablocki <[email protected]>
ExecuteOnDealloc updated
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 75b411d19b888c7f16abd7a227069853966d18af authored over 12 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 75b411d19b888c7f16abd7a227069853966d18af authored over 12 years ago by Krzysztof Zablocki <[email protected]>
Fixed leak of empty array
github.com/krzysztofzablocki/SFContainerViewController - d7c9a6f33ac808187796965386775dd7fb5434fa authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFContainerViewController - d7c9a6f33ac808187796965386775dd7fb5434fa authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
Update README.md
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 1905b5335e68b347c8f37b51f9553248aee9637d authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 1905b5335e68b347c8f37b51f9553248aee9637d authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
added isTouchableInArea ( checks isTouchEnabled ), modified isPointInArea ( ignores isTouchEnabled ). Both methods require node to be running and visible.
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 244c2161708fd4d6825b8728973311b19e87a696 authored almost 13 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 244c2161708fd4d6825b8728973311b19e87a696 authored almost 13 years ago by Krzysztof Zablocki <[email protected]>
git ignore
github.com/krzysztofzablocki/SFContainerViewController - ec58b51e0291bac8ef408955f5bc7c3546cb87d7 authored almost 13 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/SFContainerViewController - ec58b51e0291bac8ef408955f5bc7c3546cb87d7 authored almost 13 years ago by Krzysztof Zablocki <[email protected]>
added sample swipe gesture in cocos2d 2.x sample project
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - cf31ba5720c2ee16d60b28cdd85ea8c4419e606a authored almost 13 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - cf31ba5720c2ee16d60b28cdd85ea8c4419e606a authored almost 13 years ago by Krzysztof Zablocki <[email protected]>
ARC support added
github.com/krzysztofzablocki/SFContainerViewController - a7fcfc619d4f318aaac071ae3109f7cb3656ec76 authored almost 13 years ago by Krzysztof Zablocki <[email protected]>
github.com/krzysztofzablocki/SFContainerViewController - a7fcfc619d4f318aaac071ae3109f7cb3656ec76 authored almost 13 years ago by Krzysztof Zablocki <[email protected]>
++
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 644a47f4d707e8314a17b8200c20af9e0373fc3b authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 644a47f4d707e8314a17b8200c20af9e0373fc3b authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
corrected ARC support
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 1cbe3dafdf003ab3f52045a2115d000d2b5ccc69 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 1cbe3dafdf003ab3f52045a2115d000d2b5ccc69 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
Added automatic ARC support, no need to exclude or convert CCNode+SFGestureRecognizers.m
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 4dbd9fb8461df62e891f3278cad327642eaea022 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 4dbd9fb8461df62e891f3278cad327642eaea022 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
README and LICENCE
github.com/krzysztofzablocki/SFContainerViewController - 298e878239150d3f29d2b54b888531db14913bc9 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFContainerViewController - 298e878239150d3f29d2b54b888531db14913bc9 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
read me and license
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 3bcf65036f09247090d4b52b7821ff93f7949dea authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 3bcf65036f09247090d4b52b7821ff93f7949dea authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
finished project setup
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 56a6b5b4594d945245a278f7ed247dfa632a6313 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 56a6b5b4594d945245a278f7ed247dfa632a6313 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
added licence to header
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 93c51ab0a90ed1730f24fca75feeb7d275f60adf authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 93c51ab0a90ed1730f24fca75feeb7d275f60adf authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
++
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 426013cea48caea2e609b7364cb817a7133ea008 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 426013cea48caea2e609b7364cb817a7133ea008 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
added sample project for cocos2d 2.x
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 207a179cc7e494c503130a65cb013a31b358d9ea authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 207a179cc7e494c503130a65cb013a31b358d9ea authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
Merge branch 'master' of github.com:krzysztofzablocki/CCNode-SFGestureRecognizers
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - b74922cdd41cc3b4f19d9789bb6a3e3bb5976edd authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - b74922cdd41cc3b4f19d9789bb6a3e3bb5976edd authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
added licence
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - bc2ae3f5e7b1e13e7169668219f7986576a1c4f6 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - bc2ae3f5e7b1e13e7169668219f7986576a1c4f6 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
Updated readme
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 9508b87386940c135b526dd2ecacb57ba9ed2cb9 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 9508b87386940c135b526dd2ecacb57ba9ed2cb9 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
initial commit
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - a332fc84ff292aeee8fadb31ea87303d24e2e837 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - a332fc84ff292aeee8fadb31ea87303d24e2e837 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
gitignore
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 2d556a5c8510899c8ae128ff2ae8f6dad10a4b6c authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 2d556a5c8510899c8ae128ff2ae8f6dad10a4b6c authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
adeded readme
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 2267ba442019386195b7db3f8818a8ada4c067b5 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 2267ba442019386195b7db3f8818a8ada4c067b5 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
ignore
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - ffd0e403fa6e4ecd324c52d4894d2b75b536e046 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - ffd0e403fa6e4ecd324c52d4894d2b75b536e046 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
initial commit
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 301e34597a5d1eda55529c467e10f509ec0477be authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 301e34597a5d1eda55529c467e10f509ec0477be authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
gitignore
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 66ed3bb07c0c53577a3a0d98ef1aac6444e5d21c authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - 66ed3bb07c0c53577a3a0d98ef1aac6444e5d21c authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
gitignore
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - fdb9e12c50fc4e16f5371883e9b8d5519bfb269b authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/NSObject-SFExecuteOnDealloc - fdb9e12c50fc4e16f5371883e9b8d5519bfb269b authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
updated description
github.com/krzysztofzablocki/SFContainerViewController - e2256172fa0aa92bbea8dffdf6a59cf6432f8183 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFContainerViewController - e2256172fa0aa92bbea8dffdf6a59cf6432f8183 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
initial commit
github.com/krzysztofzablocki/SFContainerViewController - e4cd6613928a4f44a30f7eefb6ce59789885072a authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFContainerViewController - e4cd6613928a4f44a30f7eefb6ce59789885072a authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
Initial Commit
github.com/krzysztofzablocki/SFContainerViewController - 1d115360d7bb0f5748a191f46259d7d2775db2c8 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>
github.com/krzysztofzablocki/SFContainerViewController - 1d115360d7bb0f5748a191f46259d7d2775db2c8 authored almost 13 years ago by Krzysztof Zabłocki <[email protected]>