Commit Graph

  • b246d81daa Add new working demo project master Ilija Tovilo 2018-04-01 12:42:35 +02:00
  • 449b9970e6 Fix clipped shadow Ilija Tovilo 2018-04-01 12:42:13 +02:00
  • 026a7051fb Merge pull request #35 from rinatkhanov/master Ilija Tovilo 2016-03-02 18:11:20 +01:00
  • 2db1038275 Return default border color via getter Rinat Khanov 2016-03-02 17:47:14 +03:00
  • 56bed6963a Expose the option to modify disabled border color Rinat Khanov 2016-03-02 08:59:48 +03:00
  • 26e3079a26 Merge pull request #34 from alldritt/master Ilija Tovilo 2016-02-27 23:48:03 +01:00
  • 14ba668964 Handle target action correctly Mark Alldritt 2016-02-27 13:32:33 -08:00
  • 49fb28fa56 Merge pull request #32 from iiiyu/feature/add-podspec Ilija Tovilo 2015-12-18 18:23:34 +01:00
  • b5cd5b2d07 update podspec file ChenYu Xiao 2015-12-18 23:18:11 +08:00
  • fa7764032a add podspec ChenYu Xiao 2015-12-18 23:17:50 +08:00
  • ce60b0c413 Update README.md Ilija Tovilo 2015-07-13 16:09:19 +02:00
  • c79be1a7c1 Update README.md Ilija Tovilo 2015-07-13 16:09:01 +02:00
  • d4a4f989a4 Merge pull request #29 from danielmartinprieto/master Ilija Tovilo 2015-06-24 15:09:11 +02:00
  • 2b0f2ee56b Fixing a problem where theheader wasn't public Daniel Martín 2015-06-24 14:08:31 +02:00
  • fd773d8ac4 Merge pull request #28 from danielmartinprieto/master v1.0 Ilija Tovilo 2015-06-23 19:49:02 +02:00
  • 12700f0684 Adding Carthage support Daniel Martín 2015-06-23 12:51:59 +02:00
  • 02f96d807a Fix doc comment Ilija Tovilo 2015-06-22 07:03:46 +02:00
  • b74343cd1d Update README.md Ilija Tovilo 2015-06-22 07:03:02 +02:00
  • dd2157a9e3 Merge pull request #27 from Feingeist/master Ilija Tovilo 2015-06-20 17:05:30 +02:00
  • 5747a2faa6 - fixed bi-directional binding Fabian Jäger 2015-06-20 15:17:53 +02:00
  • d1865e485a Merge pull request #26 from Feingeist/master Ilija Tovilo 2015-06-20 11:08:50 +02:00
  • ddf54acb21 Updated printscreen with Yosemite style Ilija Tovilo 2015-06-20 11:03:10 +02:00
  • 1f24bd7982 Cocoa bindings should work now Fabian Jäger 2015-06-18 23:15:51 +02:00
  • 012433e231 Switched-on switch in demo - solves #24 Ilija Tovilo 2015-06-12 21:46:45 +02:00
  • fa53a46b3f Update README.md Ilija Tovilo 2014-11-16 12:38:22 +01:00
  • 66ebb8e4f6 Reimplement target/action accessors - Fix #21 Ilija Tovilo 2014-11-14 18:51:47 +01:00
  • e5295613c9 Update README.md Ilija Tovilo 2014-11-13 20:44:07 +01:00
  • a747cd4ce5 Merge pull request #20 from interstateone/InterfaceBuilder Ilija Tovilo 2014-11-13 08:05:43 +01:00
  • 5bdbb7e76d Add IB_DESIGNABLE and IBInspectable directives to ITSwitch Brandon Evans 2014-11-12 22:55:13 -07:00
  • a498323b97 Merge pull request #19 from rickfillion/master Ilija Tovilo 2014-10-18 17:46:15 +02:00
  • 550752e22c Merge remote-tracking branch 'iluuu1994/master' Rick Fillion 2014-10-18 11:22:21 -04:00
  • 8920b47132 Added Requirementse to README Rick Fillion 2014-10-18 11:19:25 -04:00
  • a41d329cb0 Updated README for change to API Rick Fillion 2014-10-18 11:18:00 -04:00
  • c4329e1691 Renamed the isDraggingTowardsOn property to draggingTowardsOn to better match how Cocoa names properties Rick Fillion 2014-10-18 11:12:59 -04:00
  • baa8777389 Renamed hasDragged property to dragged to better match how Cocoa names properties Rick Fillion 2014-10-18 11:11:11 -04:00
  • 60c392472b Renamed isActive property to active to better match how Cocoa names properties Rick Fillion 2014-10-18 11:08:58 -04:00
  • 3c30532b62 Renamed the isOn property to 'on' to better conform to how Cocoa does properties and to match UISwitch. Also removed the manual willChangeValueForKey/didChangeValueForKey as it's unneeded... the runtime will do that for us since it's a @property Rick Fillion 2014-10-18 11:06:55 -04:00
  • ad38bf0c99 No need to define what we're overriding in the header Rick Fillion 2014-10-18 11:02:19 -04:00
  • 2c2c60a03b Removed useless isEnabled implementation Rick Fillion 2014-10-18 11:01:59 -04:00
  • 6b0c7e7a35 No need to provide a custom implementation of target/action, NSControl does a fine job. Rick Fillion 2014-10-18 11:00:35 -04:00
  • a1dd441397 Converted #defines to static constants Rick Fillion 2014-10-18 10:58:00 -04:00
  • 409cf45cd0 Merge pull request #18 from rickfillion/master Ilija Tovilo 2014-10-16 21:22:21 +02:00
  • 27c4e28db5 Got rid of the category method on NSColor to get the CGColorRef. This makes the class only work on 10.8+, but also fixes a crasher in this method when compiled with any optimization level beyond -Onone in Xcode6.1. Rick Fillion 2014-10-16 14:48:44 -04:00
  • 994d05ac0e Merge pull request #17 from rickfillion/master Ilija Tovilo 2014-10-08 20:12:16 +02:00
  • abd024e2c2 Made the properties nonatomic Rick Fillion 2014-10-08 13:41:40 -04:00
  • 380eb7f465 Added accessibility support Rick Fillion 2014-10-08 11:51:47 -04:00
  • c2362aafe5 Added a focus ring when the control can be manipulated by the keyboard, and the ability to use left/right arrows as well as spacebar to toggle values. Rick Fillion 2014-10-08 11:26:18 -04:00
  • b591ab0c79 Added support for OS X 10.10 Yosemite. Fixes #16 Ilija Tovilo 2014-06-23 21:25:53 +02:00
  • dc93244837 CFAutorelease is not available in older systems Ilija Tovilo 2014-06-04 22:13:40 +02:00
  • 8ed855610a Fixed leak in NSColor to CGColorRef conversion. Fixes #14 Ilija Tovilo 2014-06-01 12:57:34 +02:00
  • 445aaa7893 Merge pull request #10 from nscoding/master Ilija Tovilo 2014-05-15 11:48:58 +02:00
  • 556183f2b0 Removing extra willChangeValueForKey and didChangeValueForKey methods nscoding 2014-05-15 11:30:38 +02:00
  • 29c33b6d5f Merge pull request #9 from iluuu1994/Disabled-state Ilija Tovilo 2014-05-11 17:38:44 +02:00
  • 90a22c4996 Changed the switches disabled and enabled state according to the iOS 7 version Ilija Tovilo 2014-05-11 17:38:17 +02:00
  • e90694719d Merge pull request #8 from inket/Enabled-Disabled Ilija Tovilo 2014-05-11 17:05:54 +02:00
  • 439e0930a4 Added enabled/disabled state inket 2014-05-11 13:04:52 +01:00
  • 31ec94b669 Merge pull request #6 from iluuu1994/10.7-support Ilija Tovilo 2014-05-06 19:21:29 +02:00
  • 0c6cd7f747 Fixed some formatting inconsistencies Ilija Tovilo 2014-05-06 19:20:49 +02:00
  • 9fa1d43c14 Merge pull request #5 from inket/10.7-support Ilija Tovilo 2014-05-06 14:14:45 +02:00
  • ddd4359b56 Reorganized code inket 2014-05-06 13:12:24 +01:00
  • f999490963 Prefixed category method inket 2014-05-05 22:19:52 +01:00
  • e97f5a030e Added NSColor->CGColor category for 10.7 inket 2014-05-05 12:52:33 +01:00
  • d829880e5d Observing support for all properties, added for consistency Ilija Tovilo 2014-05-01 19:53:21 +02:00
  • 6d149d55d8 Merge remote-tracking branch 'origin/master' Ilija Tovilo 2014-05-01 19:47:50 +02:00
  • aa1f86b8e7 We need to update the layer, not redraw, since we’re using layers. Fixes #2 Ilija Tovilo 2014-05-01 19:47:30 +02:00
  • a436a32b6e Merge pull request #1 from nemesis/patch-1 Ilija Tovilo 2014-04-22 12:11:47 +02:00
  • b268fe5018 Fix typos Costea Lungu 2014-04-22 13:09:04 +03:00
  • babfca56f1 Only invoke the target action if it was caused by the user Ilija Tovilo 2014-04-16 18:59:14 +02:00
  • ebdc47f8ea Added incredibly helpful comments Ilija Tovilo 2014-04-14 19:19:14 +02:00
  • 17bff42867 Update README.md Ilija Tovilo 2014-04-08 11:19:14 +02:00
  • 91a54e0960 Update README.md Ilija Tovilo 2014-04-07 15:47:30 +02:00
  • 3d5dcfd20a Updated readme Ilija Tovilo 2014-04-07 15:43:08 +02:00
  • 74109ea7ed Better demo Ilija Tovilo 2014-04-07 15:36:45 +02:00
  • 00af3d7766 Updated to new version Ilija Tovilo 2014-04-07 15:35:47 +02:00
  • ae9849d9d5 Added shadow instead of border for the knob Ilija Tovilo 2014-02-11 22:08:01 +01:00
  • b09dc80381 Support for NSMenuItem Ilija Tovilo 2014-02-11 21:57:33 +01:00
  • 8a7698d254 Added support for bindings Ilija Tovilo 2014-02-11 21:55:18 +01:00
  • 10f2993426 Make switch smaller, looks a lot better Re-added background animation Ilija Tovilo 2014-02-03 10:56:06 +01:00
  • 10cb70b7e9 We'll use a filled background for now Ilija Tovilo 2014-02-02 15:07:28 +01:00
  • 74020b2b86 Disabled border width animation for now Ilija Tovilo 2014-02-01 19:37:22 +01:00
  • 5dee1c6c8f Added and implemented project Ilija Tovilo 2014-02-01 17:04:20 +01:00
  • 84ba622639 Initial commit Ilija Tovilo 2014-02-01 02:45:12 -08:00