Releases: harborsiem/WindowsRibbon
Ribbon V2.8.6, RibbonTools V1.0.0
-
new application: RibbonTools. This is a tool for design, build and preview the Ribbon. This tool is
similar to the Delphi RibbonDesigner. One can call this tool also from commandline with option help (/h). RibbonGenerator and RibbonPreview functions are integrated in the new RibbonTools and therefore they are deprecated.
Setups see file msi.zip
Ribbon V2.8.6, RibbonGenerator V1.3.5, RibbonPreview V1.2.1
Ribbon.dll: Calculation of Ribbon colors to / from HSB values as W3C describe. Calculation is not lossless. In Windows 10 Background and Highlight Setting of Color is a bit of strange.
Ribbon.dll: new methods in Ribbon Control. SetBackgroundColor, SetHighlightColor, SetTextColor.
RibbonPreview.exe: Single Color settings possible.
in msi.zip are all Setup files
Ribbon V2.8.4, RibbonGenerator V1.3.5, RibbonPreview1.2
Language selection for Preview
RibbonGenerator updates linkerpath if neccesary
other changes see changelog
in msi.zip are all Setup files
Ribbon V2.8.4, RibbonGenerator V1.3.4, RibbonPreview1.1
- Detection of latest Visual Studio Linker in RibbonGenerator for the Template.bat in LocalAppData folder RibbonGenerator.
- In Ribbon events with unhandled Exceptions the application exits now with Environment.FailFast(Stacktrace). Environment.FailFast write the informations to the Windows application event logger. You can prevent this hard exit by using the new Ribbon event "RibbonEventException".
Setups are in msi.zip
Ribbon V2.8.3, RibbonGenerator V1.3.3, RibbonPreview1.1
- Refactoring CodeBuilder, Parser, ... (RibbonGenerator, RibbonPreview)
- some Bugfixes
- ItemsSourceReady and CategoriesReady events now fires only once (Ribbon.dll), because sometimes we got a stackoverflow
- Template.bat is set to a new path for VS2019
Ribbon V2.7 and RibbonGenerator V1.2
These Ribbon versions work also in newer Visual Studio versions.
And we got a Setup for the components.
See HowToUse.md