unstop
9105849b1b
always treat controller as NSViewNotSizable
2016-11-05 14:00:52 +08:00
toshi0383
d0c45f3848
Add Install Section in README.md
2016-10-25 10:24:56 +03:00
Matias Piipari
28ce642c2b
Adds Carthage/Build to .gitignore to ease working with MASPreferences with Carthage with its --use-submodules flag turned on. ( #49 )
2016-09-04 15:53:27 +03:00
Vadim Shpakovski
680c49a207
Update podspec
1.2
2016-09-04 14:44:39 +03:00
Vadim Shpakovski
dc30f9b4d4
Add nullability attributes in headers
2016-09-04 14:44:39 +03:00
Vadim Shpakovski
5cb6bc4dd9
Remove manual reference counting
2016-09-04 14:44:39 +03:00
Vadim Shpakovski
6667c9b3c5
Fix pod spec lint
1.1.4
2016-03-23 10:09:11 +03:00
Vadim Shpakovski
df34bc734e
Bump CocoaPod version
1.1.3
2016-03-23 10:04:56 +03:00
Vadim Shpakovski
f70296c590
Merge pull request #47 from josh64x2/podspec-fix
...
Removed deployment_target from Podspec
2016-03-15 09:45:26 +03:00
Josh
0563051726
Removed deployment_target from Podspec
...
This fixes issues such as:
- https://github.com/CocoaPods/CocoaPods/issues/4952
- https://github.com/ViennaRSS/vienna-rss/issues/576
2016-03-15 16:58:16 +11:00
Vadim Shpakovski
bed90764e1
Merge pull request #44 from iwankerl/bugfix/39-viewDidDisappear-called-twice
...
Avoid calling viewDidDisappear twice on OSX 10.10 and later
2015-11-17 10:35:38 +03:00
Isaac Wankerl
35537e4b91
Avoid calling viewDidDisappear twice on OSX 10.10 and later
2015-11-16 22:47:09 -06:00
Vadim Shpakovski
417a7ddc93
Merge pull request #41 from mattprowse/add-carthage-support
...
Add support for Carthage.
2015-09-15 17:26:56 +03:00
Matt Prowse
4137adeedd
Merge upstream changes
2015-09-15 21:35:07 +10:00
Vadim Shpakovski
f18a63ca28
Merge pull request #42 from kainjow/master
...
Fix errors when -Wall and -Wextra are used
2015-09-15 13:10:00 +03:00
Kevin Wojniak
31c96efe44
Fix errors when -Wall and -Wextra are used
2015-09-11 17:34:30 -07:00
Matt Prowse
b48bf9a9ef
Add support for Carthage.
2015-09-11 14:08:35 +10:00
Vadim Shpakovski
080abaf2ab
Merge pull request #38 from philippb/patch-1
...
Adding explanation for Swift usage
2015-07-24 13:03:18 +03:00
Philipp Berner
afec6a623e
Adding explanation for Swift usage
...
I wan into this problem when using with Swift and it took a while to fine out how to deal with this.
2015-07-23 17:02:09 -07:00
Allan Odgaard
df459a75ad
Make responder chain tampering compatible with 10.10
...
There is a subtle change in that our view controller is inserted as next responder for the view rather than the window.
This is consistent with what is done by default on 10.10, for details see https://developer.apple.com/library/mac/releasenotes/AppKit/RN-AppKit/#10_10ViewController
Closes shpakovski/MASPreferences#37
2015-03-23 14:56:51 +07:00
Vadim Shpakovski
6e48130fbc
Merge pull request #36 from robrix/import-cocoa-in-headers
...
Import Cocoa in the header.
2015-02-13 17:36:07 +03:00
Rob Rix
440bdd5da8
Import Cocoa in the header.
2015-02-13 09:34:37 -05:00
Vadim Shpakovski
11b0166a55
Fix Xcode error on 10.10 SDK.
2015-01-08 10:37:57 +03:00
Vadim Shpakovski
44d46a9338
Merge pull request #35 from barijaona/32bits
...
Fix 32 bit compilation problem
2015-01-06 14:12:43 +03:00
Barijaona Ramaholimihaso
925b97932b
Clarify that the property, not the ivar, is an IBOutlet
2015-01-06 14:09:23 +03:00
Barijaona Ramaholimihaso
b3b1d2f00c
Fix 32 bit compilation problem
...
With Xcode 6.1.1 and OS X 10.10.1, we got an error :
MASPreferencesWindowController.m:29:13: Synthesized property 'toolbar' must either be named the same as a compatible instance variable or must explicitly name an instance variable
2014-12-29 22:36:45 +03:00
Vadim Shpakovski
966530c1de
Merge pull request #34 from swt2c/fix_double_viewWillAppear
...
Avoid calling viewWillAppear twice on OSX 10.10
2014-12-24 22:34:56 +03:00
Scott Talbert
20c898677d
Avoid calling viewWillAppear twice on OSX 10.10
2014-12-22 23:44:44 -05:00
Vadim Shpakovski
2102ca2b67
Merge pull request #33 from fingolfin/license
...
Clarify license terms
2014-12-22 16:23:45 +03:00
Max Horn
e3368bbc6c
Clarify license terms
2014-12-22 14:21:44 +01:00
Vadim Shpakovski
68f525d72b
Merge pull request #29 from danielvy/selectControllerWithIdentifier
...
Added convenience method selectControllerWithIdentifier
2014-10-05 22:19:31 +02:00
daniel
3f6a16fb05
Added convenience method selectControllerWithIdentifier
2014-10-05 15:57:52 +03:00
Vadim Shpakovski
d6f03078d9
Fixed sources for 10.5.
1.1.2
2014-09-22 14:54:56 +02:00
Vadim Shpakovski
63edcbd652
Fixed Podspec.
2014-09-22 14:40:25 +02:00
Vadim Shpakovski
9c0658050b
Polished Podspec.
1.1.1
2014-09-22 14:33:53 +02:00
Vadim Shpakovski
d9c54eb239
Merge pull request #28 from robin/feature/fix-crash-after-release
...
fix the crash caused by reference to dealloced object
2014-06-10 16:08:02 +03:00
Robin Lu
25bf1100c3
fix the crash caused by reference to dealloced object after the window controller is
...
released.
2014-06-10 14:08:52 +08:00
Vadim Shpakovski
f2d59d64c8
Fixing the broken Pod.
2013-12-06 21:43:04 +02:00
Vadim Shpakovski
ff939926e4
Adding podspec.
2013-12-05 19:26:41 +03:00
Vadim Shpakovski
96de1e368e
Moving license into its own file.
1.1
2013-12-05 19:07:01 +03:00
Vadim Shpakovski
092b5ea18a
Merge pull request #23 from FlyingDiver/master
...
Add method for removing ViewController
2013-09-09 14:01:48 -07:00
Joe Keenan
846054a720
Add method for removing ViewController
2013-09-09 15:51:59 -04:00
Vadim Shpakovski
eaa03055e5
Merge pull request #22 from eldenchen/patch-1
...
Disable zoom button if the window is not resizable
2013-08-02 01:14:55 -07:00
Chen Hongzhi
9320eecefb
Disable zoom button if the window is not resizable
2013-08-02 15:59:49 +08:00
Vadim Shpakovski
0a007e9bab
Fixing latest changes.
2013-04-15 22:24:53 +03:00
Vadim Shpakovski
460e72aba3
Completing Auto-layout improvements.
2013-04-15 20:20:41 +03:00
Vadim Shpakovski
4a43f4184e
Improving Auto-layout support.
2013-04-15 20:16:24 +03:00
Vadim Shpakovski
efeaf31ffb
Merge pull request #17 from alexstaubo/master
...
Support compiling with ARC under Clang using ifdefs.
2013-02-05 14:40:05 -08:00
Alexander Staubo
da1479062a
Support compiling with ARC under Clang using ifdefs.
2013-02-05 23:06:11 +01:00
Vadim Shpakovski
d5aa8ae072
Merge branch 'master' of github.com:shpakovski/MASPreferences
2012-11-16 10:14:09 +03:00