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

290 commits

Author SHA1 Message Date
jules
16469fefe9 Spelling fix. 2013-12-30 15:49:32 +00:00
jules
4d79bed3d1 Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
jules
2c3d639d91 Introjucer: fix for RTAS path when exporting VC projects. 2013-11-26 09:38:09 +00:00
jules
63cb062d35 Initial commit of VST3 hosting. 2013-11-21 13:27:36 +00:00
jules
5c98d8f48f Introjucer: command line warning fix. 2013-11-19 10:29:01 +00:00
jules
5ffd878ebc Introjucer: made modules work better when the project doesn't contain any targets that will build on the current OS. 2013-11-12 10:29:04 +00:00
jules
a9c4a69408 Introjucer: added a button to copy module paths across all modules. 2013-11-11 16:13:43 +00:00
jules
172f19f4a4 Introjucer: fix for module deletion bug, and some clean-ups. 2013-11-03 12:56:50 +00:00
jules
14cb377f77 Introjucer: fix to paths when copying modules locally. 2013-11-02 16:41:11 +00:00
jules
2c9c35d3c3 Fixed a few compiler warnings. 2013-11-01 10:43:30 +00:00
jules
f4a5a0ecb4 Introjucer: better exporting of absolute module paths in android makefiles. 2013-10-28 21:37:21 +00:00
jules
63587c007b Introjucer: sorted out a win32 filename handling issue. 2013-10-28 12:37:12 +00:00
jules
03e14b7851 Introjucer: fixed a bug when deleting modules; added a button to set copying mode for all modules. 2013-10-28 12:34:00 +00:00
jules
365e4611fa Introjucer: misc minor fixes + tweaks. 2013-10-18 10:31:08 +01:00
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
8e4825e7bd Introjucer: avoided problems when closing a GUI comp which is a sub-component of another currently-loaded GUI component. 2013-10-15 20:53:28 +01:00
jules
cb2e2aa607 Introjucer: added a "defines" parameter to the module manifest format, to allow it to set modules to set project-wide preprocessor defs. 2013-10-15 18:48:40 +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
b58d5da64d Introjucer: fixed some compiler warnings. 2013-10-14 15:47:49 +01:00
jules
0ba5b01497 Introjucer: avoided losing the filename suffix when dropping folders into the tree. 2013-10-14 14:18:49 +01:00
jules
c6becf2532 Introjucer: stopped the modules panel from hammering the website. 2013-10-05 19:14:03 +01:00
jules
20fa1be6ed Introjucer: fix for finding modules on linux. 2013-10-02 10:56:02 +01:00
jules
b9636ce02b Introjucer: when exporting, added the modules folders to the include path. 2013-10-01 20:14:37 +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
9113a7d6ab Introjucer: internal refactoring work. 2013-09-21 22:18:05 +01:00
jules
94da373c31 Fixed a couple of rendering problems when using global scale factors. 2013-09-17 10:23:17 +01:00
jules
3ab3c79589 Introjucer: avoided some MSVC warnings. 2013-09-16 18:12:27 +01:00
jules
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +01:00
jules
a8b41cb717 Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available. 2013-09-13 14:36:45 +01:00
jules
14cfa338b6 Avoided a false assertion in File. Minor clean-ups. 2013-09-10 15:11:20 +01:00
jules
f3333aa29d Introjucer: added a couple of view menu options. 2013-09-10 11:18:40 +01:00
jules
ec524a437d Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h 2013-09-09 21:43:57 +01:00
jules
fecba9c31c New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 2013-09-09 20:07:17 +01:00
jules
3fe9d3ee93 Minor clean-ups. 2013-08-20 09:48:19 +01:00
jules
53ae95b730 Introjucer: fix for a situation where project groups could get duplicate IDs. 2013-08-05 17:11:26 +01:00
jules
127342e147 Introjucer: minor refactoring. 2013-08-04 17:53:56 +01:00
jules
29ada09816 Cleaned up some unused variables. 2013-08-01 12:40:50 +01:00
jules
22f492e619 Introjucer: added AAX identifier setting box. 2013-07-23 16:30:16 +01:00
jules
f196f88330 Introjucer: added a menu to choose which IDE to launch when there's more than one. 2013-07-16 13:45:40 +01:00
jules
3861a04197 Some more override decorations. 2013-07-10 14:55:26 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +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
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
135a9d1f5f Introjucer: Avoided duplicated VST path setting. 2013-06-21 16:54:04 +01:00
jules
fc79df875f Refactoring of some glypharrangement code. 2013-06-15 19:27:34 +01:00
jules
77335b4baa Introjucer: Improvements to the translation tool. 2013-06-14 15:31:00 +01:00
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
5d6a14659c Introjucer: changed to new juce.com URL. 2013-06-12 09:45:56 +01:00
jules
31fc78b314 Minor tidying up. 2013-06-04 10:16:25 +01:00