Changes since v1.6.8:
Changes since v1.6.7:
- [patch] Force patch (@matt-edmondson)
Incremental prerelease update.
Changes since v1.6.6:
- [patch] Force patch (@matt-edmondson)
Incremental prerelease update.
Changes since v1.6.5:
- [patch] Force patch (@matt-edmondson)
- Force build (@matt-edmondson)
Incremental prerelease update.
Changes since v1.6.4:
- Update project configuration files and workflows for improved build and release processes (@matt-edmondson)
- Refactor ImGuiWidgetsDemo layout and enhance demo sections. Updated title for clarity, reorganized demo panels into 'Widget Demos' and 'Advanced Demos', and added individual demo methods for better structure and readability. (@matt-edmondson)
Changes since v1.6.5-pre.16:
Changes since v1.6.5-pre.15:
- Sync .editorconfig (@ktsu[bot])
- Sync .runsettings (@ktsu[bot])
- Sync scripts\PSBuild.psm1 (@ktsu[bot])
- Merge remote-tracking branch 'refs/remotes/origin/main' (@ktsu[bot])
- Sync .gitattributes (@ktsu[bot])
- Sync .mailmap (@ktsu[bot])
- Sync .gitignore (@ktsu[bot])
Changes since v1.6.5-pre.14:
- Sync .mailmap (@ktsu[bot])
- Sync .gitignore (@ktsu[bot])
- Sync .editorconfig (@ktsu[bot])
- Sync .gitattributes (@ktsu[bot])
- Sync scripts\PSBuild.psm1 (@ktsu[bot])
- Sync .runsettings (@ktsu[bot])
Changes since v1.6.5-pre.13:
Changes since v1.6.5-pre.12:
Changes since v1.6.5-pre.11:
Changes since v1.6.5-pre.10:
Changes since v1.6.5-pre.9:
Changes since v1.6.5-pre.8:
Changes since v1.6.5-pre.7:
Changes since v1.6.5-pre.6:
Changes since v1.6.5-pre.5:
Changes since v1.6.5-pre.4:
Changes since v1.6.5-pre.3:
Changes since v1.6.5-pre.2:
Changes since v1.6.5-pre.1:
Incremental prerelease update.
Changes since v1.6.3:
- Add SearchBox widget with support for various filter types and matching options. Update README with usage examples and integrate SearchBox into demo application. (@matt-edmondson)
Changes since v1.6.2:
- Add TabPanel widget with support for closable, reorderable tabs and dirty state indication. Update README with usage examples and integrate TabPanel into demo application. (@matt-edmondson)
Incremental prerelease update.
Changes since v1.6.1:
- Update README and project files to reflect SDK changes and correct links (@matt-edmondson)
- Remove obsolete build configuration files and update ImGuiWidgets with copyright headers and variable type improvements. (@matt-edmondson)
Changes since v1.6.2-pre.1:
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync .runsettings (@ktsu[bot])
- Sync .editorconfig (@ktsu[bot])
Incremental prerelease update.
Changes since v1.6.0:
- Update packages (@matt-edmondson)
Changes since v1.5.0:
- Update packages (@matt-edmondson)
- Remove icon to fix LFS (@matt-edmondson)
- Add LICENSE template (@matt-edmondson)
- Readd icon to fix LFS (@matt-edmondson)
Changes since v1.5.1:
- Update packages (@matt-edmondson)
Incremental prerelease update.
Changes since v1.5.0:
- Remove icon to fix LFS (@matt-edmondson)
- Readd icon to fix LFS (@matt-edmondson)
Incremental prerelease update.
Changes since v1.4.0:
- Display a dummy and early out if there are no items to show in the grid (@matt-edmondson)
- Dont render a dummy if theres no items and the layout is "FitToContents" (@matt-edmondson)
- Adjust grid item slider to allow for testing zero items in the grid (@matt-edmondson)
Changes since v1.4.1-pre.3:
- Bump System.Text.Json from 9.0.2 to 9.0.3 in the system group (@dependabot[bot])
- Bump the microsoft group with 2 updates (@dependabot[bot])
Changes since v1.4.1-pre.2:
- Bump ktsu.ImGuiPopups from 1.1.1 to 1.2.0 in the ktsu group (@dependabot[bot])
Changes since v1.4.1-pre.1:
- Bump the ktsu group with 3 updates (@dependabot[bot])
Changes since v1.4.0:
- Bump the ktsu group with 5 updates (@dependabot[bot])
Changes since v1.3.0:
- Enhance code style and improve UI widget functionality (@matt-edmondson)
- Update .gitignore to include additional IDE and OS-specific files (@matt-edmondson)
Changes since v1.3.0:
- Update .gitignore to include additional IDE and OS-specific files (@matt-edmondson)
Changes since v1.2.0:
- Refactor array initializations and clean up code (@matt-edmondson)
- Remove debugging trace from changelog and version scripts (@matt-edmondson)
Changes since v1.2.1:
- Bump the ktsu group with 4 updates (@dependabot[bot])
Changes since v1.2.0:
- Remove debugging trace from changelog and version scripts (@matt-edmondson)
Changes since v1.1.0:
- Fix for potential 0 column situation (@Damon3000s)
- Fix demo (@Damon3000s)
- Fix for grid double counting item spacing, yet only using a single during layout (@Damon3000s)
- Default back to 32 grid items to show (@Damon3000s)
- Cleanup (@Damon3000s)
- Fix for SetPos ImGui assert (@Damon3000s)
- Minor formatting fix. (@Damon3000s)
- Revert additional files (@Damon3000s)
- Review Feedback (@Damon3000s)
- Changed formatting of collection member variable (@Damon3000s)
- Review Feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- Group code with regions (@Damon3000s)
- Add conditional checks for release tasks in CI workflow (@matt-edmondson)
- First pass of adding row alignment and fixing layout issues (@Damon3000s)
- Add IS_FORK environment variable to GitHub Actions workflow (@matt-edmondson)
- Various cleanups (@Damon3000s)
- Use Collection instead of List (@Damon3000s)
- Delete icon to try fix lfs (@matt-edmondson)
- [minor] Fix command to retrieve the last non-merge commit message with a limit to one entry (@matt-edmondson)
- Fix IDE style warnings (@Damon3000s)
- Feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- Enhance versioning logic to increment based on commit message tags (@matt-edmondson)
- Add GitHub token to workflow for fork detection (@matt-edmondson)
- Add the new combo to the ImGuiWidgets demo project (@Damon3000s)
- [minor] Force minor update (@matt-edmondson)
- [minor] Fix commit retrieval logic to use date order for last non-merge commit and topo order for subsequent commits (@matt-edmondson)
- First pass of implementing a new Column Major grid (@Damon3000s)
- Fix for potential out of range access in ColumnMajor mode (@Damon3000s)
- Add an IString and string combo implementation (@Damon3000s)
- Change the ColorIndicator implementation based on review feedback (@Damon3000s)
- Update the demo project with the new combos (@Damon3000s)
- Move IconAlignment to a parameter (@Damon3000s)
- Improve implementation (@Damon3000s)
- Added OnGetTooltip to Icon Delegates (@Damon3000s)
- Tweak code layout (@Damon3000s)
- Cleanup old logic (@Damon3000s)
- Updated variable names and some comments (@Damon3000s)
- Remove the IconDelegates class (@Damon3000s)
- Add icon back hopefully to LFS (@matt-edmondson)
- Add ScopedDisabled to ImGuiWidgets (@Damon3000s)
- [minor] Add last non-merge commit message to environment variables output (@matt-edmondson)
- Review feedback (@Damon3000s)
- Update release condition to exclude forked repositories (@matt-edmondson)
- Convert enum usages of ImGui.Combo to ImGuiWidgets.Combo (@Damon3000s)
- Large refactot (@Damon3000s)
- Review Feedback and general improvements (@Damon3000s)
- Add another API method (@Damon3000s)
- Fix ColumnMajor crashing when there isn't enough vertical space (@Damon3000s)
- Review feedback (@Damon3000s)
- Re-implement RowMajor (@Damon3000s)
- More target type new expressions (@Damon3000s)
- Use target type new (@Damon3000s)
- More renames and cleanup (@Damon3000s)
- Don't call measureDelegate twice (@Damon3000s)
- Update GitHub Actions workflow to check if the repository is a fork using GitHub CLI (@matt-edmondson)
- Add version sorting suffixes for alpha, beta, rc, and pre releases, fixes bug where version increment could be wrong (@matt-edmondson)
- Add a new Combo widget that works with the enum type (@Damon3000s)
- Fix when grid calculates 0 columns (@Damon3000s)
- Updated all packages and fixed errors (@Damon3000s)
- [minor] Refactor version increment logic to use Contains method for commit message tags (@matt-edmondson)
- Updated comments for ColumnMajor enum (@Damon3000s)
- Move ScopedId to be within ImGuiWidgets class (@Damon3000s)
- Simplify the assert fix (@Damon3000s)
- Refactor ColorIndicator (@Damon3000s)
- Fix an issue where incrementing from a stable to prerelease version would incorrectly be attributed as a patch (@matt-edmondson)
- Review Feedback (@Damon3000s)
- Resolving merge issues (@Damon3000s)
Changes since v1.1.4:
- [minor] Fix command to retrieve the last non-merge commit message with a limit to one entry (@matt-edmondson)
- [minor] Add last non-merge commit message to environment variables output (@matt-edmondson)
Changes since v1.1.3:
- Add IS_FORK environment variable to GitHub Actions workflow (@matt-edmondson)
- Enhance versioning logic to increment based on commit message tags (@matt-edmondson)
- Add GitHub token to workflow for fork detection (@matt-edmondson)
- [minor] Force minor update (@matt-edmondson)
- [minor] Refactor version increment logic to use Contains method for commit message tags (@matt-edmondson)
- Fix an issue where incrementing from a stable to prerelease version would incorrectly be attributed as a patch (@matt-edmondson)
Incremental prerelease update.
Changes since v1.1.2:
- Update GitHub Actions workflow to check if the repository is a fork using GitHub CLI (@matt-edmondson)
Changes since v1.1.1:
- Fix for potential 0 column situation (@Damon3000s)
- Fix demo (@Damon3000s)
- Fix for grid double counting item spacing, yet only using a single during layout (@Damon3000s)
- Default back to 32 grid items to show (@Damon3000s)
- Cleanup (@Damon3000s)
- Revert additional files (@Damon3000s)
- Review Feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- Group code with regions (@Damon3000s)
- First pass of adding row alignment and fixing layout issues (@Damon3000s)
- Various cleanups (@Damon3000s)
- Use Collection instead of List (@Damon3000s)
- Fix IDE style warnings (@Damon3000s)
- Feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- First pass of implementing a new Column Major grid (@Damon3000s)
- Fix for potential out of range access in ColumnMajor mode (@Damon3000s)
- Move IconAlignment to a parameter (@Damon3000s)
- Improve implementation (@Damon3000s)
- Added OnGetTooltip to Icon Delegates (@Damon3000s)
- Tweak code layout (@Damon3000s)
- Cleanup old logic (@Damon3000s)
- Updated variable names and some comments (@Damon3000s)
- Remove the IconDelegates class (@Damon3000s)
- Add ScopedDisabled to ImGuiWidgets (@Damon3000s)
- Review feedback (@Damon3000s)
- Update release condition to exclude forked repositories (@matt-edmondson)
- Convert enum usages of ImGui.Combo to ImGuiWidgets.Combo (@Damon3000s)
- Large refactot (@Damon3000s)
- Review Feedback and general improvements (@Damon3000s)
- Add another API method (@Damon3000s)
- Fix ColumnMajor crashing when there isn't enough vertical space (@Damon3000s)
- Re-implement RowMajor (@Damon3000s)
- More target type new expressions (@Damon3000s)
- Use target type new (@Damon3000s)
- More renames and cleanup (@Damon3000s)
- Don't call measureDelegate twice (@Damon3000s)
- Add version sorting suffixes for alpha, beta, rc, and pre releases, fixes bug where version increment could be wrong (@matt-edmondson)
- Fix when grid calculates 0 columns (@Damon3000s)
- Updated comments for ColumnMajor enum (@Damon3000s)
- Move ScopedId to be within ImGuiWidgets class (@Damon3000s)
- Review Feedback (@Damon3000s)
- Resolving merge issues (@Damon3000s)
Changes since v1.1.0:
- Fix for SetPos ImGui assert (@Damon3000s)
- Minor formatting fix. (@Damon3000s)
- Changed formatting of collection member variable (@Damon3000s)
- Add conditional checks for release tasks in CI workflow (@matt-edmondson)
- Delete icon to try fix lfs (@matt-edmondson)
- Add the new combo to the ImGuiWidgets demo project (@Damon3000s)
- Add an IString and string combo implementation (@Damon3000s)
- Change the ColorIndicator implementation based on review feedback (@Damon3000s)
- Update the demo project with the new combos (@Damon3000s)
- Add icon back hopefully to LFS (@matt-edmondson)
- Review feedback (@Damon3000s)
- Add a new Combo widget that works with the enum type (@Damon3000s)
- Updated all packages and fixed errors (@Damon3000s)
- Simplify the assert fix (@Damon3000s)
- Refactor ColorIndicator (@Damon3000s)
Changes since v1.1.1-pre.20:
- Bump the ktsu group with 4 updates (@dependabot[bot])
Changes since v1.1.1-pre.19:
- Fix for potential 0 column situation (@Damon3000s)
- Fix demo (@Damon3000s)
- Fix for grid double counting item spacing, yet only using a single during layout (@Damon3000s)
- Default back to 32 grid items to show (@Damon3000s)
- Cleanup (@Damon3000s)
- Group code with regions (@Damon3000s)
- First pass of adding row alignment and fixing layout issues (@Damon3000s)
- Various cleanups (@Damon3000s)
- Use Collection instead of List (@Damon3000s)
- Feedback (@Damon3000s)
- First pass of implementing a new Column Major grid (@Damon3000s)
- Fix for potential out of range access in ColumnMajor mode (@Damon3000s)
- Improve implementation (@Damon3000s)
- Tweak code layout (@Damon3000s)
- Cleanup old logic (@Damon3000s)
- Updated variable names and some comments (@Damon3000s)
- Review feedback (@Damon3000s)
- Update release condition to exclude forked repositories (@matt-edmondson)
- Convert enum usages of ImGui.Combo to ImGuiWidgets.Combo (@Damon3000s)
- Large refactot (@Damon3000s)
- Review Feedback and general improvements (@Damon3000s)
- Add another API method (@Damon3000s)
- Fix ColumnMajor crashing when there isn't enough vertical space (@Damon3000s)
- Re-implement RowMajor (@Damon3000s)
- More target type new expressions (@Damon3000s)
- Use target type new (@Damon3000s)
- More renames and cleanup (@Damon3000s)
- Don't call measureDelegate twice (@Damon3000s)
- Fix when grid calculates 0 columns (@Damon3000s)
- Updated comments for ColumnMajor enum (@Damon3000s)
- Review Feedback (@Damon3000s)
- Resolving merge issues (@Damon3000s)
Changes since v1.1.1-pre.18:
- Review Feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- Move IconAlignment to a parameter (@Damon3000s)
- Added OnGetTooltip to Icon Delegates (@Damon3000s)
- Remove the IconDelegates class (@Damon3000s)
Changes since v1.1.1-pre.17:
- Review Feedback (@Damon3000s)
- Fix IDE style warnings (@Damon3000s)
- Add ScopedDisabled to ImGuiWidgets (@Damon3000s)
Changes since v1.1.1-pre.16:
- Revert additional files (@Damon3000s)
- Add conditional checks for release tasks in CI workflow (@matt-edmondson)
- Move ScopedId to be within ImGuiWidgets class (@Damon3000s)
Changes since v1.1.1-pre.15:
Changes since v1.1.1-pre.14:
Changes since v1.1.1-pre.13:
Changes since v1.1.1-pre.12:
- Bump MSTest from 3.7.2 to 3.7.3 (@dependabot[bot])
Changes since v1.1.1-pre.11:
Changes since v1.1.1-pre.10:
Changes since v1.1.1-pre.9:
- Bump MSTest from 3.7.1 to 3.7.2 (@dependabot[bot])
Changes since v1.1.1-pre.8:
- Bump coverlet.collector from 6.0.3 to 6.0.4 (@dependabot[bot])
Changes since v1.1.1-pre.7:
Changes since v1.1.1-pre.6:
Changes since v1.1.1-pre.5:
- Bump System.Text.Json from 9.0.0 to 9.0.1 in the system group (@dependabot[bot])
Changes since v1.1.1-pre.4:
- Bump the microsoft group with 3 updates (@dependabot[bot])
Changes since v1.1.1-pre.3:
- Bump MSTest from 3.7.0 to 3.7.1 (@dependabot[bot])
Changes since v1.1.1-pre.2:
Changes since v1.1.1-pre.1:
- Fix for SetPos ImGui assert (@Damon3000s)
- Minor formatting fix. (@Damon3000s)
- Delete icon to try fix lfs (@matt-edmondson)
- Change the ColorIndicator implementation based on review feedback (@Damon3000s)
- Add icon back hopefully to LFS (@matt-edmondson)
- Simplify the assert fix (@Damon3000s)
- Refactor ColorIndicator (@Damon3000s)
Incremental prerelease update.
Changes since v1.0.0:
- Add API documentation (@matt-edmondson)
- Replace LICENSE file with LICENSE.md and update copyright information (@matt-edmondson)
- Add automation scripts for metadata management and versioning (@matt-edmondson)
- Renamed metadata files (@matt-edmondson)
No significant changes detected since v1.0.15-pre.9.
Changes since v1.0.15-pre.8:
- Bump the ktsu group with 7 updates (@dependabot[bot])
Changes since v1.0.15-pre.7:
- Sync .mailmap (@ktsu[bot])
- Sync scripts\make-version.ps1 (@ktsu[bot])
Changes since v1.0.15-pre.6:
- Sync scripts\make-changelog.ps1 (@ktsu[bot])
Changes since v1.0.15-pre.5:
- Add automation scripts for metadata management and versioning (@matt-edmondson)
Changes since v1.0.15-pre.4:
- Bump coverlet.collector from 6.0.2 to 6.0.3 (@dependabot[bot])
Changes since v1.0.15-pre.3:
- Bump the ktsu group with 3 updates (@dependabot[bot])
Changes since v1.0.15-pre.2:
Changes since v1.0.15-pre.1:
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Bump the ktsu group with 3 updates (@dependabot[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
Incremental prerelease update.
Changes since v1.0.13:
- Renamed metadata files (@matt-edmondson)
Changes since v1.0.12:
- Sync icon.png (@ktsu[bot])
Changes since v1.0.11:
- Replace LICENSE file with LICENSE.md and update copyright information (@matt-edmondson)
Changes since v1.0.10:
- Bump the ktsu group with 5 updates (@dependabot[bot])
Changes since v1.0.9:
- Bump the ktsu group with 10 updates (@dependabot[bot])
Changes since v1.0.10:
- Replace LICENSE file with LICENSE.md and update copyright information (@matt-edmondson)
- Renamed metadata files (@matt-edmondson)
Changes since v1.0.8:
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
Changes since v1.0.7:
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync Directory.Build.props (@ktsu[bot])
- Sync Directory.Build.targets (@ktsu[bot])
Changes since v1.0.6:
Changes since v1.0.5:
Changes since v1.0.4:
Changes since v1.0.3:
- Sync Directory.Build.props (@ktsu[bot])
- Sync Directory.Build.props (@ktsu[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Bump MSTest.TestFramework from 3.6.4 to 3.7.0 (@dependabot[bot])
- Sync Directory.Build.targets (@ktsu[bot])
- Bump ktsu.ImGuiPopups in the ktsu group (@dependabot[bot])
- Sync Directory.Build.targets (@ktsu[bot])
- Sync Directory.Build.targets (@ktsu[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
Changes since v1.0.2:
Changes since v1.0.1:
Changes since v1.0.0:
Changes since v1.0.0-alpha.115:
- Bump the ktsu group with 3 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.116 (@matt-edmondson)
Changes since v1.0.0-alpha.114:
- Update VERSION to 1.0.0-alpha.115 (@matt-edmondson)
- Bump the ktsu group with 6 updates (@dependabot[bot])
Changes since v1.0.0-alpha.113:
- Update VERSION to 1.0.0-alpha.114 (@matt-edmondson)
- Bump the ktsu group with 7 updates (@dependabot[bot])
Changes since v1.0.0-alpha.112:
- Bump ktsu.ScopedAction from 1.0.0 to 1.0.1 in the ktsu group (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.113 (@matt-edmondson)
Changes since v1.0.0-alpha.111:
- Update VERSION to 1.0.0-alpha.112 (@matt-edmondson)
- Bump the ktsu group with 5 updates (@dependabot[bot])
Changes since v1.0.0-alpha.110:
- Bump the ktsu group with 7 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.111 (@matt-edmondson)
Changes since v1.0.0-alpha.109:
- Update to the latest ktsu.Styler version (@Damon3000s)
Changes since v1.0.0-alpha.108:
- Update VERSION to 1.0.0-alpha.109 (@matt-edmondson)
- Bump the ktsu group with 8 updates (@dependabot[bot])
Changes since v1.0.0-alpha.107:
- Update VERSION to 1.0.0-alpha.108 (@matt-edmondson)
- Bump the ktsu group with 8 updates (@dependabot[bot])
Changes since v1.0.0-alpha.106:
- Add GridOrder and fix ColumnMajor layout bug (@Damon3000s)
- Missing changes from previous commit (@Damon3000s)
- Addressing review feedback (@Damon3000s)
- Fix broken formatting (@Damon3000s)
- Add basic visual debug options (@Damon3000s)
- Addressing review feedback (@Damon3000s)
- Disable grid debugging by default (@Damon3000s)
Changes since v1.0.0-alpha.105:
- Update VERSION to 1.0.0-alpha.106 (@matt-edmondson)
Changes since v1.0.0-alpha.104:
- Update VERSION to 1.0.0-alpha.105 (@matt-edmondson)
Changes since v1.0.0-alpha.103:
- Update VERSION to 1.0.0-alpha.104 (@matt-edmondson)
Changes since v1.0.0-alpha.102:
- Update VERSION to 1.0.0-alpha.103 (@matt-edmondson)
Changes since v1.0.0-alpha.101:
- Update ImGuiStyler, ImGuiApp, and ImGuiPopups package references to latest alpha versions (@matt-edmondson)
Changes since v1.0.0-alpha.100:
- Update VERSION to 1.0.0-alpha.101 (@matt-edmondson)
- Sync Directory.Build.targets (@ktsu[bot])
Changes since v1.0.0-alpha.99:
- Update package references for StrongPaths and ImGuiPopups to latest versions (@matt-edmondson)
Changes since v1.0.0-alpha.98:
- Update package references to latest versions (@matt-edmondson)
Changes since v1.0.0-alpha.97:
- Update package references to latest versions (@matt-edmondson)
Changes since v1.0.0-alpha.96:
- Update VERSION to 1.0.0-alpha.97 (@matt-edmondson)
- Sync Directory.Build.props (@ktsu[bot])
Changes since v1.0.0-alpha.95:
- Fix incorrect icon calculation for 1 item grid (@Damon3000s)
Changes since v1.0.0-alpha.94:
- Add a ScopedId class for convenience (@Damon3000s)
Changes since v1.0.0-alpha.93:
- Fix grid layout (@Damon3000s)
- Update demo to include single item grid (@Damon3000s)
- Add a comment explaining the new break case (@Damon3000s)
Changes since v1.0.0-alpha.92:
- Update VERSION to 1.0.0-alpha.93 (@matt-edmondson)
- Sync Directory.Build.props (@ktsu[bot])
- Sync Directory.Build.targets (@ktsu[bot])
Changes since v1.0.0-alpha.91:
- Update VERSION to 1.0.0-alpha.92 (@matt-edmondson)
- Bump ktsu.ImGuiPopups in the ktsu group (@dependabot[bot])
Changes since v1.0.0-alpha.90:
- Bump the ktsu group with 5 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.91 (@matt-edmondson)
Changes since v1.0.0-alpha.89:
- Bump the ktsu group with 7 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.90 (@matt-edmondson)
Changes since v1.0.0-alpha.88:
- Update VERSION to 1.0.0-alpha.89 (@matt-edmondson)
- Bump the ktsu group with 9 updates (@dependabot[bot])
Changes since v1.0.0-alpha.87:
- Update VERSION to 1.0.0-alpha.88 (@matt-edmondson)
- Bump Microsoft.NET.Test.Sdk in the microsoft group (@dependabot[bot])
Changes since v1.0.0-alpha.86:
- Update VERSION to 1.0.0-alpha.87 (@matt-edmondson)
- Bump the ktsu group with 6 updates (@dependabot[bot])
Changes since v1.0.0-alpha.85:
- Update VERSION to 1.0.0-alpha.86 (@matt-edmondson)
- Bump the ktsu group with 8 updates (@dependabot[bot])
Changes since v1.0.0-alpha.84:
- Bump the ktsu group with 8 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.85 (@matt-edmondson)
Changes since v1.0.0-alpha.83:
- Update VERSION to 1.0.0-alpha.84 (@matt-edmondson)
- Bump the ktsu group with 10 updates (@dependabot[bot])
Changes since v1.0.0-alpha.82:
- Bump Microsoft.Extensions.FileSystemGlobbing in the microsoft group (@dependabot[bot])
- Bump MSTest.TestFramework from 3.6.2 to 3.6.3 (@dependabot[bot])
- Bump System.Text.Json from 8.0.5 to 9.0.0 in the system group (@dependabot[bot])
- Bump MSTest.TestAdapter from 3.6.2 to 3.6.3 (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.83 (@matt-edmondson)
Changes since v1.0.0-alpha.81:
- Update VERSION to 1.0.0-alpha.82 (@matt-edmondson)
- Bump ktsu.ImGuiPopups in the ktsu group (@dependabot[bot])
Changes since v1.0.0-alpha.80:
- Bump the ktsu group with 7 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.81 (@matt-edmondson)
Changes since v1.0.0-alpha.79:
- Update VERSION to 1.0.0-alpha.80 (@matt-edmondson)
- Bump the ktsu group with 7 updates (@dependabot[bot])
Changes since v1.0.0-alpha.78:
- Bump the ktsu group with 7 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.79 (@matt-edmondson)
Changes since v1.0.0-alpha.77:
- Update VERSION to 1.0.0-alpha.78 (@matt-edmondson)
- Bump the ktsu group with 5 updates (@dependabot[bot])
Changes since v1.0.0-alpha.76:
- Update VERSION to 1.0.0-alpha.77 (@matt-edmondson)
- Bump the ktsu group with 8 updates (@dependabot[bot])
Changes since v1.0.0-alpha.75:
- Bump the ktsu group with 8 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.76 (@matt-edmondson)
Changes since v1.0.0-alpha.74:
- Bump MSTest.TestAdapter from 3.6.1 to 3.6.2 (@dependabot[bot])
- Bump MSTest.TestFramework from 3.6.1 to 3.6.2 (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.75 (@matt-edmondson)
Changes since v1.0.0-alpha.73:
- Change icon strings (@Damon3000s)
Changes since v1.0.0-alpha.72:
- Update VERSION to 1.0.0-alpha.73 (@matt-edmondson)
- Bump the ktsu group with 2 updates (@dependabot[bot])
Changes since v1.0.0-alpha.71:
- Bump ktsu.ImGuiPopups in the ktsu group (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.72 (@matt-edmondson)
Changes since v1.0.0-alpha.70:
- Bump the ktsu group with 2 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.71 (@matt-edmondson)
Changes since v1.0.0-alpha.69:
- Bump the ktsu group with 2 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.70 (@matt-edmondson)
Changes since v1.0.0-alpha.68:
- Update VERSION to 1.0.0-alpha.69 (@matt-edmondson)
- Bump the ktsu group with 3 updates (@dependabot[bot])
Changes since v1.0.0-alpha.67:
- Bump the ktsu group with 2 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.68 (@matt-edmondson)
Changes since v1.0.0-alpha.66:
- Update VERSION to 1.0.0-alpha.67 (@matt-edmondson)
- Bump ktsu.FuzzySearch in the ktsu group (@dependabot[bot])
Changes since v1.0.0-alpha.65:
- Update VERSION to 1.0.0-alpha.66 (@matt-edmondson)
- Bump ktsu.ImGuiPopups in the ktsu group (@dependabot[bot])
Changes since v1.0.0-alpha.64:
- Bump ktsu.ImGuiPopups in the ktsu group (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.65 (@matt-edmondson)
Changes since v1.0.0-alpha.63:
- Bump the ktsu group with 2 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.64 (@matt-edmondson)
Changes since v1.0.0-alpha.62:
- Bump the ktsu group with 3 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.63 (@matt-edmondson)
- Bump System.Text.Json from 8.0.4 to 8.0.5 in the system group (@dependabot[bot])
- Bump ktsu.ImGuiApp in the ktsu group (@dependabot[bot])
Changes since v1.0.0-alpha.61:
- Bump the ktsu group with 5 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.62 (@matt-edmondson)
Changes since v1.0.0-alpha.60:
- Bump MSTest.TestAdapter from 3.6.0 to 3.6.1 (@dependabot[bot])
- Bump the ktsu group with 8 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.61 (@matt-edmondson)
Changes since v1.0.0-alpha.59:
- Bump MSTest.TestFramework from 3.6.0 to 3.6.1 (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.60 (@matt-edmondson)
Changes since v1.0.0-alpha.58:
- Fix typos and renames for clarity (@matt-edmondson)
Changes since v1.0.0-alpha.57:
- Vertically center the horizontal label correctly (@matt-edmondson)
Changes since v1.0.0-alpha.56:
- Fix a grid wrapping issue (@matt-edmondson)
Changes since v1.0.0-alpha.55:
- Remove a debug print (@matt-edmondson)
- Provide the item dimensions to the draw delegate (@matt-edmondson)
Changes since v1.0.0-alpha.54:
- Add Grid layout and Icon widget to replace the Tile widget (@matt-edmondson)
- Add documentation (@matt-edmondson)
- Add documentation comments (@matt-edmondson)
Changes since v1.0.0-alpha.53:
- Update VERSION to 1.0.0-alpha.54 (@matt-edmondson)
- Bump ktsu.ImGuiPopups in the ktsu group (@dependabot[bot])
Changes since v1.0.0-alpha.52:
- Update VERSION to 1.0.0-alpha.53 (@matt-edmondson)
- Bump the ktsu group with 2 updates (@dependabot[bot])
Changes since v1.0.0-alpha.51:
- Update VERSION to 1.0.0-alpha.52 (@matt-edmondson)
- Bump the ktsu group with 3 updates (@dependabot[bot])
Changes since v1.0.0-alpha.50:
- Bump the ktsu group with 3 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.51 (@matt-edmondson)
Changes since v1.0.0-alpha.49:
- Bump the ktsu group with 5 updates (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.50 (@matt-edmondson)
Changes since v1.0.0-alpha.48:
- Push id in tile render to differentiate contents (@matt-edmondson)
Changes since v1.0.0-alpha.47:
- Update VERSION to 1.0.0-alpha.48 (@matt-edmondson)
- Bump the ktsu group with 8 updates (@dependabot[bot])
Changes since v1.0.0-alpha.46:
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Update VERSION to 1.0.0-alpha.47 (@matt-edmondson)
Changes since v1.0.0-alpha.45:
- Update VERSION to 1.0.0-alpha.46 (@matt-edmondson)
- Bump the ktsu group with 8 updates (@dependabot[bot])
Changes since v1.0.0-alpha.44:
- Bump ktsu.Extensions from 1.0.9 to 1.0.12 (@dependabot[bot])
- Bump the all group with 7 updates (@dependabot[bot])
- Bump ktsu.ImGuiApp and ktsu.ScopedAction (@dependabot[bot])
- Update VERSION to 1.0.0-alpha.45 (@matt-edmondson)
- Bump ktsu.ImGuiPopups, ktsu.CaseConverter, ktsu.Extensions, ktsu.FuzzySearch, ktsu.ImGuiStyler, ktsu.ScopedAction and ktsu.StrongPaths (@dependabot[bot])
- Bump ktsu.ScopedAction in the ktsu group (@dependabot[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync .github\dependabot.yml (@ktsu[bot])
- Sync .github\dependabot.yml (@ktsu[bot])
Changes since v1.0.0-alpha.43:
- Sync .github\workflows\dependabot-merge.yml (@ktsu[bot])
Changes since v1.0.0-alpha.42:
- Sync .github\workflows\dependabot-merge.yml (@ktsu[bot])
Changes since v1.0.0-alpha.41:
- Sync .github\workflows\dependabot-merge.yml (@ktsu[bot])
Changes since v1.0.0-alpha.40:
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
Changes since v1.0.0-alpha.39:
- Update ImGui.NET (@matt-edmondson)
Changes since v1.0.0-alpha.38:
- Bump ktsu.StrongPaths and ktsu.Extensions (@dependabot[bot])
- Sync .github\dependabot.yml (@ktsu[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
Changes since 1.0.0-alpha.37:
- Migrate ktsu.io to ktsu namespace (@matt-edmondson)
- Migrate ktsu.io to ktsu namespace (@matt-edmondson)
- Update nuget.config (@matt-edmondson)
- Update Directory.Build.targets (@matt-edmondson)
- Add nicer knobs from https://github.com/imgui-works/imgui-knobs-dial-gauge-meter (@matt-edmondson)
- Add color tinting to images (@matt-edmondson)
- Fix a crash in the line wrapping (@matt-edmondson)
- v1.0.0-alpha.8 (@matt-edmondson)
- Update dotnet.yml (@matt-edmondson)
- Assign dependabot PRs to matt (@matt-edmondson)
- Read PackageDescription from DESCRIPTION file (@matt-edmondson)
- Fix end cursor position in nested trees (@matt-edmondson)
- Add PopupMessageOK (@matt-edmondson)
- Update README.md (@matt-edmondson)
- Allow zones to be added in the constructor (@matt-edmondson)
- Add a more general Tile class (@matt-edmondson)
- Add dividers to the demo (@matt-edmondson)
- Use the new ImGuiApp.Start signature (@matt-edmondson)
- Remove intrusive scaling (@matt-edmondson)
- dotnet 8 (@matt-edmondson)
- Update ImGui.NET (@matt-edmondson)
- Add searchable list popup (@matt-edmondson)
- Create VERSION (@matt-edmondson)
- Add GridOrder and fix ColumnMajor layout bug (@Damon3000s)
- Initial commit (@matt-edmondson)
- WIP PopupInput (@matt-edmondson)
- Update dotnet.yml (@matt-edmondson)
- Add Grid layout and Icon widget to replace the Tile widget (@matt-edmondson)
- Update ImGuiStyler, ImGuiApp, and ImGuiPopups package references to latest alpha versions (@matt-edmondson)
- Fix incorrect icon calculation for 1 item grid (@Damon3000s)
- Add globbing support #11 (@matt-edmondson)
- Refactor and enhance class constructors (@matt-edmondson)
- Update SetSizesFromList to take an ICollection (@matt-edmondson)
- Change icon strings (@Damon3000s)
- Fix typos and renames for clarity (@matt-edmondson)
- Read from AUTHORS file during build (@matt-edmondson)
- Update nuget.config (@matt-edmondson)
- Vertically center the horizontal label correctly (@matt-edmondson)
- Add ColorIndicator widget (@matt-edmondson)
- Push id in tile render to differentiate contents (@matt-edmondson)
- Remove a debug print (@matt-edmondson)
- Provide the item dimensions to the draw delegate (@matt-edmondson)
- Update to the latest ktsu.Styler version (@Damon3000s)
- Update dotnet.yml (@matt-edmondson)
- Add modal input popups for strings, ints, and floats (@matt-edmondson)
- Missing changes from previous commit (@Damon3000s)
- Update dotnet.yml (@matt-edmondson)
- Add documentation (@matt-edmondson)
- Update Directory.Build.props (@matt-edmondson)
- Create dependabot.yml (@matt-edmondson)
- Add IsPackable=false to the demo project (@matt-edmondson)
- Rollback to ImGui.NET 1.89.5 (@matt-edmondson)
- Fix Tile alignment issues (@matt-edmondson)
- Addressing review feedback (@Damon3000s)
- Fix ID stack issues in popups and add escape key to cancel popup (@matt-edmondson)
- Update build config (@matt-edmondson)
- Update VERSION (@matt-edmondson)
- Fix a grid wrapping issue (@matt-edmondson)
- Read from VERSION when building (@matt-edmondson)
- Fix a runtime cast failure when dragging divider zones (@matt-edmondson)
- Fix grid layout (@Damon3000s)
- Add wrapping to knob titles and ability to put them below the knob (@matt-edmondson)
- Fix issue with not invoking the callback if you didnt pick from the list view (@matt-edmondson)
- Fix broken formatting (@Damon3000s)
- Add PopupPrompt to display a simple prompt window with configurable buttons (@matt-edmondson)
- Double clicking a zone handle resets it to its original size (@matt-edmondson)
- Add text input to specify a new filename when saving (@matt-edmondson)
- Update demo to include single item grid (@Damon3000s)
- Add documentation comments (@matt-edmondson)
- Add basic visual debug options (@Damon3000s)
- Addressing review feedback (@Damon3000s)
- Update LICENSE (@matt-edmondson)
- Update url in gitignore (@matt-edmondson)
- Bump ImGuiStyler (@matt-edmondson)
- Dont try to push packages when building pull requests (@matt-edmondson)
- Migrate ktsu.io to ktsu namespace (@matt-edmondson)
- Add a delegate to get the string to show in the list for each item (@matt-edmondson)
- Fix some knob title alignment issues (@matt-edmondson)
- Disable grid debugging by default (@Damon3000s)
- Update package references to latest versions (@matt-edmondson)
- Create dependabot-merge.yml (@matt-edmondson)
- Release v1.0.0 with extensive documentation updates (@matt-edmondson)
- Add trees (@matt-edmondson)
- Add a common interface to facilitate scaling of all widgets by a common scale value (@matt-edmondson)
- Add a comment explaining the new break case (@Damon3000s)
- Add PopupFilesystemBrowser (@matt-edmondson)
- Update dotnet.yml (@matt-edmondson)
- Add DividerContainers and zones from ImGuiApp (@matt-edmondson)
- Avoid double upload of symbols package (@matt-edmondson)
- Update package references for StrongPaths and ImGuiPopups to latest versions (@matt-edmondson)
- Enable sourcelink (@matt-edmondson)
- Add EnableWindowsTargeting to demo project (@matt-edmondson)
- Add colors (@matt-edmondson)
- Add new Image and IconTile widgets (@matt-edmondson)
- Fix a type in a comment (@matt-edmondson)
- Update package references to latest versions (@matt-edmondson)
- Move popups into their own library (@matt-edmondson)
- Migrate ktsu.io to ktsu namespace (@matt-edmondson)
- Fix mismatched ImGui version, add a demo project, use multilevel directory props instead of project.props files (@matt-edmondson)
- Update LICENSE (@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)
- Add a ScopedId class for convenience (@Damon3000s)
- Add github package support (@matt-edmondson)