Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re implement grid #163

Merged
merged 33 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0433c21
Fix for grid double counting item spacing, yet only using a single du…
Damon3000s Dec 20, 2024
1d1b737
First pass of adding row alignment and fixing layout issues
Damon3000s Dec 20, 2024
855f7e4
Updated variable names and some comments
Damon3000s Dec 20, 2024
118b5ea
Merge branch 'main' into add-row-icon-alignment-fix-layout-calculations
Damon3000s Jan 9, 2025
db616de
Fix when grid calculates 0 columns
Damon3000s Jan 9, 2025
2656b84
Use Collection instead of List
Damon3000s Jan 10, 2025
ca1e4e3
Don't call measureDelegate twice
Damon3000s Jan 10, 2025
0305965
Fix for potential 0 column situation
Damon3000s Jan 10, 2025
6da54d2
Fix for potential out of range access in ColumnMajor mode
Damon3000s Jan 10, 2025
634c27a
First pass of implementing a new Column Major grid
Damon3000s Jan 10, 2025
7ee3039
Cleanup old logic
Damon3000s Jan 10, 2025
f018882
Updated comments for ColumnMajor enum
Damon3000s Jan 10, 2025
a17ac7b
Convert enum usages of ImGui.Combo to ImGuiWidgets.Combo
Damon3000s Jan 10, 2025
ab7d113
Fix ColumnMajor crashing when there isn't enough vertical space
Damon3000s Jan 10, 2025
225c691
Various cleanups
Damon3000s Jan 10, 2025
c826292
More renames and cleanup
Damon3000s Jan 10, 2025
fad561e
Review Feedback
Damon3000s Jan 13, 2025
94b46ce
Review feedback
Damon3000s Jan 14, 2025
771c272
Improve implementation
Damon3000s Jan 14, 2025
430c81b
Feedback
Damon3000s Jan 15, 2025
a260afc
Large refactot
Damon3000s Jan 15, 2025
bd2da1b
Use target type new
Damon3000s Jan 15, 2025
b702b25
Re-implement RowMajor
Damon3000s Jan 15, 2025
79d5acf
Tweak code layout
Damon3000s Jan 15, 2025
1a99ae6
Group code with regions
Damon3000s Jan 15, 2025
0afd48a
Cleanup
Damon3000s Jan 15, 2025
b8a7c70
More target type new expressions
Damon3000s Jan 15, 2025
ab6b05b
Add another API method
Damon3000s Jan 15, 2025
a5cbf8b
Review Feedback and general improvements
Damon3000s Feb 3, 2025
0305ac5
Fix demo
Damon3000s Feb 3, 2025
0659173
Default back to 32 grid items to show
Damon3000s Feb 3, 2025
40556f2
Merge branch 'main' into re-implement-grid
Damon3000s Feb 4, 2025
fc9fef4
Resolving merge issues
Damon3000s Feb 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading