Changes since v1.0.0:
- [minor] Force minor version update (@matt-edmondson)
- Add scripts for automated metadata management and versioning (@matt-edmondson)
- delete icon to fix lfs (@matt-edmondson)
- Fix for ImGui asserts (@Damon3000s)
- Fix ImGui compile errors (@Damon3000s)
- Readd icon (@matt-edmondson)
- Renamed metadata files (@matt-edmondson)
- Replace LICENSE file with LICENSE.md and update copyright information (@matt-edmondson)
- Update the comments for CenterWithin to match the new logic (@Damon3000s)
Changes since v1.0.15-pre.33:
- delete icon to fix lfs (@matt-edmondson)
- Fix for ImGui asserts (@Damon3000s)
- Fix ImGui compile errors (@Damon3000s)
- Readd icon (@matt-edmondson)
- Update the comments for CenterWithin to match the new logic (@Damon3000s)
Changes since v1.0.10:
- Replace LICENSE file with LICENSE.md and update copyright information (@matt-edmondson)
Changes since 0.0.0.0:
- Add ability to center text withing a certain width (@matt-edmondson)
- Add an accent color and use it for progress bars, plots, and histograms (@matt-edmondson)
- Add an overload for Alignment.Center that takes 2 dimensions for vertical centering (@matt-edmondson)
- Add generic centering method than can be used for any other content (@matt-edmondson)
- Add github package support (@matt-edmondson)
- Add more workarounds to support SameLine (@Damon3000s)
- Add printing text relative to the current theme (@matt-edmondson)
- Add ScopedStyleVar class for scoped ImGui style management (@matt-edmondson)
- Add test project and try to fix colors not being correct (@matt-edmondson)
- Add text centering (@matt-edmondson)
- Add Text class with nested Color and ScopedTextColor (@matt-edmondson)
- Add XML docs to Button class; remove pragma warnings (@matt-edmondson)
- Add XML documentation to Indent class and its members (@matt-edmondson)
- Convert CenterWithin/Center to use the ScopedAction API (@Damon3000s)
- Desaturate scrollbars (@matt-edmondson)
- Enhance Alignment and Color classes with new features (@matt-edmondson)
- Enhance Theme class with new methods and documentation (@matt-edmondson)
- Fix contrast ratio calculations (@matt-edmondson)
- Fix for accent colors not being used with scoped themes (@matt-edmondson)
- Fix for CenterWithin not working as expected (@Damon3000s)
- Fix header color being the same as the frame color making selected selectables indistinguishable (@matt-edmondson)
- Fix some alignment math (@matt-edmondson)
- Initial commit (@matt-edmondson)
- Migrate ktsu.io to ktsu namespace (@matt-edmondson)
- Potential fix for list box highlights not working (@matt-edmondson)
- Promote local variables to static members so the state persists. ie. Checkbox toggling won't reset per tick etc. (@Damon3000s)
- Refactor Scoped Constructors in UI Classes (@matt-edmondson)
- Release version 1.0.0 (@matt-edmondson)
- Remove GlobalSuppressions.cs file (@matt-edmondson)
- Reverted recent changes to why the Dummy widget is rendered (@Damon3000s)
- Tweaked implementation (@Damon3000s)
- Update build config (@matt-edmondson)
- Update Directory.Build.props (@matt-edmondson)
- Update Directory.Build.targets (@matt-edmondson)
- Update dotnet.yml (@matt-edmondson)
- Update ImGui.NET (@matt-edmondson)
- Update ktsu.Extensions package reference to version 1.0.31 (@matt-edmondson)
- Update ktsu.ImGuiApp package reference to version 1.0.0-alpha.71 (@matt-edmondson)
- Update LICENSE (@matt-edmondson)
- Update nuget.config (@matt-edmondson)
- Update package references for ImGuiStyler and ImGuiStylerDemo projects (@matt-edmondson)
- Update README.md with detailed library overview (@matt-edmondson)
- Update VERSION (@matt-edmondson)
- Use the highest needed contrast ratio for text (@matt-edmondson)