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

4847 commits

Author SHA1 Message Date
jules
28fc4e5aaf Updated some introjucer project files. 2014-12-23 17:53:52 +00:00
jules
d9e902e80f Workarounds for build problems with mingw in C++11 mode. 2014-12-23 15:34:32 +00:00
jules
8c66a5e767 Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 2014-12-23 15:01:10 +00:00
jules
bebf363fd1 Added a new example project to the repository. 2014-12-23 13:02:35 +00:00
jules
f146765b14 Tweaked the OSX openGL context to hopefully fix problems enabling multisampling mode. 2014-12-23 12:42:39 +00:00
jules
f7ccb5a5c0 Removed the noTail call in the VST wrapper, which was getting incorrectly set by plugins which reported an unknown tail size of 0 2014-12-23 11:52:33 +00:00
jules
d30b22e459 Updated a system header name for Android. 2014-12-23 10:54:41 +00:00
jules
d3bca77a16 Additions needed for passing launch URLs to the command-line in OSX apps. 2014-12-23 10:46:08 +00:00
jules
b1cd30842e Introjucer: added an option in linux to avoid setting the -march flag. 2014-12-23 10:06:12 +00:00
jules
6859b9939b Bit of a clean-up in AudioProcessorGraph. 2014-12-23 09:53:49 +00:00
jules
d1ae0092bf Avoided MSVC compiler warning in an example. 2014-12-23 08:54:32 +00:00
jules
4260a08038 Added a Windows version of the MouseCursor::CopyingCursor types. 2014-12-22 18:34:57 +00:00
jules
370c562c3c Added parameter change support to VST3 hosting. 2014-12-22 18:25:50 +00:00
jules
bdfcfe153d DRYed some VST3 code 2014-12-22 17:39:19 +00:00
jules
2bacad372f Introjucer: Fix for handling spaces in some Xcode project paths. 2014-12-22 09:40:12 +00:00
jules
33e9e38345 Minor tidying-up. 2014-12-18 14:36:41 +00:00
jules
d710fe0309 Workaround for mingw. 2014-12-18 12:51:28 +00:00
jules
d4a913d9ec Added a method ListBox::getHeaderComponent() 2014-12-18 11:23:14 +00:00
jules
12771a9f56 Updated introjucer version number 2014-12-17 10:56:31 +00:00
jules
91b5d77477 Version number update 2014-12-16 17:21:34 +00:00
jules
ad967325cd Introjucer: Added a flag to the iOS plist to work around flickering problems when launching the app caused by the OS giving strange screen size values. 2014-12-16 17:20:43 +00:00
jules
0b67cb2b93 Workaround to avoid misplaced wheel events when scrolling a viewport than contains wheel-able subcomponents. 2014-12-16 16:28:02 +00:00
jules
aae0b7a5af Project re-save 2014-12-16 16:08:01 +00:00
jules
aecbf88998 Added method URL::withParameters 2014-12-16 16:04:21 +00:00
jules
91174c13e6 Updated .gitignore to ignore opensdf files. 2014-12-16 16:01:23 +00:00
jules
a0b0b0f7ca Optimisation to component image caching. 2014-12-16 15:19:41 +00:00
jules
70d475d25f Introjucer: added command-line options for setting version number. 2014-12-16 15:14:25 +00:00
jules
2cab1f54de Endianness fix for header magic in VST FXB file reading/writing. 2014-12-15 13:17:29 +00:00
jules
5eb98197b8 Tweaked linux midi to use direct rather than buffered output. 2014-12-15 13:08:56 +00:00
jules
f8c3fea5da Changed class visibility to avoid an MSVC DLL build problem. 2014-12-15 13:05:25 +00:00
jules
9d9f94cadd Minor android compile fix. 2014-12-13 12:34:18 +00:00
jules
918736a601 Fixed spelling. 2014-12-12 16:36:19 +00:00
jules
0d9e7a7128 Avoided using the C library for a couple of function calls in NormalisableRange. 2014-12-11 19:00:35 +00:00
jules
b9d317db98 Warning fix. 2014-12-11 18:56:14 +00:00
jules
9d895619c8 Fixed a compile error in older versions of Xcode 2014-12-11 10:58:13 +00:00
jules
e090d569b7 Updated FLAC to version 1.3.1 2014-12-10 19:23:00 +00:00
jules
15ddb6699e Fix for some problems with the CFString utf16 implementation. 2014-12-09 10:50:03 +00:00
jules
893774561d Fix for OSX window coordinate conversion mistake. 2014-12-08 12:40:40 +00:00
jules
9c1f3fcf78 Avoided VC warning. 2014-12-08 11:07:23 +00:00
jules
d89300b7c9 Added support for the pageFinishedLoading on iOS web browser. 2014-12-03 12:58:45 +00:00
jules
cfc5c8569a Tweak to avoid false alarm assertions in relative positioning. 2014-12-03 12:46:49 +00:00
jules
454bddbb43 Tried to avoid problems with introjucer running as a command-line app on headless linux 2014-12-03 12:42:39 +00:00
jules
8f1dbc254b Avoided an edge-case in the ResamplingAudioSource 2014-12-03 12:38:04 +00:00
jules
50a55b2e9c Avoided a few compiler warnings. 2014-12-03 11:45:15 +00:00
jules
ccdd0aa94f Made ComboBox::addItemsToMenu virtual 2014-12-03 11:42:23 +00:00
jules
e58f385806 Added explicit cast to jboolean in an android JNI call. 2014-12-02 10:50:30 +00:00
jules
52f4d01831 Avoided some compiler warnings 2014-12-02 10:17:09 +00:00
jules
97ecefaf1e Introjucer: Added pre-resize user code block to generated resize() methods. 2014-12-01 09:34:12 +00:00
jules
8cd6c4d2da Added some win32 RTAS code to help handle esc and return keys. 2014-12-01 09:28:59 +00:00
jules
91464bc49f Cleaned up a few mistakes in the GL example project. 2014-11-30 11:14:17 +00:00