Skip to content

Releases: ricaun-io/ricaun.Revit.UI

0.8.0-alpha

27 Dec 17:50
Compare
Choose a tag to compare
0.8.0-alpha Pre-release
Pre-release

Features

  • Remove support for Revit 2017 and Revit 2018, remove net46 target framework.

0.7.1

19 Nov 21:12
3e9dc27
Compare
Choose a tag to compare

Features

  • Support tiff files for icon.

Updated

  • Update GetBitmapFrame to round width that is changed by dpi.
  • Add GetBitmapFrameByWidthAndDpi to get optimal frame by dpi and width.
  • Add GetSystemDpi to get the system dpi on the fly.
  • Add SystemDpi to store the system dpi value.
  • Update GetBitmapFrameByWidthAndDpi to round dpi frame value.
  • Update Width to Math.Round to improve order by Width.
  • Update GetBitmapFrameByWidthAndDpi to public.
  • Update GetBitmapFrameByWidthAndDpi to return last Width.
  • Update UriToBitmapFrame to use GetBitmapFrameByWidthAndDpi with int.MaxValue.

Example

  • Add Cube-Grey-Light.tiff and Cube-Grey-Dark.tiff in AppTheme.

Tests

  • Add ResourceTiffTests with Cube.tiff with multiple dpi and scales.

0.7.1-rc

19 Nov 17:14
Compare
Choose a tag to compare
0.7.1-rc Pre-release
Pre-release

Features

  • Support tiff files for icon.

Updated

  • Update GetBitmapFrame to round width that is changed by dpi.
  • Add GetBitmapFrameByWidthAndDpi to get optimal frame by dpi and width.
  • Add GetSystemDpi to get the system dpi on the fly.
  • Add SystemDpi to store the system dpi value.
  • Update GetBitmapFrameByWidthAndDpi to round dpi frame value.
  • Update Width to Math.Round to improve order by Width.
  • Update GetBitmapFrameByWidthAndDpi to public.
  • Update GetBitmapFrameByWidthAndDpi to return last Width.
  • Update UriToBitmapFrame to use GetBitmapFrameByWidthAndDpi with int.MaxValue.

Example

  • Add Cube-Grey-Light.tiff and Cube-Grey-Dark.tiff in AppTheme.

Tests

  • Add ResourceTiffTests with Cube.tiff with multiple dpi and scales.

0.7.1-alpha.5

19 Nov 11:08
Compare
Choose a tag to compare
0.7.1-alpha.5 Pre-release
Pre-release

Features

  • Support tiff files for icon.

Updated

  • Update GetBitmapFrame to round width that is changed by dpi.
  • Add GetBitmapFrameByWidthAndDpi to get optimal frame by dpi and width.
  • Add GetSystemDpi to get the system dpi on the fly.
  • Add SystemDpi to store the system dpi value.
  • Update GetBitmapFrameByWidthAndDpi to round dpi frame value.
  • Update Width to Math.Round to improve order by Width.
  • Update GetBitmapFrameByWidthAndDpi to public.
  • Update GetBitmapFrameByWidthAndDpi to return last Width.
  • Update UriToBitmapFrame to use GetBitmapFrameByWidthAndDpi with int.MaxValue.

Example

  • Add Cube-Grey-Light.tiff and Cube-Grey-Dark.tiff in AppTheme.

Tests

  • Add ResourceTiffTests with Cube.tiff with multiple dpi and scales.

0.7.1-alpha.4

19 Nov 03:42
Compare
Choose a tag to compare
0.7.1-alpha.4 Pre-release
Pre-release

Features

  • Support tiff files for icon.

Updated

  • Update GetBitmapFrame to round width that is changed by dpi.
  • Add GetBitmapFrameByWidthAndDpi to get optimal frame by dpi and width.
  • Add GetSystemDpi to get the system dpi on the fly.
  • Add SystemDpi to store the system dpi value.
  • Update GetBitmapFrameByWidthAndDpi to round dpi frame value.
  • Update Width to Math.Round to improve order by Width.
  • Update GetBitmapFrameByWidthAndDpi to public.

Example

  • Add Cube-Grey-Light.tiff and Cube-Grey-Dark.tiff in AppTheme.

Tests

  • Add ResourceTiffTests with Cube.tiff with multiple dpi and scales.

0.7.1-alpha.3

19 Nov 03:12
Compare
Choose a tag to compare
0.7.1-alpha.3 Pre-release
Pre-release

Features

  • Support tiff files for icon.

Updated

  • Update GetBitmapFrame to round width that is changed by dpi.
  • Add GetBitmapFrameByWidthAndDpi to get optimal frame by dpi and width.
  • Add GetSystemDpi to get the system dpi on the fly.
  • Add SystemDpi to store the system dpi value.
  • Update GetBitmapFrameByWidthAndDpi to round dpi frame value.
  • Update Width to Math.Round to improve order by Width.

Example

  • Add Cube-Grey-Light.tiff and Cube-Grey-Dark.tiff in AppTheme.

Tests

  • Add ResourceTiffTests with Cube.tiff with multiple dpi and scales.

0.7.1-alpha.2

16 Nov 23:01
Compare
Choose a tag to compare
0.7.1-alpha.2 Pre-release
Pre-release

Features

  • Support tiff files for icon.

Updated

  • Update GetBitmapFrame to round width that is changed by dpi.
  • Add GetBitmapFrameByWidthAndDpi to get optimal frame by dpi and width.
  • Add GetSystemDpi to get the system dpi on the fly.
  • Add SystemDpi to store the system dpi value.
  • Update GetBitmapFrameByWidthAndDpi to round dpi frame value.

Example

  • Add Cube-Grey-Light.tiff and Cube-Grey-Dark.tiff in AppTheme.

0.7.1-alpha.1

11 Nov 21:26
Compare
Choose a tag to compare
0.7.1-alpha.1 Pre-release
Pre-release

Features

  • Support tiff files for icon.

Updated

  • Update GetBitmapFrame to round width that is changed by dpi.
  • Add GetBitmapFrameByWidthAndDpi to get optimal frame by dpi and width.
  • Add GetSystemDpi to get the system dpi on the fly.

Example

  • Add Cube-Grey-Light.tiff and Cube-Grey-Dark.tiff in AppTheme.

0.7.1-alpha

11 Nov 19:06
Compare
Choose a tag to compare
0.7.1-alpha Pre-release
Pre-release

Features

  • Support tiff files for icon.

Updated

  • Update GetBitmapFrame to round width that is changed by dpi.

Example

  • Add Cube-Grey-Light.tiff and Cube-Grey-Dark.tiff in AppTheme.

0.7.0

28 Jul 17:49
7371de1
Compare
Choose a tag to compare

Features

  • Auto set image based on the theme of the Ribbon using light and dark image pattern.
  • RibbonThemeUtils to change the theme of the Ribbon. (Revit 2019+)
  • Set project configuration to support net47 and net48.

Updated

  • Change GetRibbonItem to GetRibbonItem_Alternative to fix null when panel is removed.
  • Update SetImage to work with ComboBoxMember
  • Add CreateComboBoxMember to create ComboBoxMember.
  • Add RibbonThemeImageUtils to change theme for ImageSource.
  • Update RibbonThemeImageUtils with public GetThemeImageSource.
  • Add RibbonThemePanelUtils to update the theme for itens in the RibbonPanel.
  • Update RibbonPanel create and remove to update the theme of the itens.
  • Update TryThemeImage to not change assembly name if is a resource component.
  • Remove ConsoleAttribute and SetOrderPanels obsolete methods.
  • Update GetAutodeskOwner to obsolete only in net46.

Tests

  • Add RibbonThemeUtilsTests to test the theme change event.
  • Add TryThemeImage tests to replace image with theme.
  • Add ComboBoxMember tests for Image, Group and Current.

Example

  • Add AppTheme to test theme change features for RibbonItem.