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.
|
13 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.
|
15 years ago |
Julian Storer
|
64905b472f
|
Jucer improvements to cope with multiple juce paths.
|
15 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.
|
15 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 |
Julian Storer
|
0d611ec065
|
Reduced the dependencies of the juce demo. Jucer development.
|
16 years ago |
Julian Storer
|
39ced6543a
|
Small additions to ValueTree, Rectangle, AudioDeviceSelectorComponent. Jucer development.
|
16 years ago |
Julian Storer
|
7baa7fa209
|
Fixed some VST includes on windows. Jucer development.
|
16 years ago |
Julian Storer
|
a612dfdc2f
|
String fix. Minor additional methods for FileBasedDocument and Slider. Jucer development.
|
16 years ago |
Julian Storer
|
8de537e52c
|
Minor Jucer updates. Fix for strange PNG problem. ICC and VC6 compilation changes.
|
16 years ago |
Julian Storer
|
188299adb9
|
First check-in of the new Jucer codebase.
|
16 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.
|
16 years ago |
Julian Storer
|
e4801068ad
|
Updates to jucer-generated projects.
|
16 years ago |
Julian Storer
|
305d58519a
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
16 years ago |