Граф коммитов

347 Коммитов

Автор SHA1 Сообщение Дата
Josh Abernathy e2d23c4afe Merge pull request #7 from github/clip-view
Added RBLClipView, which crushes NSClipView's layer-backed performance
2012-09-17 09:42:12 -07:00
Danny Greg 9047d98cac Use @keypath. 2012-09-17 10:34:09 +01:00
Danny Greg 35109e0893 Another redundant comment -- 2012-09-17 08:51:35 +01:00
Danny Greg b54a602eba Use weak storage for the event monitor object. 2012-09-17 08:50:28 +01:00
Danny Greg 3636e4aae6 Give a couple of block literals explicit return types. 2012-09-17 08:49:07 +01:00
Danny Greg 0f73f22a9a Redundant comment -- 2012-09-17 08:46:12 +01:00
Danny Greg 17e787de8a Fix block style. 2012-09-17 08:45:52 +01:00
Danny Greg f427b013cb Declare just a void pointer rather than a const. 2012-09-17 08:41:57 +01:00
Justin Spahr-Summers 68b14436c9 Note stupid scroller-disappearing behavior 2012-09-16 22:23:12 -07:00
Danny Greg 87469dbd63 Spaces to tabs.
No idea how all of that happened…
2012-09-15 11:39:31 +01:00
Danny Greg 4b7e1b7db8 Use a smarter pattern for the associated object const. 2012-09-15 11:12:51 +01:00
Danny Greg dc406c91f1 Indentation fix. 2012-09-15 11:12:05 +01:00
Danny Greg eacd09bcbb Weird indentation -- 2012-09-15 11:03:55 +01:00
Danny Greg 1aa3662e09 Clarify graceful degrading. 2012-09-15 11:03:07 +01:00
Danny Greg 153f2a59ba Call the completion block whenver the animation is halted.
We now pass in the finished flag to the completion block, so it can
decide to take appropriate action.
2012-09-15 10:49:54 +01:00
Danny Greg 0e22d2a55d Duplicated code -- 2012-09-15 10:37:51 +01:00
Danny Greg 313c4f7d9e Fix deprecated method usage -- 2012-09-15 10:31:25 +01:00
Danny Greg a1503e2abd Fix object literal style. 2012-09-15 10:27:30 +01:00
Danny Greg 661eb431b8 Dot syntax ++ 2012-09-15 10:23:34 +01:00
Danny Greg cdb91e59da Redundant comment -- 2012-09-15 10:23:08 +01:00
Justin Spahr-Summers b3871674fa Added RBLClipView, which crushes NSClipView's layer-backed performance 2012-09-14 14:37:09 -07:00
Danny Greg 250f4604f3 If style fix. 2012-09-14 13:59:24 +01:00
Danny Greg c83f0cc06d Document private state and behaviour on RBLPopover. 2012-09-14 13:53:10 +01:00
Danny Greg 7be79ac864 Block style fix. 2012-09-14 13:49:01 +01:00
Danny Greg 900622c187 Document RBLPopoverBackgroundView. 2012-09-14 13:47:40 +01:00
Danny Greg 009b7e0d6f Add an overview of the class. 2012-09-14 13:14:03 +01:00
Danny Greg 73a847ef6f Document delegation blocks. 2012-09-14 12:44:23 +01:00
Danny Greg 340c9463cd Document the state of the popover.
Also remove an unused property.
2012-09-14 12:42:36 +01:00
Danny Greg 74720b0503 Document the behavior enum.
Wow TomDoc does not look good with these long constants.
2012-09-14 12:35:24 +01:00
Danny Greg 760d06217d Document the main bulk of RBLPopover's functionality. 2012-09-14 12:28:58 +01:00
Danny Greg ee03572c35 Fix my hilarious use of Specta. 2012-09-14 11:45:32 +01:00
Danny Greg e15a37884d Dot syntax ++ 2012-09-14 11:40:26 +01:00
Danny Greg 5b27c5b24d Dot syntax ++ 2012-09-14 11:39:00 +01:00
Danny Greg e9efbab8cb More instancetype 2012-09-14 11:36:40 +01:00
Danny Greg 9647612390 instancetype ++ 2012-09-14 11:35:44 +01:00
Danny Greg 600746dbb4 Static some bitches. 2012-09-14 11:32:45 +01:00
Danny Greg f9803121e7 Assert a valid CGRectEdge. 2012-09-14 11:32:09 +01:00
Danny Greg def485a998 Dictionary literal ++ 2012-09-14 11:25:57 +01:00
Danny Greg 474f0f94cd Constant the fade duration some more. 2012-09-14 11:24:48 +01:00
Danny Greg e0a4be7bc4 Dictionary literal ++ 2012-09-14 11:22:41 +01:00
Danny Greg b68df498d3 Only check each side once for an ideal. 2012-09-14 11:19:43 +01:00
Danny Greg d424c2a29d Block style fixes. 2012-09-14 11:18:24 +01:00
Danny Greg 4bd8741e24 Override the correct custom getter for isShown 2012-09-14 11:13:03 +01:00
Danny Greg 4ddf6624b9 Block style fix. 2012-09-14 10:54:38 +01:00
Danny Greg 7d7534c5fe If style. 2012-09-14 10:33:50 +01:00
Danny Greg 6ea520cc78 Add isAnimating getter. 2012-09-14 09:58:44 +01:00
Danny Greg 69ff2ce126 static ++ 2012-09-14 09:57:30 +01:00
Danny Greg 82f4f9e149 Fix a dumb unsafe_unretained. 2012-09-14 09:57:24 +01:00
Danny Greg 852e1936ea Add an isShown accessor. 2012-09-14 09:43:59 +01:00
Danny Greg 9b370bfca6 behaviour -> behavior 2012-09-14 09:41:54 +01:00