Changes since v1.1.0:
- Add a new Combo widget that works with the enum type (@Damon3000s)
- Add an IString and string combo implementation (@Damon3000s)
- Add conditional checks for release tasks in CI workflow (@matt-edmondson)
- Add icon back hopefully to LFS (@matt-edmondson)
- Add the new combo to the ImGuiWidgets demo project (@Damon3000s)
- Change the ColorIndicator implementation based on review feedback (@Damon3000s)
- Changed formatting of collection member variable (@Damon3000s)
- Delete icon to try fix lfs (@matt-edmondson)
- Fix for SetPos ImGui assert (@Damon3000s)
- Minor formatting fix. (@Damon3000s)
- Refactor ColorIndicator (@Damon3000s)
- Review feedback (@Damon3000s)
- Simplify the assert fix (@Damon3000s)
- Update the demo project with the new combos (@Damon3000s)
- Updated all packages and fixed errors (@Damon3000s)
Changes since v1.0.0:
- Add API documentation (@matt-edmondson)
- Add automation scripts for metadata management and versioning (@matt-edmondson)
- Renamed metadata files (@matt-edmondson)
- Replace LICENSE file with LICENSE.md and update copyright information (@matt-edmondson)
Changes since v1.0.13:
- Renamed metadata files (@matt-edmondson)
Changes since v1.0.11:
- Replace LICENSE file with LICENSE.md and update copyright information (@matt-edmondson)
Changes since 0.0.0.0:
- Add a comment explaining the new break case (@Damon3000s)
- Add a common interface to facilitate scaling of all widgets by a common scale value (@matt-edmondson)
- Add a delegate to get the string to show in the list for each item (@matt-edmondson)
- Add a more general Tile class (@matt-edmondson)
- Add a ScopedId class for convenience (@Damon3000s)
- Add basic visual debug options (@Damon3000s)
- Add color tinting to images (@matt-edmondson)
- Add ColorIndicator widget (@matt-edmondson)
- Add colors (@matt-edmondson)
- Add DividerContainers and zones from ImGuiApp (@matt-edmondson)
- Add dividers to the demo (@matt-edmondson)
- Add documentation (@matt-edmondson)
- Add documentation comments (@matt-edmondson)
- Add EnableWindowsTargeting to demo project (@matt-edmondson)
- Add github package support (@matt-edmondson)
- Add globbing support #11 (@matt-edmondson)
- Add Grid layout and Icon widget to replace the Tile widget (@matt-edmondson)
- Add GridOrder and fix ColumnMajor layout bug (@Damon3000s)
- Add IsPackable=false to the demo project (@matt-edmondson)
- Add modal input popups for strings, ints, and floats (@matt-edmondson)
- Add new Image and IconTile widgets (@matt-edmondson)
- Add nicer knobs from https://github.com/imgui-works/imgui-knobs-dial-gauge-meter (@matt-edmondson)
- Add PopupFilesystemBrowser (@matt-edmondson)
- Add PopupMessageOK (@matt-edmondson)
- Add PopupPrompt to display a simple prompt window with configurable buttons (@matt-edmondson)
- Add searchable list popup (@matt-edmondson)
- Add text input to specify a new filename when saving (@matt-edmondson)
- Add trees (@matt-edmondson)
- Add wrapping to knob titles and ability to put them below the knob (@matt-edmondson)
- Addressing review feedback (@Damon3000s)
- Allow zones to be added in the constructor (@matt-edmondson)
- Assign dependabot PRs to matt (@matt-edmondson)
- Avoid double upload of symbols package (@matt-edmondson)
- Bump ImGuiStyler (@matt-edmondson)
- Change icon strings (@Damon3000s)
- Create dependabot-merge.yml (@matt-edmondson)
- Create dependabot.yml (@matt-edmondson)
- Create VERSION (@matt-edmondson)
- Disable grid debugging by default (@Damon3000s)
- Dont try to push packages when building pull requests (@matt-edmondson)
- dotnet 8 (@matt-edmondson)
- Double clicking a zone handle resets it to its original size (@matt-edmondson)
- Enable sourcelink (@matt-edmondson)
- Fix a crash in the line wrapping (@matt-edmondson)
- Fix a grid wrapping issue (@matt-edmondson)
- Fix a runtime cast failure when dragging divider zones (@matt-edmondson)
- Fix a type in a comment (@matt-edmondson)
- Fix broken formatting (@Damon3000s)
- Fix end cursor position in nested trees (@matt-edmondson)
- Fix grid layout (@Damon3000s)
- Fix ID stack issues in popups and add escape key to cancel popup (@matt-edmondson)
- Fix incorrect icon calculation for 1 item grid (@Damon3000s)
- Fix issue with not invoking the callback if you didnt pick from the list view (@matt-edmondson)
- Fix mismatched ImGui version, add a demo project, use multilevel directory props instead of project.props files (@matt-edmondson)
- Fix some knob title alignment issues (@matt-edmondson)
- Fix Tile alignment issues (@matt-edmondson)
- Fix typos and renames for clarity (@matt-edmondson)
- Hoist popup functionality out into its own base class so that it can be used by other projects wanting modal popups (@matt-edmondson)
- Initial commit (@matt-edmondson)
- Migrate ktsu.io to ktsu namespace (@matt-edmondson)
- Missing changes from previous commit (@Damon3000s)
- Move popups into their own library (@matt-edmondson)
- Provide the item dimensions to the draw delegate (@matt-edmondson)
- Push id in tile render to differentiate contents (@matt-edmondson)
- Read from AUTHORS file during build (@matt-edmondson)
- Read from VERSION when building (@matt-edmondson)
- Read PackageDescription from DESCRIPTION file (@matt-edmondson)
- Refactor and enhance class constructors (@matt-edmondson)
- Release v1.0.0 with extensive documentation updates (@matt-edmondson)
- Remove a debug print (@matt-edmondson)
- Remove intrusive scaling (@matt-edmondson)
- Rollback to ImGui.NET 1.89.5 (@matt-edmondson)
- Update build config (@matt-edmondson)
- Update demo to include single item grid (@Damon3000s)
- Update Directory.Build.props (@matt-edmondson)
- Update Directory.Build.targets (@matt-edmondson)
- Update dotnet.yml (@matt-edmondson)
- Update ImGui.NET (@matt-edmondson)
- Update ImGuiStyler, ImGuiApp, and ImGuiPopups package references to latest alpha versions (@matt-edmondson)
- Update LICENSE (@matt-edmondson)
- Update nuget.config (@matt-edmondson)
- Update package references for StrongPaths and ImGuiPopups to latest versions (@matt-edmondson)
- Update package references to latest versions (@matt-edmondson)
- Update README.md (@matt-edmondson)
- Update SetSizesFromList to take an ICollection (@matt-edmondson)
- Update to the latest ktsu.Styler version (@Damon3000s)
- Update url in gitignore (@matt-edmondson)
- Update VERSION (@matt-edmondson)
- Use the new ImGuiApp.Start signature (@matt-edmondson)
- v1.0.0-alpha.8 (@matt-edmondson)
- Vertically center the horizontal label correctly (@matt-edmondson)
- WIP PopupInput (@matt-edmondson)