8000 Tags · cappuccino/cappuccino · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cappuccino/cappuccino

Tags

v1.0.0

Toggle v1.0.0's commit message
Fixed: doc generation crash due to bad UTF.

Not clear what's causing the problem, but the ± in CPDate.j get prefixed with some garbage bytes in the Doxygen output even that the input encoding looks fine.

The work-around for now is to just discard the bad bytes in the Python step. The output comes out correct (with the ± preserved).

v0.9.10

Toggle v0.9.10's commit message
This will be Cappuccino 0.9.10.

v0.9.9

Toggle v0.9.9's commit message
Bump XcodeCapp copyright year.

v0.9.8

Toggle v0.9.8's commit message
Tests: new nil exception test for CPDictionary.

v0.9.7-1

Toggle v0.9.7-1's commit message
This will be Cappuccino 0.9.7-1.

v0.9.7

Toggle v0.9.7's commit message
Update some more version numbers.

TESTED_130514

Toggle TESTED_130514's commit message
New: xcc --reset resets the Xcode support before opening the project.

This will help in cases where the project is way out of sync and crashes XCC.

REL_PERSONALAKTE_130314

Toggle REL_PERSONALAKTE_130314's commit message
Fixed: menus not closing on left click.

Previously, clicking outside a menu on a control would not close the menu. Also clicking on the menu header again would open a second menu.

This error was caused by the control receiving the click and starting its own tracking, depriving the menu of the mouse up event it was awaiting.

The behaviour to wait for the mouse up was wrong to begin with. Menus should close on mouse down.

This fix closes the menu on left mouse down anywhere but the menu, while still allowing the click to pass through to any control underneath the cursor.

Fixes #1833.

v0.9.7-alpha1

Toggle v0.9.7-alpha1's commit message
This will be Cappuccino 0.9.7-alpha1.

v0.9.6

Toggle v0.9.6's commit message
Fixed: documentation version number lagging behind.

0