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

322 Коммитов

Автор SHA1 Сообщение Дата
Danny Greg 3650536a52 Change how we draw the popover background.
Since the clipping view we don't need to draw the background into a
specific path, just fill and let the clipping view take care of the
work.
2012-10-03 11:15:21 -10:00
joshaber 53572a1601 ++RAC for faster backtraces 2012-10-02 09:19:56 -04:00
joshaber 87e2ca0365 ++RAC for the async subject fix 2012-10-01 16:29:52 -04:00
Justin Spahr-Summers 95ff04212d ++RAC to fix dangling pointer in property subscription 2012-09-28 15:42:10 -07:00
Jerry Cheung 901ed91144 fix README.md link 2012-09-27 20:33:45 -10:00
Alan Rogers 2fb8697bae Merge pull request #19 from github/popover-background-view
Expose an RBLPopover's backgroundView
2012-09-26 19:32:08 -07:00
Danny Greg 8bada76f09 Bump the size of the background view. 2012-09-26 16:23:40 -10:00
Danny Greg b500f5365a Remove unnecessary comment. 2012-09-26 16:17:56 -10:00
Danny Greg 36c47ca05e Fix the location of popover content sensibly. 2012-09-26 15:56:03 -10:00
Danny Greg b69d9ed93d Added a note to document the default location of the contentView. 2012-09-26 15:52:25 -10:00
Danny Greg 5a895c1333 Merge branch 'fixed-popover-content-location' into popover-background-view 2012-09-26 12:56:34 -10:00
Danny Greg f438b71b47 Comment the magic. 2012-09-26 12:55:27 -10:00
Danny Greg fcf49ef830 Use readwrite qualifier for the overridden backgroundView. 2012-09-26 12:51:50 -10:00
Danny Greg 718abe379a Merge branch 'master' into popover-background-view 2012-09-26 12:43:40 -10:00
Danny Greg 878ecae0bf Expose the popover's background view. 2012-09-26 12:12:52 -10:00
Justin Spahr-Summers f3efce6546 Added a Contributing section to the README 2012-09-26 10:13:52 -07:00
Justin Spahr-Summers ad4a639ded Merge remote-tracking branch 'origin/rac-bump' (pull request #18) 2012-09-26 09:09:59 -07:00
joshaber 17044ddcc5 ++ RAC for derived assignment 2012-09-26 12:02:29 -04:00
Justin Spahr-Summers f7eb59beb7 ++RAC for a better -scanWithStart:combine: 2012-09-25 12:33:44 -07:00
Danny Greg 44da3b59d4 Merge pull request #14 from github/better-readme
Better, more informational README
2012-09-25 12:33:34 -07:00
Josh Abernathy 73aaec5843 Merge pull request #16 from github/delegate-block-fix
Animation Block Fix
2012-09-24 12:57:13 -07:00
Danny Greg 152ca420bc Better docs ++ 2012-09-24 09:51:42 -10:00
Danny Greg 054a1105f4 Brain fart --, we don't need a ref to the delegate. 2012-09-24 09:49:01 -10:00
Danny Greg 1e4f5829cc Update failing test. 2012-09-24 07:45:57 -10:00
Danny Greg e6edc33bb1 Update documentation. 2012-09-24 07:43:27 -10:00
Danny Greg a0e5edaf55 Use a stub object for the animation delegate. 2012-09-24 07:40:34 -10:00
Danny Greg c5fa09949b Nudge the content frame to the correct location in the popover. 2012-09-21 14:21:37 -07:00
Justin Spahr-Summers c46a668449 Added a short Getting Started section 2012-09-21 11:34:18 -07:00
Justin Spahr-Summers 8e9c863786 Rephrase ReactiveUI mention a little bit
So it doesn't sound like it's an official .NET framework.
2012-09-21 11:13:43 -07:00
Justin Spahr-Summers 41ddf58c33 Fix LICENSE link derp 2012-09-21 11:12:31 -07:00
Justin Spahr-Summers abd9edb661 Better, more informational README
Hopefully suitable for public release.
2012-09-21 11:11:09 -07:00
Justin Spahr-Summers 545a1bfdb2 ++RAC to fix NSFileManager category location 2012-09-21 10:45:46 -07:00
Justin Spahr-Summers 63f2625881 Merge remote-tracking branch 'origin/nsview-rblpopover' (pull request #12) 2012-09-20 19:48:07 -07:00
Alan Rogers 2e7f2163c7 Merge pull request #13 from github/fix-white-background
Use layer hosting instead of layer backing for RBLClipView
2012-09-20 18:05:34 -07:00
Danny Greg 0ac2f80087 Remove strokeColor.
We aren't using it in the new implementation.
2012-09-20 18:05:03 -07:00
Danny Greg 35b4dbbb19 Compare against NULL not nil for CFTypes. 2012-09-20 16:17:43 -07:00
Danny Greg d8100c9cae Document the clip view. 2012-09-20 16:11:04 -07:00
Justin Spahr-Summers 512a703bcb Use layer hosting instead of layer backing
Layer-backing results in the clip view sometimes turning completely
white on 10.7 (with drawsBackground enabled, regardless of the actual
backgroundColor).
2012-09-20 16:10:20 -07:00
Danny Greg cfa1d831d2 Document our clipping and layers situation. 2012-09-20 16:08:47 -07:00
Danny Greg 490f7db258 Don't bother using a temporary path. 2012-09-20 16:05:50 -07:00
Danny Greg 9a0e7bc96f Unnecessary comment -- 2012-09-20 16:05:26 -07:00
Danny Greg bd11df758a Unused property -- 2012-09-20 15:48:09 -07:00
Danny Greg e37b3f6c41 Merge in from master. 2012-09-20 15:47:14 -07:00
Danny Greg 84d06d3845 Inject the clipping view into the view hirearchy. 2012-09-20 15:29:09 -07:00
Danny Greg dd5c630f10 Create a clipping view. 2012-09-20 15:28:53 -07:00
Danny Greg fd0e10bd72 Add a clipping view property. 2012-09-20 15:28:23 -07:00
Danny Greg e86383be55 Remove use of covertScreenToBase. 2012-09-20 14:32:06 -07:00
Justin Spahr-Summers 3004e996f0 ++RAC for file watching and -merge synchronization 2012-09-20 13:57:46 -07:00
Danny Greg b04a04de9f Revert "Revert "The background view becomes an NSView.""
This reverts commit fadadb17db.
2012-09-20 11:48:48 -07:00
Danny Greg 6f276d3a07 Revert "Revert "Remove all usage of the mask layer.""
This reverts commit 1b06fa7752.
2012-09-20 11:48:48 -07:00