What's new in version 1.2
- Improvements to the folderItemReference object.
- OWStackView.setCollapsedForAll ( Based on work by Valdemar De Sousa )
- OWStackView.setCollapsed -> OWStackView.setCollapsedForItem
- NSDocumentCreateFromFolderItem has been updated to use fileReferenceURLs where possible.
- folderitemReference - now includes fallback code for Windows & Linux, so it can be used in an x-plat project.
- OWScrollView2020 now uses proportional scrollbars.
- folderItem.resolvedAliasPath - Returns the path of the file at the end of the Alias.
- Fixed an issue with the NSSearchField on a containerControl.
- NSWorkspaceActivateFileViewerSelectingURLs
- relativeDateAndTime
- date.SQLDateTimeAtGMT getter and setter.
- OWGridView.autoHideScrollbars
- OWAskDialog
- Improved the handling of missing recent items.
- macOsThemeColors.labelInvertedColor
- Coalesced the StackView updates.
- folderitem.volume returns a folderitem.
- NSControlAnimator now filters for items already registered.
- Improved forwardScrollEventIfNotNeeded
- NSScrollViewVerticalScroller
- NSResponderNextResponder
- NSResponderScrollWheel
- NSControlDoubleValue
- Removed label.contentSize as it didn't make sense.
- label.contentWidth
- label.contentHeight
- NSCellSizeForBounds
- CALayerSetOpacity
- CALayerSetShadowColor
- CALayerSetShadowOffset
- CALayerSetShadowOpacity
- CALayerSetShadowRadius
- CALayerSetShouldRasterize
- CABasicAnimationAnimationWithKeyPath
- CABasicAnimationFrom
- CABasicAnimationTo
- CALayerAddAnimation
- CALayerBackgroundColor
- NSWorkspaceAccessibilityDisplayShouldIncreaseContrast
- NSWorkspaceAccessibilityDisplayShouldDifferentiateWithoutColor
- NSWorkspaceAccessibilityDisplayShouldReduceTransparency
- NSWorkspaceAccessibilityDisplayShouldInvertColors
- NSWorkspaceAccessibilityDisplayShouldReduceMotion
- Added extra code to handle the Xojo Uinteger issue that is causing it to crash for some machines, and not others bizarrely!
- NSImageWithSymbolNameAndFallBack, uses SF Symbols on Big Sur, but falls back to either system or bundled images in older systems.
- NSToolbarSetNSView now includes a workaround for the overflow toolbar menu bug in Big Sur that leads to crashes.
- NSMenuItem_setHidden
- NSMenuItem_isHidden
- NSToolbarItemMenuFormRepresentation
- XojoToolbarDelegate, so we can create toolbar items that Xojo doesn't support.
- NSSearchToolbarItem, so the Search field can be shrunk to a itty bitty icon on Big Sur.
- OWDestructiveButton, mimicks the Big Sur destructive button.
- OWConfirmDeletePopover now uses BIG BUTTONS on Big Sur.
- window.folderitem -> window.representedFolderitem to work around an issue for some customers.
- The Apple About Box now includes the architecture of the application and if it is running in Rosetta or not.
- NSDictionaryFromString now works with binary data as well as XML.