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

62 commits

Author SHA1 Message Date
jules
e4b96dcf9a Introjucer: some internal refactoring 2016-03-08 09:48:07 +00:00
jules
dea899741d Resaved example projects 2016-02-29 17:17:23 +00:00
jules
60e072f3c4 Added a new class: StatisticsAccumulator 2016-02-12 17:28:54 +00:00
hogliux
f9be90f52b Bump introjucer version number 2015-12-16 18:40:59 +00:00
jules
42120d0fe2 Added MPE (Midi Polyphonic Expression) classes 2015-12-10 10:57:29 +00:00
hogliux
fc32cda3c1 Bump the Introjucer version number to 4.0.2 and re-save the project 2015-11-17 17:57:02 +00:00
jules
2d51b7d315 Bumped the Introjucer version number 2015-11-03 11:07:08 +00:00
jules
810f2bfb2a Introjucer: Added Android Studio exporter 2015-11-02 16:13:46 +00:00
Timur Doumler
c922162b03 Introjucer: added global preferences window and global SDK path settings. 2015-08-11 18:17:23 +01:00
jules
b57e8e3db4 Added Base64 class 2015-08-03 17:55:29 +01:00
hogliux
c4d0270f5d Resaved project files. 2015-07-22 16:58:25 +01:00
hogliux
0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 2015-07-22 12:53:22 +01:00
jules
dab1a549b9 Introjucer: some internal refactoring. 2015-07-02 14:47:22 +01:00
jules
372ea8779b Resaved projects. 2015-02-26 16:37:31 +00:00
jules
df129087ed Resaved all project files. 2015-02-09 11:53:57 +00:00
jules
12771a9f56 Updated introjucer version number 2014-12-17 10:56:31 +00:00
jules
fefceaf20d Introjucer: fixed the list of exporter types 2014-11-19 14:26:39 +02:00
Felix Faire
02c95c45d4 Updated Icon Design and Binary Data 2014-11-13 11:29:16 +00:00
jules
e4d9c00264 Began auto-updater 2014-11-06 15:04:38 +00:00
jules
4c87324e86 Added blank project and made examples button work 2014-11-05 16:42:42 +00:00
jules
46547bf8d6 More introjucer cleanup 2014-11-04 12:27:57 +00:00
jules
b9fe4d5811 Merged new demo code + tidied a few bits and pieces. 2014-11-04 11:03:34 +00:00
Felix Faire
04ea934f00 Added OpenGLAppTemplate 2014-10-30 16:14:59 +00:00
Felix Faire
06b9bdefb6 Added AudioComponentTemplate 2014-10-30 11:16:51 +00:00
Felix Faire
ff6520a89a Added Animated App template and examples 2014-10-29 15:55:23 +00:00
jules
653a68ddee Added includes of new template classes. 2014-10-28 14:22:54 +00:00
jules
6a12eaf7de Merge branch 'master' into develop 2014-10-28 14:20:19 +00:00
jules
7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 2014-10-26 19:36:54 +00:00
jules
cfee4c88f2 Merge remote-tracking branch 'gh/master' into develop 2014-10-26 17:42:18 +00:00
jules
74571aba11 New class: MountedVolumeListChangeDetector 2014-10-26 17:39:49 +00:00
jules
03a8f3987e Added new wizard types 2014-10-22 11:55:48 +01:00
jules
c397984fe9 Whitespace 2014-10-20 15:05:51 +01:00
jules
80214e458c First version of new introjucer templates page 2014-10-20 14:58:01 +01:00
jules
dd678f7e82 Added some VC14 feature support, and moved C++11 detection into its own header file. 2014-10-19 10:51:18 +01:00
jules
a382bfc008 Resaved project files 2014-10-14 17:53:46 +01:00
jules
336b7974d7 Added class: NormalisableRange, to represent a mapping from an arbitrary range down to 0->1 2014-10-13 15:43:01 +01:00
jules
aba0ff9240 Added method AudioProcessorEditor::setControlHighlight() for support of this AAX functionality. 2014-08-14 18:03:13 +01:00
jules
21f13fb909 Resaved some project files. 2014-07-13 19:13:36 +01:00
jules
75770f293c New class: SharedResourcePointer 2014-04-14 13:13:07 +01:00
jules
802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 2014-02-09 11:11:28 +00:00
jules
5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
jules
eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 2014-01-04 18:26:03 +00:00
jules
d63668a5c1 Added XML and Lua tokenisers for the CodeEditorComponent 2013-12-08 12:27:36 +00:00
jules
be461fa03c Very cool new feature: JUCE_LIVE_CONSTANT. See the macro's description for more details. 2013-12-03 13:44:15 +00:00
jules
33b8c017f7 Added an icon for the Android build of the demo. 2013-12-02 11:26:23 +00:00
jules
bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00
jules
674c0704fe Resaved projects. 2013-10-16 12:49:57 +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
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