1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

16 commits

Author SHA1 Message Date
jules
415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +00:00
jules
4fcedf7be5 Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
jules
80a7718286 Added some event lambda callbacks for TextEditor and simplified a bit more code using them 2018-01-03 16:34:11 +00:00
jules
ce8b2d865a Used Button::onClick to simplify a bunch of library classes and demo code 2018-01-03 11:06:04 +00:00
ed
63cf3e2057 Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts 2017-05-02 12:41:38 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 2017-04-27 14:40:50 +01:00
jules
44cd80969d A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +01:00
hogliux
6559b3e185 Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
jules
d06fc22369 Pimped the demo app with some new images 2015-11-04 12:14:08 +00:00
jules
fdc04d2d2c Fixed some warnings caught by -pedantic_warnings 2015-09-15 10:42:09 +01:00
hogliux
c56903b175 Fix compile-error in JuceDemo if compiling with JUCE_MODAL_LOOPS_PERMITTED=0 2015-07-31 12:08:19 +01:00
jules
f26152fa72 Tidied up a few compiler warnings in the demo code. 2015-07-28 12:49:35 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
Felix Faire
b01383e8d0 Restructured folder and Updated Readme 2014-11-12 17:18:18 +00:00
Renamed from extras/Demo/Source/Demos/MDIDemo.cpp (Browse further)