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

642 Коммитов

Автор SHA1 Сообщение Дата
Matt Diephouse e2507db762 Merge pull request #154 from tbodt/patch-1
Remove old code that doesn't do anything anymore
2015-12-09 20:03:55 -05:00
Theodore Dubois eca271036d remove dead code from an old hack 2015-12-09 15:45:26 -08:00
Josh Abernathy 4da137a627 Merge pull request #153 from github/xcode-7
Build under Xcode 7
2015-09-25 10:47:39 -04:00
Matt Diephouse 7d304e49ae Xcode does as it pleases 2015-09-23 16:48:06 -04:00
Matt Diephouse ae8a45deff These protocols are informal on 10.10, but required on 10.11. 😞 2015-09-23 16:46:48 -04:00
Matt Diephouse 87bc940c3c Let's @import instead 2015-09-23 16:46:34 -04:00
Matt Diephouse e8f60b1702 Actually conform to protocols because T Y P E S 2015-09-23 16:38:51 -04:00
Matt Diephouse 580008b849 This has been declared non-null 2015-09-23 16:38:51 -04:00
Matt Diephouse e7d35175f2 Swift upgrade check to pacify Xcode 2015-09-23 16:38:51 -04:00
Josh Abernathy 6981c5bbfb Merge pull request #152 from github/carthagize
Use Carthage and move to Xcode 6.3+
2015-09-22 15:00:03 -04:00
Matt Diephouse 645e9cee65 Use Carthage and move to Xcode 6.3+ 2015-09-15 13:37:35 -04:00
Matt Diephouse 2bfd99e4d3 Merge pull request #151 from github/more-nsview-properties
Update a couple more declarations to match NSView
2015-04-09 17:51:39 -04:00
Justin Spahr-Summers fc6f83914a Update a couple more declarations to match NSView 2015-04-09 14:46:45 -07:00
Justin Spahr-Summers 5bfcdb4e29 Merge pull request #150 from github/pacify-xcode
Pacify Xcode
2015-01-16 12:24:04 -08:00
joshaber 3bc7d88de1 OK Computer 2015-01-16 15:22:31 -05:00
joshaber af91aab2c7 ++xcconfigs 2015-01-16 15:22:27 -05:00
Justin Spahr-Summers 50b91dcfb6 Xcode lulz 2014-11-06 13:38:31 -08:00
Alan Rogers d111a42877 Merge pull request #145 from github/xcode6
Xcode 6.1 support, remove RBLView
2014-10-28 18:51:45 +11:00
Justin Spahr-Summers 6abbd2f7f6 Don't try to create a window in unit tests 2014-10-27 22:07:53 -07:00
Justin Spahr-Summers 3625ae9e36 Fix crash in RBLHTMLView expectation 2014-10-27 22:06:53 -07:00
Justin Spahr-Summers db422d8696 Fix deployment target for tests 2014-10-27 22:05:40 -07:00
Justin Spahr-Summers 6ae2123d0c Update to jspahrsummers/objc-build-scripts@a54782 2014-10-27 22:04:18 -07:00
Justin Spahr-Summers a154194a15 Add dummy Swift file for unit testing 2014-10-27 22:03:18 -07:00
Justin Spahr-Summers b103174336 Upgrade to Nimble matcher syntax 2014-10-27 22:01:41 -07:00
Justin Spahr-Summers eef56b18c4 🔥 RBLViewSpec 2014-10-27 21:55:58 -07:00
Justin Spahr-Summers c1d247ec9f Upgrade to Quick spec syntax 2014-10-27 21:55:29 -07:00
Justin Spahr-Summers e193a5cbb3 🔥 unnecessary files, fix up Cocoa imports 2014-10-27 21:52:14 -07:00
Justin Spahr-Summers aed6836297 Remove Expecta and Specta, add Quick submodule 2014-10-27 21:47:44 -07:00
Justin Spahr-Summers 4fb3eea6e7 ++xcconfigs 2014-10-27 21:47:11 -07:00
Justin Spahr-Summers e2a32883d7 Merge branch 'master' into xcode6
Conflicts:
	Rebel/RBLResizableImage.h
	Rebel/Rebel.h
2014-10-27 21:46:39 -07:00
Justin Spahr-Summers 1417edc166 Merge pull request #149 from indragiek/prefix-capinsets
Prefix the capInsets property
2014-10-14 10:16:20 -07:00
Indragie Karunaratne 32d0f385b0 Prefix the capInsets property
On the 10.10 SDK, NSImage has a private declaration of the capInsets
property. This declaration squashes it.
2014-10-13 13:44:03 -06:00
Josh Abernathy db856d045a Merge pull request #148 from github/fix-build-on-10-9
Declare the property so it can build on 10.9
2014-08-20 17:11:45 -04:00
Matt Diephouse 717a420c01 Declare the property so it can build on 10.9 2014-08-20 17:02:20 -04:00
Matt Diephouse 675b604702 Merge pull request #147 from interstateone/ScrollingContentInsets
RBLScrolling takes contentInsets into account
2014-08-19 12:20:43 -04:00
Brandon Evans 3bb6ec474b RBLScrolling takes contentInsets into account
As of 10.10 NSScrollView has a contentInsets property that is useful alongside translucent toolbars and title bars so that, similarly to iOS 7+, scroll view content can scroll underneath the blurred bar. The current implementation of `RBLScrollRectInViewToVisible` causes cell views not to be fully visible when scrolled fully to the top or bottom. This change takes these insets into account when scrolling with `RBLScrollRectInViewToVisible` so that table/outline cell views remain fully visible when at the top or bottom of the scroll view.
2014-08-07 23:12:09 -06:00
Danny Greg 2728105608 Merge pull request #146 from github/dont-dismiss-when-theres-a-modal
Use windowNumberAtPoint: to determine if a mouse event is on a window.
2014-08-07 13:00:31 +01:00
Alan Rogers 196d94e221 Also use windowNumberAtPoint: to test if we're in the popoverWindow. 2014-08-07 18:33:35 +10:00
Alan Rogers 3e101d2aab Use windowNumberAtPoint: to determine if clicks actually reach the parentWindow.
This means that if you move a different app window around (that
overlaps the parent window), we won’t accidentally dismiss the popover.
2014-08-07 18:29:48 +10:00
Alan Rogers 4b21299147 Don't close the popover when the app is showing a modalWindow. 2014-08-06 21:55:58 +10:00
Alan Rogers 74f090c90b Remove RBLViewController from Rebel.h 2014-07-16 15:35:05 -07:00
Justin Spahr-Summers 015ba1ac56 Remove RBLView and RBLViewController imports 2014-07-16 10:55:43 -07:00
Justin Spahr-Summers a7416e42aa Don't automatically build tests with main target 2014-07-16 10:47:51 -07:00
Justin Spahr-Summers d8a254e5db ++xcconfigs 2014-07-16 10:46:58 -07:00
Justin Spahr-Summers 3efdb5a062 Fix format specifiers for NSLayoutPriority values 2014-07-16 10:42:35 -07:00
Justin Spahr-Summers ef0919dad2 Mark RBLResizableImage.capInsets as atomic
Matches NSImage on 10.10.
2014-07-16 10:41:19 -07:00
Justin Spahr-Summers 95428d3c44 🔥 RBLView
Just use NSView directly. Then you get full control over layer-backing
and Auto Layout as well.
2014-07-16 10:41:04 -07:00
Justin Spahr-Summers 23ff1939ec Merge pull request #144 from github/bye-bye-rblviewcontroller
Remove RBLViewController and its NSView category.
2014-07-16 10:20:00 -07:00
Alan Rogers be14bf1ddf 🔥 RBLViewController and the NSView category. 2014-07-15 15:17:33 -07:00
Alan Rogers f2698fbc17 Merge pull request #143 from github/zero-warnings
Zero warnings
2014-07-15 15:15:14 -07:00