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

15 commits

Author SHA1 Message Date
jules
44cd80969d A few C++11 modernisations and comment corrections 2017-03-28 12:31:51 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
tpoole
b28555838d Added typeface and kerning support to the Projucer GUI editor 2017-02-21 21:09:09 +00:00
tpoole
e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +00:00
hogliux
ddaaaa6e9d Removed 'const' from the Projucer's component editor's generated keyStateChanged method 2016-12-19 10:50:49 +00:00
hogliux
e435325619 Fix typo and increase maximum size of the "Member initialisers" text field 2016-10-27 10:59:39 +01: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
f0dd881e08 Fixed a typo in the projucer's button colour handling 2016-05-16 12:49:06 +01:00
jules
d1030fa845 Projucer: added some missing 'override' specifiers 2016-04-30 16:23:30 +01:00
jules
3c68007aad Fixed capitalisation 2016-04-18 17:44:07 +01:00
jules
60cd2d7b67 Projucer: fixed the way the GUI editor generates include paths 2016-04-18 17:28:57 +01:00
jules
486cb0c0bd Projucer: tidied up an include path in a template file 2016-04-18 10:56:46 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +01:00
jules
544b8d0ea7 Simplified some Projucer GUI editor code + added a missing slider style 2016-04-15 09:57:13 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00