1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

30 commits

Author SHA1 Message Date
jules
81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
jules
40ca59a54e Introjucer: on windows, stopped the cancel button of the new project wizard from closing the app. 2013-10-15 17:18:07 +01:00
jules
8c6caf8853 Introjucer: made the new project wizard ask for a juce module folder. 2013-10-01 18:37:41 +01:00
jules
a9aae9651b Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. 2013-09-30 14:41:36 +01:00
jules
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +01:00
jules
eb646f8c42 Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes. 2013-07-08 13:05:51 +01:00
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
2a6a6651b2 Introjucer: refactored static/dynamic library generation projects. 2013-03-26 11:32:51 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00
jules
d9d5a6ae51 Introjucer: improved the new project wizard code. 2012-09-25 23:13:45 +01:00
jules
6269df4823 Introjucer: fix for new command-line project wizard. 2012-09-18 10:36:15 +01:00
jules
d24ee139d3 Introjucer: wizards for auto-generating new Component classes 2012-09-06 11:08:29 +01:00
jules
ebb7b6db74 Introjucer: some refactoring, new icon. 2012-08-31 10:46:33 +01:00
jules
18e07fcd95 Introjucer: fixed bundle identifier generation. 2012-08-10 08:26:13 +01:00
jules
c65c7dd4a4 Introjucer: misc internal refactoring. 2012-07-09 10:15:26 +01:00
jules
17e59cf95f Introjucer: made sure the new project wizard creates an exporter for the current OS. 2012-07-03 12:07:05 +01:00
jules
6eaba30646 Fixed some DocumentWindow behaviour in the library and introjucer. 2012-06-25 18:35:29 +01:00
jules
a2845d8895 Introjucer: some preliminary AAX work. 2012-05-09 12:06:47 +01:00
jules
10815d9e4d Introjucer: made the project wizard create some default exporters. 2012-04-24 10:50:00 +01:00
jules
b8397a9888 Added some iterators for introjucer projects. 2012-02-10 18:50:07 +00:00
jules
2e664976ec Changed the introjucer's config list system: each exporter now contains its own list of configs. If you load an old project, its global config list will be copied into each of its exporters. Added x64 support for VC2010 projects, as an option in its configs. 2012-02-09 13:35:37 +00:00
jules
f7d3521e06 Introjucer: minor refactoring + enabled clang c++0x option. 2012-02-04 17:33:34 +00:00
jules
c7354b927e Introjucer updates to the new project wizard and module update system. 2011-10-03 13:05:21 +01:00
Julian Storer
2d56bedab5 Introjucer update to provide downloading of new modules directly from the website. 2011-09-17 16:15:38 +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
e627847d32 More introjucer refactoring. 2011-07-06 13:35:17 +01:00
Julian Storer
2dff4cd3fa GIF decoding fix. Introjucer refactoring work. 2011-07-04 11:20:17 +01:00
Julian Storer
98ba259599 Minor introjucer clean-ups. 2011-07-03 18:51:54 +01:00
Julian Storer
f04309f44a Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers. 2011-04-07 13:49:01 +01:00
Julian Storer
82e8d68a5d Renamed the experimental jucer as the Introjucer. 2011-03-08 11:41:28 +00:00
Renamed from extras/Jucer (experimental)/Source/Project/jucer_NewProjectWizard.cpp (Browse further)