Aparajita Fishman
9ea3b70143
Fixed: table cells were not initialized from xib settings
...
This is a second attempt to fix the problems addressed by 69bbe627a9 .
Because table cell classes needed to use the same initialization code as the NS_initWithCoder methods, it was necessary to refactor the initialization code into separate NS_initWithCell methods and call them separately from NS_initWithCoder.
2013-02-27 18:02:55 -05:00
Aparajita Fishman
866e1f00f7
Objj2 compiler fixes
...
- Each file compiles individually with no errors or warnings.
- Added missing imports.
- Fixed imports to remove circularity.
- Removed unnecessary imports.
- Added missing headers.
- Added missing action_button.png.
- Replace CPMakeRect with CGRectMake.
2013-01-23 15:48:56 +07:00
Alexander Ljungberg
d0fa16b96b
Fix NSPopUpButton in previous commit.
2012-08-31 23:19:24 +01:00
Alexander Ljungberg
3dacb4a5ef
Fix nib2cib alignment ofCPColorWell, CPComboBox, CPPopUpButton and CPSegmentedControl.
2012-08-31 22:31:40 +01:00
Antoine Mercadal
9708985901
Make CPPopUpButton positionning pixel perfect
2011-05-17 22:16:26 +02:00
Francisco Ryan Tolmasky I
d2f27408a5
Additional fix for archived CPPopUpButtons, and backwards compatibility support for old archives/cibs.
...
Reviewed by me.
2011-01-19 19:29:39 -08:00
Francisco Ryan Tolmasky I
ff60125183
Some capp_linting.
...
Reviewed by me.
2010-12-01 11:04:17 -08:00
Francisco Ryan Tolmasky I
f8a5f91687
Fix for nib2cib leaving cells as targets for menu items.
...
Reviewed by me.
2009-11-30 21:28:42 -08:00
Francisco Ryan Tolmasky I
3245f38788
nib2cib fix for pull down menus.
...
Reviewed by me.
2009-11-15 14:45:46 -08:00
tlrobinson
cfbdb1ce76
nib2cib support for CPMenu, CPMenuItem, CPPopUpButton, including MainMenu support. New test NIBs.
2008-12-09 01:58:42 -08:00