Version History

1.7:

  • Added SetEscapeKeyReplacementIdentifier method to the NSTouchBar class.
  • Added NSColorList class (just very basic implementation for now, but enough to support Touch Bar color pickers).
  • Added NSColorPickerTouchBarItem class.
  • Added new example project which focuses SetEscapeKeyReplacementIdentifier to the TouchBar example project series.
  • Added two new example projects which focus the NSColorPickerTouchBarItem to the TouchBar example project series.
  • 1.6:

  • Added CellImagePositionValues enum to the EinhugurMacOSBridge module.
  • Added AlternateImage property to the NSButton class.
  • Added ImagePositioning property to the NSButton class.
  • Added ImageHugsTitle property to the NSButton class.
  • Added FromIntegerPtr shared method to the NSButton class.
  • Added CustomizationLabel property to the NSTouchBarItem class.
  • Added SetCustomizationAllowedItemIdentifiers method to the NSTouchBar class.
  • Added SetCustomizationRequiredItemIdentifiers method to the NSTouchBar class.
  • Added ToggleTouchBarCustomizationPalette shared method to the NSTouchBar class.
  • Added NSSegmentedControl class.
  • Added NSTextAlignment enum to the EinhugurMacOSBridge module.
  • Documented the previously undocumented SetCustomizationIdentifier method on the NSTouchBar class.
  • Added new example project under the Touch Bar lesson series: 6 - User customizable Touch bars.
  • Added new example project under the Touch Bar lesson series: 7 - Segmented control in touch bar.
  • Added new example project called System Image on button.
  • Added new example project passed System Image on segmented control.

    1.5:

  • Added FromNamedImage shared method to the NSImage class.
  • Added NamedImages module.
  • Added TouchBarImages module.
  • Added NSTouchBar class.
  • Added NSTouchBarResponder class.
  • Added NSTouchBarItem class.
  • Added NSCustomTouchBarItem class.
  • Added NSGroupTouchBarItem class.
  • Added NSPopoverTouchBarItem class.
  • Added NSControl class (very basic implementation for now to support the Touch Bars).
  • Added NSButton class (very basic implementation for now to support the Touch Bars).
  • Added NSTextField class (very basic implementation for now to support the Touch Bars).
  • Added SystemIcons example project.
  • Added TouchBar example project: 1 - Start here - Hello World.
  • Added TouchBar example project: 2 - We continue - Touch bars per window
  • Added TouchBar example project: 3 - We spice it a little - Principal items
  • Added TouchBar example project: 4 - Touch bars on App and Window level
  • Added TouchBar example project: 5 - Popover Touchbar Items

    1.0:

  • This is the first version