Alan Rogers
|
f2698fbc17
|
Merge pull request #143 from github/zero-warnings
Zero warnings
|
2014-07-15 15:15:14 -07:00 |
Matt Diephouse
|
405d74bd2c
|
Fix tests
|
2014-07-15 14:49:11 -07:00 |
Matt Diephouse
|
29a66ecc50
|
++xcconfigs
|
2014-07-15 14:48:02 -07:00 |
Matt Diephouse
|
0bd4e0d2a4
|
Update the upgrade check
|
2014-07-15 14:46:10 -07:00 |
Matt Diephouse
|
2b4d8364a3
|
Automatically select architectures
|
2014-07-15 14:46:00 -07:00 |
Matt Diephouse
|
781893e71b
|
Fix scheme name (thanks Xcode!)
|
2014-07-02 19:15:12 -04:00 |
Josh Abernathy
|
cf7c9146a1
|
Merge pull request #141 from github/xctest
Move to specta/specta, specta/expecta, and XCTest
|
2014-07-02 16:16:08 -04:00 |
Matt Diephouse
|
8ba5942e8b
|
Move to specta/specta, specta/expecta, and XCTest
|
2014-07-02 16:12:28 -04:00 |
Josh Abernathy
|
58a781255f
|
Merge pull request #140 from github/fix-fullscreen-popover-crash
Fix fullscreen popover crash
|
2014-07-01 10:54:25 -04:00 |
Matt Diephouse
|
113895fd81
|
Merge pull request #139 from github/remove-key-check
Don't care if our parent window is key.
|
2014-06-30 19:58:58 -04:00 |
Josh Vera
|
063ba40876
|
Check for non-nil observers because NSNotificationCenter reasons
|
2014-06-30 18:31:11 -04:00 |
Josh Vera
|
a4f07ad61c
|
Hold a strong reference to the popover when closing it from fullscreen
|
2014-06-30 17:17:01 -04:00 |
joshaber
|
3ead5ace94
|
Don't care if our parent window is key.
|
2014-06-30 17:04:39 -04:00 |
Josh Vera
|
5f8ce33609
|
Hold on to the popover when exiting fullscreen, since we could be deallocated in didCloseBlock
|
2014-06-30 16:44:38 -04:00 |
Justin Spahr-Summers
|
7d35a04421
|
Merge pull request #138 from github/view-will-draw
Set clipping path in -viewWillDraw
|
2014-06-20 16:41:41 -07:00 |
Josh Vera
|
ac29c90091
|
override -viewWillDraw
|
2014-06-20 16:45:26 -04:00 |
Rob Rix
|
85a5bd8cee
|
Merge pull request #136 from github/fix-fullscreen
Fix fullscreen
|
2014-06-19 16:35:39 -04:00 |
joshaber
|
78da958e87
|
Close popovers when our fullscreen status changes.
|
2014-06-19 16:00:07 -04:00 |
joshaber
|
f455ccc094
|
Find the topmost parent window.
|
2014-06-19 15:59:53 -04:00 |
joshaber
|
f7562b2a92
|
Separate these out to make it clearer.
|
2014-06-19 15:59:37 -04:00 |
Justin Spahr-Summers
|
72c50a4002
|
Merge pull request #135 from github/outline-view-without-scrolling-fits
An outline view that can be scrolled without it having fits.
|
2014-05-27 09:24:18 -07:00 |
Rob Rix
|
ffb777f189
|
Add the outline view to the umbrella header.
There doesn’t seem to be any specific style of organization to this, so
I’ve just added it at the end.
|
2014-05-27 11:30:21 -04:00 |
Rob Rix
|
e1a62b1f17
|
Correct the visibility of the outline view header.
|
2014-05-27 09:03:36 -04:00 |
Rob Rix
|
5332982841
|
Factor -scrollRectToVisible: out into a function.
|
2014-05-27 09:03:16 -04:00 |
Rob Rix
|
c43c4facbb
|
An outline view that can be scrolled without it having fits.
|
2014-05-26 11:24:50 -04:00 |
Matt Diephouse
|
4a5ffefa13
|
Merge pull request #132 from github/popover-edge-fixes
Use next edge when preferred edge rect would be out of bounds
|
2014-04-12 07:53:39 -07:00 |
Josh Vera
|
b44ae6a0a2
|
s/Midpoint/Centerpoint
|
2014-04-08 13:09:47 -04:00 |
Josh Vera
|
1bdf1501fc
|
No need to draw beginning point
|
2014-04-08 11:16:41 -04:00 |
Josh Vera
|
deb6fcc382
|
Clean up arrow variables
|
2014-04-08 11:16:18 -04:00 |
Josh Vera
|
725f53d7c4
|
No need to set the popoverEdge again
|
2014-04-08 10:50:04 -04:00 |
Josh Vera
|
06aba4e046
|
Remove -popoverAnchorPoint
|
2014-04-07 23:50:30 -04:00 |
Josh Vera
|
4d96766f70
|
Remove -didOffsetFrame
|
2014-04-07 23:47:52 -04:00 |
Josh Vera
|
5a4c6d139b
|
Go back to using the median x and y to calculate mid origin x and y
|
2014-04-07 23:47:02 -04:00 |
Josh Vera
|
4a2b2441e7
|
Position positioningRect using -alignmentRectForFrame:
|
2014-04-07 23:46:37 -04:00 |
Josh Vera
|
4366d3e1e3
|
Dont forget to set else case
|
2014-04-07 15:16:53 -04:00 |
Josh Vera
|
7a7b98e371
|
Calculate based on window visible frame
|
2014-04-07 15:16:39 -04:00 |
Josh Vera
|
1fbeeafc19
|
Dont use midOriginY
|
2014-04-06 20:33:15 -04:00 |
Josh Vera
|
f28d565ca3
|
Use next edge if screen rect doesn't contain the preferred edge
|
2014-04-06 20:33:05 -04:00 |
Josh Vera
|
3f6009766a
|
Clean up popover path calculations
|
2014-04-06 15:24:18 -04:00 |
Josh Vera
|
92b4ad2dbb
|
Replace NSMax uses with maxX, maxY
|
2014-04-06 14:53:09 -04:00 |
Josh Vera
|
7c73e6399e
|
Replace M_PI / 2 with M_PI_2
|
2014-04-06 14:51:27 -04:00 |
Josh Vera
|
26ec75b217
|
style
|
2014-04-06 14:50:34 -04:00 |
Josh Vera
|
8846e4463e
|
Just set ivar
|
2014-04-06 14:48:24 -04:00 |
Josh Vera
|
2795024853
|
Merge remote-tracking branch 'origin/master' into popover-edge-fixes
|
2014-04-06 14:47:02 -04:00 |
Josh Vera
|
d5cbe5b1b2
|
Flip the edge if the proposed rect for the preferred edge is offscreen
|
2014-04-04 17:55:53 -04:00 |
Josh Vera
|
c6ba9866e1
|
Add popover anchor point and didOffsetFrame properties to RBLBackgroundView
|
2014-04-04 17:13:07 -04:00 |
Josh Vera
|
17f846484d
|
Change demo to show popover relative to button bounds
|
2014-04-04 17:12:13 -04:00 |
Josh Vera
|
905a29e635
|
Remove arrow shrinking
|
2014-04-04 17:09:08 -04:00 |
Josh Vera
|
50a52ae529
|
Separate arrow coordinate calculations from CGPath stuff
|
2014-04-04 14:52:23 -04:00 |
Josh Abernathy
|
c7abdf5a4a
|
Merge pull request #131 from github/popover-hittest
Override -hitTest: on a popover's clipping view
|
2014-03-27 11:11:02 -04:00 |