Aparajita Fishman
4f377bcebe
Objj2 compiler fixes
...
Compiled all files individually:
- Added missing imports.
- Added @class/@global declarations to break circular dependencies.
- Misc. code cleanup.
Conflicts:
AppKit/CPWindow/_CPWindow.j
AppKit/Platform/DOM/CPPlatformWindow+DOM.j
2013-01-23 15:48:55 +07:00
Alexander Ljungberg
10fcc0c452
Refs #1572 . Minor fixes.
2012-06-25 16:26:44 +01:00
Ilya Kulakov
7cf3ac3b40
CPButton and subclasses respect highlightsBy and showsStateBy now.
2012-06-25 18:57:10 +07:00
Antoine Mercadal
70ccec2e82
do not send action when using setState: programatically
2011-10-10 14:49:59 +02:00
Francisco Ryan Tolmasky I
52f7844aee
Made it so .h files are automatically included in AppKit (avoiding needing to manually include Platform.h, etc.).
...
Also changed a bunch of <AppKit/*> imports to "*" imports.
Reviewed by me.
2010-11-01 11:10:01 -07:00
Klaas Pieter Annema
6e9f82212b
rename CPView +themeClass to +defaultThemeClass
2010-10-25 14:15:22 +02:00
Aparajita Fishman and Klaas Pieter Annema
ce2c662872
Fixes to previous CPButton image positioning commit.
...
- Checkbox and radio selected states would not show in the images. It turns out that the image and alternate image cannot be encoded->decoded->set without messing up the theme, and unfortunately the theme blending task (during a jake build) would do so. So for now this means that we cannot encode non-theme images with a button class, which is unlikely to happen.
- Since we cannot access themes in the NS classes, I went ahead and started to make some constants in a few control classes so that the values can be changed in one place and affect the theme and nib2cib.
2010-09-10 09:56:26 +02:00
Aparajita Fishman and Klaas Pieter Annema
6680a1f2a7
Overhaul of CPButton and supporting classes to support image positioning the way Cocoa does
2010-09-08 22:13:39 +02:00
Francisco Ryan Tolmasky I
ba01976151
Added target and action to radio groups.
...
Reviewed by me.
2009-11-17 19:52:20 -08:00
Francisco Ryan Tolmasky I
d584b4dccf
Minor radio button change on init and info plist dependency.
...
Reviewed by me.
2009-11-14 10:57:19 -08:00
Francisco Ryan Tolmasky I
6d8e1705b8
Cleaned up button's sizeToFit.
...
Reviewed by me.
2009-05-19 12:02:10 -07:00
Ross Boucher
850125b8ab
Add documentation groups
2009-05-18 15:43:36 -07:00
Francisco Tolmasky
4ff6590e74
Added support for NSMatrix of radio buttons.
...
Reviewed by me.
2009-05-17 20:03:36 -07:00
Francisco Tolmasky
67cfe69f38
Forgot to include these files in the last commit.
...
Reviewed by me.
2009-05-16 15:55:07 -07:00