Skip to content

Tags: purem/cappuccino

Tags

v0.9.0-GM

Toggle v0.9.0-GM's commit message
Clearer explaination of setPullsDown: of CPPopupButton

v0.9.0-RC5

Toggle v0.9.0-RC5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
enable nib2cib image support for CPMenuItem

v0.9.0-RC4

Toggle v0.9.0-RC4's commit message
Merge branch 'master' of github.com:280north/cappuccino

v0.9.0-RC3

Toggle v0.9.0-RC3's commit message
Fallback to wget if curl isn't installed.

0.9.0-RC2

Toggle 0.9.0-RC2's commit message
Fix CPPopUpButton menu support.

- Added enumerateObjectsUsingBlock: to CPArray
- Fixed a remaining case of [] being used instead of objectAtIndex: in CPMutableArray.
- Added KVO support for menu items array in menus.
- Changed CPPopUpButton to use KVO to sync up with menu instead of notifications.
- Removed extra menu encoding in CPPopUpButton.
- Removed extra mainMenu object from CPApplication.
- Use setters in CPResponder instead of direct ivar access in initWithCoder:.

Closes cappuccino#298.
Closes $1059.

Reviewed by me.

v0.9.0-RC2

Toggle v0.9.0-RC2's commit message
Fix CPPopUpButton menu support.

- Added enumerateObjectsUsingBlock: to CPArray
- Fixed a remaining case of [] being used instead of objectAtIndex: in CPMutableArray.
- Added KVO support for menu items array in menus.
- Changed CPPopUpButton to use KVO to sync up with menu instead of notifications.
- Removed extra menu encoding in CPPopUpButton.
- Removed extra mainMenu object from CPApplication.
- Use setters in CPResponder instead of direct ivar access in initWithCoder:.

Closes cappuccino#298.
Closes $1059.

Reviewed by me.

0.9.0-RC1

Toggle 0.9.0-RC1's commit message
0.9.0 RC 1.

Reviewed by me.

v0.9.0-RC1

Toggle v0.9.0-RC1's commit message
0.9.0 RC 1.

Reviewed by me.

AB-19

Toggle AB-19's commit message
Fix for bottom corner view of CPScrollView being broken in CPCoding c…

…ircumstances (normal coding, nib2cibing, Atlas, etc.).

Reviewed by me.

AB-12

Toggle AB-12's commit message
Make nil a completely valid object in a CPArray.

Closes cappuccino#630.