20 Commits

Author SHA1 Message Date
Joshua Stevenson 3c91ae21e8 Add detach button (only enabled when custom window is selected) (#3) 2019-02-12 12:07:12 +01:00
Lukas Kubanek b791446fec Fixed NSPopoverDelegate method signature 2018-03-25 12:57:22 +02:00
Lukas Kubanek 477c3c4f95 Disabled SWIFT_SWIFT3_OBJC_INFERENCE 2018-03-25 12:48:51 +02:00
Lukas Kollmer d17f46ed70 update to swift 4, xcode 9.2 2018-03-18 18:03:29 +01:00
Lukas Kubanek 3575376acf Updated to Swift 2.0 and Xcode 7.0 2015-07-29 17:22:36 +02:00
Lukas Kubanek fb7eb82079 Updated for Xcode 6.3 beta 3 2015-03-30 19:49:48 +02:00
Lukas Kubanek cca0ac177b Improved handling of unsupported settings 2014-11-05 17:59:26 +01:00
Lukas Kubanek 3207006d04 Found a better way to load the ContentViewController 2014-11-05 17:54:57 +01:00
Lukas Kubanek ff3d564376 Improved the initializer of ContentViewController
http://stackoverflow.com/questions/26263295/the-correct-way-to-override-an-initializer-in-swift-1-1
2014-10-26 22:16:06 +01:00
Lukas Kubanek d95c13bea7 Changed the order of the preferred positions 2014-10-25 23:14:38 +02:00
Lukas Kubanek c22e5c51eb Some enhancements 2014-10-25 23:12:59 +02:00
Lukas Kubanek 79f20bf5a8 Divided the button into two buttons for showing and hiding
This allows repeated showing
2014-10-25 23:04:07 +02:00
Lukas Kubanek 42d2c40187 Added support for custom detached window 2014-10-25 22:40:39 +02:00
Lukas Kubanek 03b82ccf7e Renamed PopoverViewController to ContentViewController 2014-10-25 20:14:09 +02:00
Lukas Kubanek 0edb5a2a51 The app is now terminated after closing the last window 2014-10-25 20:11:11 +02:00
Lukas Kubanek 89283b8cab Removed the custom segue and did the popover handling programmatically
- moved the PopoverViewController to an external XIB file
- added ability to hide the popover
- the instance of the popover and the PopoverViewController are kept and reuse by the MainViewController
2014-10-25 20:03:21 +02:00
Lukas Kubanek 662c142d2b Granted access to the raw NSPopover in CustomizablePopoverSegue 2014-10-25 19:17:16 +02:00
Lukas Kubanek a886c4e0c8 Made the popover detachable 2014-10-25 19:11:31 +02:00
Lukas Kubanek e2da704678 Added custom segue which shows a popover according to selected settings 2014-10-25 19:01:39 +02:00
Lukas Kubanek dab5f4b402 Improved project structure 2014-10-25 17:19:02 +02:00