Alexei Kotov
|
ff26ff7241
|
Revert "Merge branch 'flex-wrap-property' into 'master'"
This reverts commit e75866ff5a, reversing
changes made to 5ceff51074.
|
2026-05-30 15:42:23 +03:00 |
|
 nox7andAlexei Kotov
|
614bc98529
|
Remove unnecessary calculations for final tracks. Add clamping for grow and stretch factors. Fix bug with grow on multiple children losing available space
CLANG syntax
|
2026-05-29 00:54:08 +03:00 |
|
 Cole GreenandAlexei Kotov
|
6963ece636
|
Refactor algorithm to use a single outer loop pass. Remove use of struct. Remove use of vector for keeping track of the flex tracks
Fix incorrect calculation of final children size due to stray gap subtraction
|
2026-05-29 00:54:08 +03:00 |
|
 Cole GreenandAlexei Kotov
|
aed536321a
|
Add missing used property for wrap
|
2026-05-29 00:54:08 +03:00 |
|
 Cole GreenandAlexei Kotov
|
4abf05b2ba
|
Resolve issues with phantom gap on final primary axis row/column. Resolve warning about size_t to int conversion.
Resolve CLANG syntax enforcement errors
Fix CLANG syntax warnings
|
2026-05-29 00:54:08 +03:00 |
|
 Cole GreenandAlexei Kotov
|
a6d3f6f1c2
|
Implement flex wrap property
|
2026-05-29 00:54:08 +03:00 |
|
 Cole GreenandAlexei Kotov
|
84a5680b8c
|
Implement 'gap' property on flex elements to space out child contents
|
2026-05-29 00:54:08 +03:00 |
|
Mads Buvik Sandvei
|
9a508857b9
|
set -> vector. Other comments by Capo
|
2026-03-29 16:21:14 +02:00 |
|
Mads Buvik Sandvei
|
fd9c11179f
|
Use widget() to get name/typeName
|
2026-03-11 23:05:19 +01:00 |
|
Mads Buvik Sandvei
|
d477189a87
|
Fix warning
|
2026-03-11 21:29:06 +01:00 |
|
Mads Buvik Sandvei
|
558bbf8b48
|
Warn on unused properties
|
2026-03-11 00:07:08 +01:00 |
|
Evil Eye
|
8cbcb82dd4
|
Prevent iterator invalidation when updating Lua UI and increase const correctness
|
2024-03-28 20:01:50 +01:00 |
|
 clang-format-botandζeh Matt
|
ddb0522bbf
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
|
 uramerandPetr Mikheev
|
52d05be04b
|
Styling for Settings
|
2022-05-14 10:27:30 +00:00 |
|
uramer
|
1f5e3b78d4
|
Use Flex, don't force re-renders on layout table changes
|
2022-05-08 11:15:17 +02:00 |
|
 uramerandCody Glassman
|
03659bef86
|
MWUI interface (resolve https://gitlab.com/OpenMW/openmw/-/issues/6594)
|
2022-05-03 17:36:49 +00:00 |
|
uramer
|
02bbd226b8
|
Less primary/secondary coordinate boilerplate in Flex
|
2022-04-06 23:36:44 +02:00 |
|
uramer
|
3c74a20335
|
Refactor horizontal/vertical cases in Flex
|
2022-04-05 17:51:04 +02:00 |
|
uramer
|
788745e004
|
Make coordinate calculation more robust, implement Flex widget type
|
2022-04-04 23:10:03 +02:00 |
|