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

1160 commits

Author SHA1 Message Date
jules
82b9a6d6e5 Added a section to jucer template file. 2012-11-23 17:30:20 +00:00
jules
f6ce67ed4a OpenGL context now supports high DPI displays. Added operator* to Rectangle class. 2012-11-15 17:55:57 +00:00
jules
699b5303e2 Android: multi-touch support. 2012-11-13 17:14:32 +00:00
jules
c391b5eab8 Introjucer: added an extra icon ID in the MSVC resource file. 2012-11-13 16:19:49 +00:00
jules
edc45e9aba Workaround for android's new file scanning behaviour when using the device as a USB drive. 2012-11-08 15:53:50 +00:00
jules
9bf10e2caa Introjucer: Xcode fix for properties which end in a quote. 2012-11-08 13:50:25 +00:00
jules
d79fcf1d32 Introjucer: swapped the xib file for a nib file. 2012-11-08 11:28:16 +00:00
jules
3374dff2aa Fix for android zero-height bitmap problem. 2012-11-04 16:48:09 +00:00
jules
2c72bfac6c Reimplemented the VST hex/decimal version change. 2012-11-02 19:54:48 +00:00
jules
aa0eb1a75d Changed the VST version number to be parsed as base-10 rather than base-16. 2012-11-02 17:14:44 +00:00
jules
f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 2012-10-28 18:38:10 +00:00
jules
7850bebd47 Introjucer: made the string literal tool break long strings across multiple lines. 2012-10-28 11:14:26 +00:00
jules
fdb31aff5c Added Logger::getCurrentLogger method. 2012-10-25 21:35:38 +01:00
jules
828d6f8e18 Introjucer: when saving very large amounts of binary data, it now splits it across multiple cpp files 2012-10-25 14:35:22 +01:00
jules
565cb189ea Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux. 2012-10-22 12:28:46 +01:00
jules
81232e6442 Demo plugin fix. 2012-10-22 09:49:13 +01:00
jules
422b0df651 Updated some introjucer template files. Updated project files. 2012-10-21 12:18:37 +01:00
jules
a1614a8879 Minor changes for VC2005 2012-10-18 16:24:27 +01:00
jules
5ed768e953 New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 2012-10-18 13:53:02 +01:00
jules
ab7c03a99e Introjucer: Added MSVC option for using DLL runtime lib. 2012-10-18 11:08:56 +01:00
jules
fae88c8b88 Minor documentation updates. Added MidiMessageSequence::sort() method. 2012-10-17 17:03:05 +01:00
jules
c50a70669a Introjucer: handling quotes in preprocessor defs in Xcode 2012-10-11 16:35:03 +01:00
jules
53401e246f Minor tweak to a Jucer template. 2012-10-10 21:08:05 +01:00
jules
877ac3b683 Introjucer: RTAS path fix. 2012-10-10 14:18:52 +01:00
jules
6cba4c505e Added a JucePlugin_RTASDisableMultiMono setting. 2012-10-10 10:32:33 +01:00
jules
4226589a43 Updated some help content for the how-to-build-a-plugin doc. 2012-10-10 10:30:10 +01:00
jules
53edf99901 Added a class KnownPluginList::PluginTree for accessing a sorted tree of plugins. Misc other improvements to plugin hosting. Also added methods for getting a plugin's VSTXML data. 2012-10-10 10:29:38 +01:00
jules
2758080d7e Introjucer: added Xcode pre-build script. 2012-10-08 20:21:24 +01:00
jules
6a280720d5 Introjucr: RTAS path fix. 2012-10-05 17:30:38 +01:00
jules
128aacaccb Introjucer: added an extra search path for Xcode carbon headers. 2012-10-03 21:01:40 +01:00
jules
c38cb0a7b9 Introjucer: images files that aren't marked as being a binary include are added to the Xcode project as resources. 2012-10-02 12:57:40 +01:00
jules
0640631d80 Added a JucePlugin_Version define to the audio plugin headers. 2012-10-01 10:20:33 +01:00
jules
9077ba817d Introjucer: fix for Xcode filenames containing @ signs. 2012-09-28 11:15:07 +01:00
jules
bc259dc955 Added flag: JucePlugin_AAXDisableBypass 2012-09-28 09:23:07 +01:00
jules
d830f6c5d4 Couple of fixes for win32 AAX builds. 2012-09-26 15:46:39 +01:00
jules
53784490b2 Minor fixes and clean-ups. 2012-09-26 12:38:56 +01:00
jules
d9d5a6ae51 Introjucer: improved the new project wizard code. 2012-09-25 23:13:45 +01:00
jules
29e5dd20e2 Introjucer: editor updates 2012-09-25 22:23:14 +01:00
jules
db5c92f760 Introjucer: module error handling. 2012-09-25 17:20:56 +01:00
jules
da4d2a46cb Refactored audio plugin DllMain. 2012-09-25 17:20:32 +01:00
jules
6b1654e1d2 Fixed some more warnings. 2012-09-24 15:45:25 +01:00
jules
0033491cc8 Cleaned up some compiler warnings. 2012-09-24 14:03:54 +01:00
jules
46f1c15f92 Introjucer: fix for binary data with duplicate filenames. 2012-09-24 12:08:33 +01:00
jules
faf92ea026 Old jucer: eliminated the 'L' string literal prefix. 2012-09-21 12:15:39 +01:00
jules
08dd8f62c7 Got rid of the remaining uses of juce_useDebuggingNewOperator in the old Jucer template. 2012-09-20 13:49:12 +01:00
jules
63085a7185 Introjucer: minor fixes. 2012-09-20 12:27:39 +01:00
jules
bb37710eca Introjucer: shutdown fix. 2012-09-20 11:29:55 +01:00
jules
0a1c88be30 Android: setting targetSDKVersion flag. 2012-09-20 08:53:59 +01:00
jules
06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 2012-09-19 18:39:57 +01:00
jules
e77d5b12ef Some clean-ups and additions to Logger and FileLogger classes. Added some logging to the Introjucer. 2012-09-19 15:22:39 +01:00