jules
|
f6395d4cda
|
Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.
|
11 years ago |
jules
|
3a89869bdb
|
Removed the -march flag from the introjucer makefile so that it will build on non-Intel architectures
|
11 years ago |
jules
|
0e591abe0f
|
Introjucer: Stripped a couple of defunct values out of the generated linux makefiles.
|
11 years ago |
jules
|
12771a9f56
|
Updated introjucer version number
|
11 years ago |
jules
|
fefceaf20d
|
Introjucer: fixed the list of exporter types
|
11 years ago |
Felix Faire
|
02c95c45d4
|
Updated Icon Design and Binary Data
|
11 years ago |
Felix Faire
|
06b9bdefb6
|
Added AudioComponentTemplate
|
11 years ago |
jules
|
03a8f3987e
|
Added new wizard types
|
11 years ago |
jules
|
c397984fe9
|
Whitespace
|
11 years ago |
jules
|
80214e458c
|
First version of new introjucer templates page
|
11 years ago |
jules
|
a382bfc008
|
Resaved project files
|
11 years ago |
jules
|
633ff931d6
|
Introjucer: made sure the linux makefiles don't do crazy things when given mis-typed config names.
|
12 years ago |
jules
|
eee868ae02
|
Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number.
|
12 years ago |
jules
|
526ae27e8e
|
Made the introjucer linux build use c++11 mode.
|
12 years ago |
jules
|
b9636ce02b
|
Introjucer: when exporting, added the modules folders to the include path.
|
12 years ago |
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.
|
12 years ago |
jules
|
9113a7d6ab
|
Introjucer: internal refactoring work.
|
12 years ago |
jules
|
68227e8b29
|
Introjucer: Fixed an ordering problem in linux makefile generation.
|
12 years ago |
jules
|
a82ab2fd8e
|
Introjucer: made linux exporter use same flags for C files
|
12 years ago |
jules
|
c8fe9cab4b
|
Rebuilt projects
|
13 years ago |
jules
|
5ee84916a3
|
Introjucer: per-config linux makefile architecture setting.
|
13 years ago |
jules
|
bb008cb1ba
|
Merged the old Jucer into the introjucer.
|
13 years ago |
jules
|
5428554cda
|
Added a flag to disable bypass in RTAS.
|
13 years ago |
jules
|
87db662f29
|
Introjucer: code editor improvements, icon class reshuffle.
|
13 years ago |
jules
|
44e454f0b7
|
Introjucer: colours and refactoring.
|
13 years ago |
jules
|
f824e99f2d
|
Introjucer: refactoring and addition of appearance settings window for editor colours + fonts.
|
13 years ago |
jules
|
7f499caf5f
|
Introjucer: refactored some filenames.
|
13 years ago |
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
13 years ago |
jules
|
79381ced5d
|
Removed GLU from the list of default libraries.
|
14 years ago |
jules
|
9c719306c9
|
Added -ldl to linux builds. Tidied up a few warnings.
|
14 years ago |
jules
|
7241a03860
|
Introjucer: Added a library paths settings for all platforms.
|
14 years ago |
jules
|
84d438aebc
|
Revamped the introjucer's settings page, making it easier to navigate than the old tabbed layout. Also, tweaked Viewport to be more resilient to changes in its content's size.
|
14 years ago |
Julian Storer
|
172d2a1c8b
|
Introjucer work.
|
14 years ago |
Julian Storer
|
f04875879e
|
Introjucer work. Improved command line tokenisation in OSX.
|
14 years ago |
Julian Storer
|
693132a6e5
|
Changed the way module code is wrapped by the Introjucer.
|
14 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..
|
14 years ago |
Julian Storer
|
2dff4cd3fa
|
GIF decoding fix. Introjucer refactoring work.
|
14 years ago |
Julian Storer
|
82e8d68a5d
|
Renamed the experimental jucer as the Introjucer.
|
15 years ago |
Julian Storer
|
44ece5a54a
|
Updated the new jucer to handle inherited preprocessor defs, and to use them when expanding some of its parameter strings.
|
15 years ago |
Julian Storer
|
0ca53b3098
|
New feature in the (new) jucer: automatic download of the latest source code version. Fix for File::findChildFiles. VST host channels fix.
|
15 years ago |
Julian Storer
|
ca5fbd17f0
|
More Jucer reorganisation
|
15 years ago |
Julian Storer
|
568e6260c3
|
Reorganised the Jucer project structure.
|
15 years ago |
Julian Storer
|
4521e6ea84
|
Small fixes for Jucer makefiles.
|
15 years ago |
Julian Storer
|
0c541cfba2
|
More changes to Drawables + Jucer development.
|
15 years ago |
Julian Storer
|
1b6eb960e3
|
Added HTTP header retrieval functionality to the URL class. More drawable and Jucer development.
|
15 years ago |
Julian Storer
|
8ff6737261
|
Major changes to the way Drawables are converted to ValueTrees (with more changes still to come in this area). Important fix to DirectoryIterator. Minor fix for ASIO. Jucer development.
|
16 years ago |
Julian Storer
|
64905b472f
|
Jucer improvements to cope with multiple juce paths.
|
16 years ago |
Julian Storer
|
b46e94cffd
|
New class StringPool. Removed the class var::identifier from its parent class, and renamed it "Identifier" - I've left a typedef in var to allow old code to still work, but I'll remove this at some point, so please switch to using the new classname directly. Jucer development.
|
16 years ago |
Julian Storer
|
7cf5140eb2
|
Made Value constructor explicit. Jucer development.
|
16 years ago |
Julian Storer
|
7ed446b5fd
|
Tweak to TextInputTarget. Code clean-ups. Jucer development.
|
16 years ago |