falkTX
|
c55e73a50e
|
Use library under GPLv3 mode
|
7 years ago |
tpoole
|
c288c94c29
|
Resaved all projects
|
7 years ago |
ed
|
26596fbfad
|
Projucer: Added default module search paths to the Projucer
|
8 years ago |
hogliux
|
763ba20a61
|
Re-saved all projects (see previous commit)
|
8 years ago |
hogliux
|
1e185e988f
|
Re-saved all projects
|
8 years ago |
hogliux
|
9b7e944a54
|
Added a popup to the Projucer informing the user about the collection of analytics data
|
8 years ago |
hogliux
|
884afa3a0d
|
Re-saved all projects
|
8 years ago |
hogliux
|
750ab85fe9
|
Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model.
|
8 years ago |
tpoole
|
166547d1fb
|
Resaved all projects
|
8 years ago |
tpoole
|
82565a0c96
|
Removed the VS2010 and VS2012 exporters from the examples and extra JUCE projects and added a VS2017 exporter
|
8 years ago |
tpoole
|
00f57d43c5
|
Resaved all projects
|
8 years ago |
tpoole
|
e33abbc6fe
|
Replaced Projucer-generated header guards with #pragma once and updated the examples
|
8 years ago |
hogliux
|
ebf19aa61a
|
Re-save all projects
|
8 years ago |
Timur Doumler
|
c096b1a1b3
|
Reverted: Projucer: workaround missing framework symbols during Live build: added JUCE modules using them to Projucer project and re-saved it with itself. (reverted from commit 5fcea26f9c )
|
9 years ago |
Timur Doumler
|
5fcea26f9c
|
Projucer: workaround missing framework symbols during Live build: added JUCE modules using them to Projucer project and re-saved it with itself.
|
9 years ago |
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.
|
9 years ago |
hogliux
|
0e7729590f
|
Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring.
|
9 years ago |
hogliux
|
c2c0795aea
|
Add https/SSL support for Linux (via libcurl)
|
9 years ago |
hogliux
|
fcb8735dfc
|
Re-save all Introjucer projects with newest introjucer version
|
10 years ago |
jules
|
be461fa03c
|
Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details.
|
11 years ago |
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.
|
11 years ago |
jules
|
e77d5b12ef
|
Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer.
|
12 years ago |
jules
|
eb028b7c33
|
Introjucer: added support for a user-code section to the AppConfig.h file.
|
13 years ago |
jules
|
bdbe7d3f01
|
Introjucer: made it possible to override settings in AppConfig.h. Version number bump.
|
13 years ago |
jules
|
4773b388ef
|
AttributedString class and advanced text layout (stage 1)
|
13 years ago |
Julian Storer
|
172d2a1c8b
|
Introjucer work.
|
13 years ago |
Julian Storer
|
81da96f1a2
|
Refactored the structure of the introjucer's generated code folder, and gave it the ability to embed local copies of modules.
|
13 years ago |
Julian Storer
|
693132a6e5
|
Changed the way module code is wrapped by the Introjucer.
|
13 years ago |
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..
|
13 years ago |
Julian Storer
|
e627847d32
|
More introjucer refactoring.
|
14 years ago |
Julian Storer
|
b94782d388
|
New class: DirectShowComponent, for native video playback in Windows. Added a demo page for this to the juce demo app.
|
14 years ago |
Julian Storer
|
82e8d68a5d
|
Renamed the experimental jucer as the Introjucer.
|
14 years ago |
Julian Storer
|
622f823bf7
|
First experimental check-in of Direct2D rendering - not for public use yet!
|
14 years ago |
Julian Storer
|
66643e85ac
|
Minor string changes.
|
15 years ago |
Julian Storer
|
188299adb9
|
First check-in of the new Jucer codebase.
|
15 years ago |
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.
|
15 years ago |
Julian Storer
|
305d58519a
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
Julian Storer
|
961708b21c
|
Changed the example projects to be Jucer-generated.
|
15 years ago |
Julian Storer
|
257712c1da
|
Replaced the amalgamator's build projects with auto-generated projects created by the new Jucer.
|
15 years ago |