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
Tom Poole
94d98a2b10 Update licensing information 2024-04-16 11:39:35 +01:00
Tom Poole
2ec861d99e Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
Tom Poole
dea3fe60e4 Update copyright banners 2022-04-04 12:36:32 +01:00
reuk
4d572411e0
FlexBox: Update the default value of FlexItem::alignSelf to match CSS implementations 2021-10-26 16:52:16 +01:00
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
ed
cdbc28c18b Add documentation tags 2018-03-15 12:10:32 +00:00
Noah Dayan
3671995344 Add missing enum documentation in juce_FlexBox.h and juce_FlexItem.h 2017-11-20 15:10:36 +00:00
hogliux
4bb2f83203 FlexBox: Clarified some documentation on object life-times 2017-11-16 11:58:43 +00:00
jules
62955e7737 Fixed some typos and did a bit of code cleanup 2017-10-12 09:16:34 +01:00
jules
970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 2017-10-09 12:38:06 +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
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
jules
f28462040b Whitespace cleanup 2016-12-19 12:18:58 +00: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
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