Get the source on GitHub: https://github.com/cappuccino/cappuccino/tree/v0.9.6-RC2. To install:
curl https://raw.github.com/cappuccino/cappuccino/v0.9.6-RC2/bootstrap.sh >/tmp/cb.sh && bash /tmp/cb.sh
Release date: 2012-08-22
- New:
CFURL.createCopyDeletingLastPathComponent. - New:
CPURL URLByDeletingLastPathComponent. - New:
CFData.bytes()andCFData.base64(). - New:
CPData +dataWithBytesandCPData +dataWithBase64:. - New:
CPString pathWithComponents:,stringByAppendingPathComponent:, andstringByAppendingPathExtension:. - New:
CPArrayandCPDictionarydescriptions now attempt to describe JavaScript member objects in more detail than just[Object object]. CPMutableArray sortUsingDescriptors:optimised.- Improved documentation for
CPArray,CPString. - New:
CPArray indexesOfObjectPassingTest:. - New:
CPIndexSet indexPassingTest:,indexesPassingTest:,indexWithOptions:passingTest:,indexesWithOptions:passingTest:,indexInRange:options:passingTest:andindexesInRange:options:passingTest:. - Reimplement
CPGeometryusingCGGeometrysince they are equivalent in Objective-J. - New:
CPDictionary keysOfEntriesPassingTest:,keysOfEntriesWithOptions:passingTest:andkeysSortedByValueUsingComparator:. - New:
CPDictionary enumerateKeysAndObjectsUsingBlock:. - New:
CGInsetMakeInvertedCopy. - New:
CPUndoManagerpostsCPUndoManagerDidCloseUndoGroupNotification. CFDatabase64 encoding optimised.- New:
CPNumberFormatter setMinimumFractionDigits:support. - New: very basic
CPNumberFormattercurrency style. - New:
CPNumberFormatter generatesDecimalNumberssupport, enabled by default.
Bug Fixes:
- Fixed: a
CPURLRequestcreated without using the designated initialiser wouldn't work. - Fixed #1512: patch for rhino-narwhal to add
JAVA_OPTSsupport when running Cappuccino utilities through rhino. This generally improves configurability for special cases, and specifically enables a work around for thefailed to map segment from shared objecterror on some platforms. - Fixed #1529: incorrect
CPDecimalNumberresult for 220000/220. In general divisions where the quotient had fewer digits than the dividend when disregarding exponent would fail. - Fixed:
LOGglobal function. - Fixed:
CPStringpath methods should collect//into/. - Fixed: main bundle URL missing final
/when running in CommonJS. - Fixed:
CPDateReferenceDateshould be 'Jan 1 2001' instead of 'Feb 1 2001' - Match
CPDate distantPastanddistantFuturewith Cocoa. - Fixed: removed redundant
CPCopyRangefunction. - Fixed: incorrect change information sent to observers when the top level object of an observed key path changes.
- Fixed: crash if an observer was set between
willChange…/didChange…. - Fixed #1624:
CPNumberFormattergrouping was wrong. - Fixed:
CPNumberFormattergrouping separator support.perMillSymbolwas incorrectly used as the grouping separator. - Fixed:
CPSetused identity checks, not Objective-J equality checks. - Fixed:
CPArrayshould throw an exception when observer is added/removed. - Fixed:
CPSet removeObject:for an object not a member is not an error. - Properly allow
CPNumberFormatterto operate on mostCPNumbertypes. This only worked by accident before. - Correct
CPNumberFormatter maximumFractionalDigitsdefault. - Fix
CPNumberFormattermaximum fraction digits property name. - Extend
CPNumberFormatterCPCoding support and fix rounding default. - Fixed:
CPDecimalwould not accept strings such as '.003' or '-.003' (no integer component).
- Much improved support for sheets in general and modal sheets in particular (doc-modal).
- Better animation of sheet shadow when the sheet animates in our out.
CPPredicateEditorimprovements. Bindings compatibility.- Raise an exception if a view is added to itself as a subview.
- New:
+ (BOOL)automaticallyNotifiesObserversOf<Key>support. - If
showRelativeToRect:is called while a popover is closing, it is ignored. - If
showRelativeToRect:is called when the popover is already open the existing popover is repositioned. - Close all popovers when a window is closed.
- New:
CGInsetUnionandCGInsetDifference. - New: small progress indicator spinners.
- New:
CPImageView CPValueURLBindingandCPValuePathBindingread-only support. - New: hold down the option key while expanding an outline view item to expand all children as well.
- New:
CPImageView CPImageScaleProportionallyUpOrDown. - New:
CPSplitView adjustSubviews. - Archive
CPViewtooltips. - The parent window of a sheet can be moved.
- New:
CPWindowsheet delegate messages. - New:
CPImage -initWithData:. - New:
CPImageViewsupport forCPDataBinding. - New:
CPTableViewthemed attribute for round rect selection of rows. Selections in the tableview can now have round corners. The default is a regular rect. - New:
CPTableViewcontent binding (especially useful for Lion style view-based tables.) - New:
CPImage data. If the image was not initialised using data but the browser supports canvas, data is generated. - Improve toolbar item layout. The height of all items is determined by the tallest item. If a toolbar item has a small view or a small icon, it is now centred within the available space above the label. For example, for a tiny icon in one item next to a normal size icon the tiny icon would be centre aligned with the larger icon.
- New: toolbar
CPToolbarDisplayModeIconOnlysupport. - New: toolbar support for tall custom widgets. You can now finally have that
CPTableViewyou always wanted in your toolbar. - New: toolbar "labels only" mode.
- Use any size toolbar icons such as 48x48 and the toolbar adapts automatically (unlike Cocoa).
- Improved artwork for button bars (switch odd blue colour for a more standard white).
- New:
CPTokenFielddelegate methodtokenField:representedObjectForEditingString:. This improves support for represented objects and is used both when an autocompletion suggestion is used or when the name of a token is typed in by hand. - Place token autocomplete underneath what's being completed.
- Autosize token field autocomplete menu. The new menu is much more efficient for the user:
- Less tall items makes it much easier to select among many completions.
- Exactly wide enough for widest item.
- Tall enough to show all items (instead of just 3 as before).
- Uses a maximum width and height defined by the screen edges and some Cocoa-like constants.
- Improve token field subclassing support. Token field now triggers autocompletion from
textDidChange:which better meets the expectations of Cappuccino programmers. Eliminated custom non-Cappuccino key press handler. - New:
CPTokenField keyUp:support. - New: key bindings support for token field. Also improve compatibility with
CPTextFieldsuperclass and subclassing support by properly usinginterpretKeyEvents:likeCPTextField. - Allow token field subclasses to override
defaultCompletionDelay. - Allow token field
insertText:to be somewhat overridden. IfinsertText:is overridden to do nothing, nothing in inserted. - Overwrite selected tokens by typing.
- New:
CPArrayController removeObjectAtArrangedObjectIndex:. - New: select all support for
CPTokenField. - Improve token field keyboard navigation when tokens are selected.
- New: many more
CPButtontypes,highlightsByandshowsStateBysupport, including for subclasses (CPCheckBoxandCPRadio) when appropriate. All button types now supported:CPPushOnPushOffButtonCPToggleButtonCPMomentaryChangeButtonCPOnOffButtonCPMomentaryPushInButtonCPMomentaryPushButtonCPMomentaryLight
- New: full
CPPopUpButtonbindings support. - New:
CPToolbarautovalidate support. - New:
CPSplitViewWillResizeSubviewsNotificationnotificationuserInfonow contains the divider index. - New:
CPComboBox. - Better focus ring for
CPTextFieldand all subclasses, and improved drawing of disabled contents. - New: themable
CPColorWellwith Aristo look. Highlighted and disabled visuals. - Standardise
CPColorWell's mouse handling and highlighting. Switch tosetNeedsLayoutbased drawing. - New:
CGRectInsetByInset. - New: the system font can now be changed at runtime, even for archived UI (e.g. through
nib2cib.) There is no need to recompile if the system font is changed in Info.plist. - New:
CPControlnow archives its formatter. This allows you to use a formatter with a table column's data view. - New: a font of size 0 now uses the current system font size.
- New:
CPFontManager setSelectedFont:isMultiple:and other basic properties. - New:
CPFontManager convertFont:,convertFont:toHaveTrait:andaddFontTrait:. - New:
CPFontManager weightOfFont:andtraitsOfFont:. - New:
CPFontManager convertFont:toFace:. - New: notify when a
CPTableViewcolumn moves throughCPTableViewColumnDidMoveNotificationand the delegate. - New:
+CPEvent modifierFlags. - New:
CPEvent description. - New:
CPViewController isViewLoaded. - New: inactive windows (windows which are not the key window) now have a greyed out window title.
- Improve
CPTokenField,CPView,CPTableColumnandCPWindowdocumentation.
Bug Fixes:
- Fixed: attempt to close a sheet while it is animating is now handled.
- Fixed: in Safari 5.1 sheets would sometimes not correctly order out.
- Fixed #1279:
CPRuleEditorwas not compatible with Internet Explorer 7, 8 or 9. - Fixed:
CPRuleEditorwould not scroll properly in a scroll view as more rules were added. - Fixed:
CPTabViewitem selection could not be fully disabled through the delegate. - Fixed #1457: clicking
CPPopUpButtonthen dragging to an item and releasing the mouse button did not select the item. - Fixed cases where a
CPMenuwould not close after certain mouse interactions. - Fixed: check box binding value transformers were ignored.
- Fixed: reverse value transformations were not applied for table view bindings.
- Fixed:
CPPopover closeconsulted the delegate'spopoverShouldClose. - Fixed: infinite loop with empty collection in
@min,@maxand@sumoperators. - Fixed: return
valueForUndefinedKey:value properly for KVC. - Fixed:
CPSet valueForKeyPath:returned incorrect results in some cases. - Fixed:
CPTextFielddid not sendCPControlTextDidEndEditingNotificationif editing had not started, contrary to Cocoa. - Fixed #1433: more initial key view loop calculations.
- Fixed: flashing
CPTextFieldinsertion point when text field becomes the first responder. - Fixed: when bindings were applied in reverse, the source of the binding would cause the destination to needlessly update again, causing e.g. the
CPTextFieldcursor to jump to the end after every character typed whencontinuouslyUpdatesValuewas on. - Fixed: table view highlighting drawing bug.
- Fixed: table view infinite loop when finishing cell editing.
- Fixed:
CPEvent timeStampdid not return seconds since startup. - Fixed: don't crash when removing objects from an array controller which has its arrangedObjects.@count observed.
- Fixed: a collection view wouldn't become the first responder when its items were clicked.
- Fixed #1485:
CPScrollerdecoding bugs which would lead to errors such asCPInvalidArgumentException: CPScroller does not contain theme attribute 'scroller-width'. - Fixed: timestamp for
CPEvents from periodic events. - Fixed: menu item highlighting error.
- Fixed #1491:
CPInvalidArgumentException: - [_CPMenuBarWindow scrollByDelta:] unrecognized selector sent to instancewhen attempting to scroll in a menu. - Fixed: collection views cleared their selection whenever the content was changed.
- Fixed:
CPPredicateEditorDisplay value must be…exception in recent revisions. - Fixed:
CPOutlineView setMenu:was not effective. - Raise an error on attempt to add a new sheet to a window which already has one, or to a window which is a sheet.
- Fixed: sheets would order out without an explicit
orderOut:message, unlike Cocoa. - Fixed:
CPProgressIndicatorencoder wasted space and caused errors. The errors would cause exceptions such asNot allowed to load local resource: file:///<some local path from the machine that ran nib2cib>when loading cib driven app through a web server. - Fixed:
CPPopovertypo (setBehaviour:->setBehavior:). - Fixed:
CPTextFielddelegate methodcontrol:didFailToFormatString:errorDescription:did not actually send a string. - Fixed:
CPTableViewbug where dragged rows didn't have their bindings applied. - Fixed: when a
CPPopovercloses implicitly,popoverShouldClosedelegate method should be checked. - Added a very hacky workaround for the jittery resize bug in WebKit.
- Fixed:
CGSizeFromStringandCGPointFromStringwould try to parse only integer values. - Fixed: shared
CPDocumentControllerinstantiation. - Fixed:
window.statusaccess when not running in the browser byCPApplication. - Fixed:
CPOutlineViewdisclosure control width was hardcoded. - Fixed:
CPMenuhighlights wouldn't always disappear. - Fixed:
CPTableView selectedColumn. - Fixed:
CPButton's "dim image when disabled" should be on by default. - Fixed: token field auto completions. Auto completions are strings, not represented objects.
- Improve
CPTokenFieldautocomplete scrolling. - Fixed:
CPTokenFieldautocomplete menu could show up underneath other windows. - Fixed: make sure autocomplete menu fits within browser.
- Fixed:
CPTokenField keyDown:handling. Previous nonstand implementation interacted poorly with Cappuccino's event handling and subclasses. - Fixed:
CPTokenFieldobject value for half finished tokens. Try to convert to arepresentedObjectbefore responding toobjectValue. - Fixed:
CPTokenFieldnilrepresentedObjectForEditingString:handling. IftokenField: representedObjectForEditingString:returns nil, act the same as if the delegate method didn't exist. - Fixed:
CPTokenFieldtoken layout when tokens are selected. - Fixed: browser shortcuts wouldn't work when a
CPTokenFieldwas active. - Fixed: evaluation of whether a document based application needs an untitled document on startup.
- Fixed:
CPToolbardelegate methodtoolbarDefaultItemIdentifiers:is optional. This fix makes it possible for a cib-defined toolbar to have a delegate set without definingtoolbarDefaultItemIdentifiers:. You might be implementing other delegate methods. - Fixed:
CPPredicateEditor CPTextFieldaction bug. - Fixed: non-bordered buttons should retain their size, not shrink to fit.
- Fixed #1559: many edge cases of split view autosaving and restoration, including deeply nested split views. This fix also makes it easier to override autosave restores in a subclass or a controller's
viewDidLoad. - Implement
CPWindowController setViewControllerContainerView:and fixCPWindowController setViewControllerView:. - Use theme system for
CPColorWellbordered state. This is more consistent with the rest of Cappuccino and prepares for theming support. - Fix
CPColorPanelerrors. - Fix clipping of text due to fractional pixels.
CPGeometrymoved toFoundation.CPRuleEditorfixes regarding format strings and regexes.- Fixed: browser propagation control when not in browser. This would lead to a
[CPPlatformWindow _willPropagateCurrentDOMEvent] unrecognized selector sent to instanceerror if an event was sent in a non DOM environment. - Fixed #1593: editing of custom data views in
CPTableView. - Fixed: a
CPArrayControllerdriven table could show an empty selection afterremoveObject:. - Fixed: removing selected
CPPopUpButtonitem. When the selected item of aCPPopUpButtonis removed the first item should become selected. - Fixed: popovers in modal windows couldn't be interacted with. This prevented e.g. date picker popovers in sheet dialogs.
- Fixed:
CPCib instantiateCibWithOwner:topLevelObjects:did not allow a nil owner. - Fixed: jumping text when editing a
CPTextFieldin some browsers, especially Firefox and newer versions of Chrome. - Fixed: Internet Explorer drew toolbars of borderless windows wrong.
CPCib initWithContentsOfURL:returns nil if the requested data is nil.- Fixed:
CPTokenFields would sometimes unexpectedly steal first responder status. If an autocomplete choice was made followed by immediately focusing on another control, the token field would reclaim first responder status a moment later. - Fixed:
CPTokenFieldscrolling away from selected token. Sometimes clicking a token would cause the token field to scroll to some other spot. - Fixed:
CPEvent data1anddata2weren't stored right. They were stored in globals instead of ivars, allowing only onedata1ordata2in the whole app. - Fixed: in
CPArrayControllerwrong indexes would become selected when removing arranged objects. - Fixed:
CPWindowController setViewController:was incorrectly causing view loading. - Fixed: wrong text sizing across the board for custom fonts. If a custom font was used with the CSS
@font-facesyntax, Cappuccino would calculate the wrong sizes for strings throughout. - Allow
CPControlformatter to format nil. - Fixed: many sheet related first responder and mouse interaction bugs.
- Fixed: non-key window text fields tried to receive input, looked active.
- Fixed: text field font size while editing was wrong in Internet Explorer.
- Fixed: text field cut/paste by context menu would not trigger a change notification. Also just regular copy and paste could fail to trigger notifications.
- New: XcodeCapp support for Xcode 4.4 with much improved code generation. The Xcode 4.4 support enables connection of new outlets and actions without restarting Xcode. At the same time Xcode should now be better at recognising the super classes of Cappuccino classes.
- New: support for User Defined Runtime Attributes in IB.
- New: support for defining userland NS classes for conversion from IB.
- New: support for nib2cib configuration files.
- New: support
CPDateFormatter(although actual formatting not yet implemented in Cappuccino.) - New: support for tooltips.
- Faster image utility.
- New: support for
CPProgressIndicatorsize. - nib2cib will now log the path and size of custom image resources in super verbose mode.
- New: support alternative image and title for buttons.
- New: support "thick divider" split view style.
- New: support for tags on
NSCell, useful for radio groups.
Bug Fixes:
NSButtonnow allows buttons that are not fixed height, if the theme allows it.- Fixed: a regular size spinner in IB became twice as large in Cappuccino.
- Fixed: button
imageDimsWhenDisableddefault. - Make the default grid color in IB show correctly in
CPTableView. - Make
NSClipViewobey the Draw Background checkbox in IB
- Improved
capp ThemeDescriptortemplate with better tasks, documentation and structure. - Stop generating useless XML from doxygen.
- New
dump_themetool to inspect themes. - New:
capp_lintadded to Tools. - Fixed: don't mention
narwhaljs.orgin bootstrap.sh - it doesn't exist anymore. - Warn about the need to
xcode-selectin bootstrap.sh. - New:
capp_lintcheck for space inside parens and dependent statement on same line
Bug Fixes:
- Fixed:
objcc --includeTypeSignaturestypo.
Release date: 2012-04-26
- Faster
CPNotificationCenter removeObserver:. - Complete
isEqual:support forCPExpressionandCPPredicatesubclasses. - New:
CPObject performSelector:withObject:. - Improved docuemntation for
CPSetandCPMutableSet. - New:
objcc -T(or--includeTypeSignatures) option which activates theIncludeTypeSignaturesoption. - New:
CFPropertyListsupport for date decoding. - New:
CPIndexSet enumerateIndexesUsingBlock:,enumerateIndexesWithOptions:usingBlock:andenumerateIndexesInRange:options:usingBlock:. CPIndexSetoptimisations.
Bug Fixes:
- Fixed #1405:
TypeError: framework is not a function, it is undefinedwhen compiling Objective-J on Linux. - Fixed #1405:
Error: Could not load file at Foundation/Foundation.jwhen compiling Aristo on Linux. - Fixed:
CPNotificatioNCenternotifications were sent to removed observers. If one observer of a notification centre notification removed another observer, that other observer would still be notified even that it was no longer observing. - Fixed #1424: incorrect PNG paths for
pngcrush. - Fixed:
CFPropertyList.propertyListFromXMLdid not properly decode base64 encoded data values. - Fixed:
CPKeyedUnarchiver decodeBytesForKey:.
- Archive default theme attribute values.
- New: tooltips are now themable.
- New: some bindings support for
CPPopUpButton. - New: title support for
CPBox. - New: support for split view
shouldAdjustSizeOfSubview:delegate method. - Improved: rewritten
CPSplitViewresizing which plays well with a mix of fixed size and non-fixed size panes. - Throw an exception when trying to set a scroller's knob proportion to NaN or Inifinity.
- Minor
CPCollectionViewoptimisations. - Throw an exception when trying to set a null minimum item size for a
CPCollectionView. - New:
CPWorkspace openFile:andopenURL:. - Support for "small" size toolbars (
CPToolbar sizeMode). - Improved documentation for
CPSplitViewandCPScrollView. - New: checkbox placeholder bindings options.
- Calculate a default key view loop for windows loading from cibs if necessary even if
autorecalculatesKeyViewLoopis NO. - Constrain
CPColorcomponents to [0.0, 1.0]. - New:
CPColor colorWithSRGBRed:green:blue:alpha:. - New:
CPColorSpace(basic). - New:
CPGradientwithdrawInRect:angle:. - Stub out
CPView inLiveResize. - New:
CPGraphicsContext isFlipped. - Tile narrow vertical three part images horizontally, and short horizontal three part images vertically. For example you can use a 1px wide vertical three part image to stretch to any width.
- New:
CPColorWellbindings support. - New:
CPOutlineViewdelegate methodoutlineView:shouldShowOutlineDisclosureControlForItem:(corresponding toshouldShowOutlineCellForItem:in Cocoa). - New:
appkit_tag_dom_elementsdebug option adds adata-cappuccino-viewattribute to most Cappuccino controls, making it easier to troubleshoot in a browser based document inspector. - Minor scroll view optimisations.
- Don't draw a table corner view if there is no vertical scrollbar.
- New:
CPSet sortedArrayUsingDescriptors:. - New:
CPView registerThemeValues:to change view theme attributes at runtime in a manner similar toThemeDescriptors.j. - New:
CPArray enumerateObjectsWithOptions:usingBlock:. CPPopoveranimation tweaks and improvements.- New: select
CPOutlineViewitem parent with left arrow key. - New:
CPOutlineView selectionShouldChangeInOutlineView:delegate method.
Bug Fixes:
- Fixed #1296:
CPBrowserdid not notify its delegate of new selections if the selection was made using the keyboard. - Fixed #1413: Internet Explorer
colorWithCSSString:crash. Syntax such as[[CPColor colorWithCSSString:@"rgba(0,0,0,0.5)"] cssString]lead to a CSS string incompatible with browsers without the CSS rgba feature. - Fixed #1412: Internet Explorer rendered clearColor shadows in black.
- Fixed #1411: in Internet Explorer, no table/outline view selection highlights would render for certain cibs.
- Fixed:
CPArray filteredArrayUsingPredicate:andCPArray filterUsingPredicate:did not work for certain types of arrays, and could potentially cause erroneous results forCPArrayControllers with filter predicates. - Fixed #1436: calling
CPShadowView shadowViewEnclosingView:on a subclass ofCPShadowViewwould return an instance of the superclass. - Fixed:
CPTabView selectedTabViewItemwould raise an exception when there were no tab items instead of nil. - Fixed:
CPTabViewwould not properly reflect changed views if the view changed while the tab was not selected. - Fixed:
CPSplitViewtried to auto save even without an auto save name. - Fixed:
+ CPFont boldFontWithName:size:italic:sometimes returned a non-bold, non-italic font. - Fixed #1444:
CPCompoundPredicateofCPNotPredicateTypeerror. - Fixed:
+ CPFont fontWithName:size:italic:sometimes returned a non-italic font even foritalic:YES. - Fixed:
CPTableColumndecoded and set its header view twice. - Fixed:
CPArrayController avoidsEmptySelectionincorrectly was applied when setting an empty selection through code. - Fixed #1450: a scroll view with non hiding legacy scrollbars would crash if the document view had a size of 0 pixels in either dimension.
- Fixed:
CPCollectionView setSelectionIndexes:nilwould freeze the app. - Fixed: don't crash when loading a
CPCollectionViewwith no item prototype view from a cib. - Fixed: sending
CPWindow setAutorecalculatesKeyViewLoop:NOcaused the window to recalculate the key view loop. - Fixed:
[CPString count] unrecognized selectorerror when binding an array controller's content array to a key of another AC's selection. CPWindow autorecalculatesKeyViewLoopnow defaults to NO rather than null.- Fixed: small size toolbars in bridge windows didn't show the bottom shadow line.
- Fixed: blurry
CPOutlineViewdisclosure triangle. - Fixed: scroll views with a bezel border had two strange dots in the upper corners instead of a Lion-like bezel.
- Fixed: table column divider lines were drawn on top of the header bottom line.
CPViewControllerview loading behaviour tweaks.- Fixed:
CPViewController initWithCibNamed:bundle:ignored thebundleargument. - Fixed:
CPPopovercreated a new window every time it opened, leaking memory in the process. - Fixed:
CPPopoverdelegate methodpopoverDidClosecould be called before animation finished. - Fixed:
CPPopUpButtonexposed an unintendedselectedTagmethod.
- Make bold text labels a little taller when converted to avoid cropping the bottom.
- New:
CPSteppersupport. - New:
CPTableViewbackground colour support.
Bug Fixes:
- Fixed: empty
CPTabViews could not be converted. - Fixed: toolbars with standard items such as
NSToolbarShowColorsItemdidn't convert right. - Fixed:
CPBoxtitle position 'none' was converted to 'on top'. - Support for
CPWindow autorecalculatesKeyViewLoop. - Fixed: base64 data could not be decoded from nib files.
- Fixed: search fields had the bottom pixel cut off.
- Fixed: toolbar search fields were cut in half height-wise due to a too small max size.
- Fixed: spinner style progress indicators were nib2cibbed to progress bars.
- Fixed: spinner progress indicators took on the wrong size in Cappuccino.
- Fixed #1401: Cappuccino docs wouldn't display properly in Windows.