1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

20 commits

Author SHA1 Message Date
ed
009d685179 Updated all license headers 2020-06-29 08:30:22 +01:00
Tom Poole
894e7d2bd2 Updated all license headers 2020-04-23 17:30:39 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
jules
b56e7560a7 Added some missing logic to flexbox 2018-01-23 14:06:26 +00:00
Tom Poole
cff37f5b6a Fixed some const violation errors 2017-12-19 12:44:24 +00:00
jules
d4a7afa73f Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
tpoole
75236aa61d Fixed a FlexBox rounding bug 2017-10-19 19:53:06 +01:00
tpoole
3cb185fcc3 A minor code cleanup 2017-10-12 12:31:55 +01:00
jules
369d59f656 Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 2017-10-11 12:10:58 +01:00
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 2017-09-08 08:59:55 +01:00
tpoole
9b687968db Fixed some g++ compiler warnings 2017-08-29 14:47:04 +01:00
tpoole
d6ea60b2e5 Flexbox: Fixed a bug in the integer rounding of component bounds 2017-07-17 18:33:07 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
jules
bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 2017-04-21 15:09:35 +01:00
jules
901913a0da Added new method FlexItem::withAlignSelf() 2016-12-19 11:26:35 +00:00
jules
1ecc6867cb Changed order of parameters in FlexItem::Margin constructor to match web standard ordering 2016-12-05 09:55:57 +00:00
jules
c545b58f03 Added another constructor to FlexItem::Margin 2016-12-02 14:26:24 +00:00
jules
58bd2b130f Added a few extra FlexItem convenience methods 2016-11-08 17:36:24 +00:00
hogliux
15bed81f87 Fixed a flex box bug where the first item in a list of too large items would not be layouted properly 2016-10-27 18:49:30 +01:00
jules
8994f37dd0 Added some FlexBox layout classes, and a demo page for this in the big juce demo app 2016-08-10 16:57:44 +01:00