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

56 commits

Author SHA1 Message Date
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
jules
968b1e1c12 Resaved projects. 2013-09-07 20:20:16 +01:00
jules
65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
jules
1b9a60e52c Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 2013-07-28 18:08:28 +01:00
jules
98ae8a49d2 Added DPI field to Desktop::Display information. Couple of Android fixes. 2013-06-24 15:53:32 +01:00
jules
794d9d4862 Resaved projects. 2013-06-04 10:23:51 +01:00
jules
6c8fa3e6e7 Introjucer: added a translation tool utility 2013-05-09 10:51:14 +01:00