ed
|
12bad3008b
|
Re-saved all projects
|
2018-01-05 17:24:59 +00:00 |
|
tpoole
|
f1039cb507
|
Re-saved all projects
|
2017-11-06 16:30:15 +00:00 |
|
tpoole
|
c288c94c29
|
Resaved all projects
|
2017-06-29 16:14:54 +01:00 |
|
tpoole
|
d525bb49e1
|
Resaved all projects
|
2017-06-14 15:59:20 +01:00 |
|
hogliux
|
763ba20a61
|
Re-saved all projects (see previous commit)
|
2017-05-31 14:42:44 +01:00 |
|
hogliux
|
1e185e988f
|
Re-saved all projects
|
2017-05-04 15:36:00 +01:00 |
|
hogliux
|
884afa3a0d
|
Re-saved all projects
|
2017-04-27 14:43:06 +01:00 |
|
tpoole
|
00f57d43c5
|
Resaved all projects
|
2017-02-28 16:21:30 +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
|
ebf19aa61a
|
Re-save all projects
|
2016-09-16 16:47:37 +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 |
|
jules
|
9ff92b8002
|
Introjucer: tweaked whitespace in generated headers to not have an extra trailing line, and resaved all projects using it
|
2015-11-02 09:59:05 +00:00 |
|
hogliux
|
c4d0270f5d
|
Resaved project files.
|
2015-07-22 16:58:25 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
d9f88e763e
|
Resaved the binarybuilder project files.
|
2015-05-05 17:32:36 +01:00 |
|
hogliux
|
fcb8735dfc
|
Re-save all Introjucer projects with newest introjucer version
|
2015-04-20 15:49:43 +01:00 |
|
jules
|
ee9531dd53
|
Introjucer: added a JUCE_DONT_DECLARE_PROJECTINFO guard flag around the auto-generated ProjectInfo namespace, in case you need to avoid declaring it for some reason.
|
2014-08-28 16:53:58 +01:00 |
|
jules
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
2013-07-28 18:08:28 +01:00 |
|
jules
|
eb028b7c33
|
Introjucer: added support for a user-code section to the AppConfig.h file.
|
2012-04-17 12:04:56 +01:00 |
|
jules
|
bdbe7d3f01
|
Introjucer: made it possible to override settings in AppConfig.h. Version number bump.
|
2012-01-12 14:19:16 +00:00 |
|
Julian Storer
|
f04875879e
|
Introjucer work. Improved command line tokenisation in OSX.
|
2011-08-17 15:07:06 +01:00 |
|
Julian Storer
|
81da96f1a2
|
Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules.
|
2011-08-16 18:05:20 +01:00 |
|
Julian Storer
|
693132a6e5
|
Changed the way module code is wrapped by the Introjucer.
|
2011-08-15 19:40:50 +01:00 |
|
Julian Storer
|
4808d9c318
|
Hard-coded some juce namespace declarations.
|
2011-08-13 21:13:50 +01:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|
Julian Storer
|
6392cdabcc
|
Even more introjucer refactoring.
|
2011-07-07 10:13:18 +01:00 |
|
Julian Storer
|
e627847d32
|
More introjucer refactoring.
|
2011-07-06 13:35:17 +01:00 |
|
Julian Storer
|
b94782d388
|
New class: DirectShowComponent, for native video playback in Windows. Added a demo page for this to the juce demo app.
|
2011-06-14 18:54:32 +01:00 |
|
Julian Storer
|
622f823bf7
|
First experimental check-in of Direct2D rendering - not for public use yet!
|
2010-08-26 13:31:41 +01:00 |
|
Julian Storer
|
66643e85ac
|
Minor string changes.
|
2010-03-26 18:23:54 +00:00 |
|
Julian Storer
|
d5db408033
|
Updated some jucer-generated project files.
|
2010-03-24 17:52:23 +00:00 |
|
Julian Storer
|
6b79430341
|
Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number.
|
2010-02-21 19:04:41 +00:00 |
|
Julian Storer
|
5443f95790
|
Jucer-generated file updates.
|
2010-02-13 17:07:31 +00:00 |
|
Julian Storer
|
fbc62f200a
|
Updated some auto-generated projects.
|
2010-02-13 15:06:45 +00:00 |
|
Julian Storer
|
07623e9fa3
|
Converted the BinaryBuilder projects to be auto-generated by the Jucer.
|
2010-02-08 20:12:07 +00:00 |
|