ed
|
4af9526ab5
|
Fixed a bug in Grid where the area calculation could terminate early
|
7 years ago |
ed
|
40c948826c
|
Added some braces in juce_Grid.cpp to work around a VS2015 compiler bug
|
7 years ago |
jules
|
121719be69
|
Added new method Rectangle::toNearestIntEdges(), and used this to improve the Grid layout snapping
|
7 years ago |
jules
|
d4a7afa73f
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
7 years ago |
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
hogliux
|
88c734d28d
|
Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors
|
7 years ago |
jules
|
2bbd2b9785
|
Added CSS Grid classes
|
7 years ago |