1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00
Commit graph

4875 commits

Author SHA1 Message Date
jules
96054060cd Tweak to avoid a compiler warning. 2015-01-06 09:51:52 +00:00
jules
67acb27062 OSX TextLayout maximum height fix. 2015-01-06 09:49:49 +00:00
jules
734cae7888 Tweaked a few MSVC warning suppressants. 2015-01-06 09:49:26 +00:00
jules
9f073272f7 More WASAPI improvements. 2015-01-06 09:48:12 +00:00
jules
aea422609c Avoided some compiler warnings about unused functions. 2015-01-03 13:08:24 +00:00
jules
8f5623ca0b Gave MidiKeyboardComponent a keyPressed method to prevent keypresses that it's using from being passed through to parent components. 2015-01-02 15:55:19 +00:00
jules
7704d5ad79 Improvements to parsing AIFF CATE chunks. 2015-01-02 15:54:22 +00:00
jules
392967f818 Removed unused variable. 2015-01-02 09:43:49 +00:00
jules
41152916c0 Made the combo box repaint when its menu is hidden. 2014-12-31 15:26:18 +00:00
jules
79f59afb32 Fixes for WASAPI exclusive mode. 2014-12-31 12:25:20 +00:00
jules
5c802e340c Added method ComboBox::isPopupActive() 2014-12-31 09:55:48 +00:00
jules
f72d65ce84 Moved around some includes to make sure definitions are in place for compiler feature detection. 2014-12-30 17:45:18 +00:00
jules
d14267981a Better detection of some c++11 support. 2014-12-30 17:23:43 +00:00
jules
39da2ea627 Added an internal flag JUCE_OPENGL_CREATE_JUCE_RENDER_THREAD to make non-threaded GL contexts more generically implementable. 2014-12-29 17:14:28 +00:00
jules
92b01ad0b2 Added some extra safeguards against problems when running a headless linux app. 2014-12-29 15:23:57 +00:00
jules
ae8910cbcf Extended the AU wrapper to implement the kAudioUnitProperty_ParameterStringFromValue and kAudioUnitProperty_ParameterValueFromString properties. 2014-12-29 14:53:30 +00:00
jules
aa1cbafd10 Fix for targeting older versions of OSX that don't support initializer_list 2014-12-29 12:44:40 +00:00
jules
a49baa3e52 Modified TextLayout creation functions to take an optional maximum height as well as a maximum width. 2014-12-29 12:07:31 +00:00
jules
04cb9bf3e8 Added an advisory note about deleteAllChildren() 2014-12-29 12:02:35 +00:00
jules
d31d02b4e8 Resaved projects. 2014-12-29 10:24:17 +00:00
jules
268497e8bc Added a number-of-redirects parameter to URL::createInputStream 2014-12-29 10:15:54 +00:00
jules
4d1a63fe3b (Added file missing from last commit) 2014-12-29 09:58:26 +00:00
jules
c0ade582d8 Added new flag JUCE_WASAPI_EXCLUSIVE that provides a new audio device type for opening WASAPI devices in exclusive mode. 2014-12-29 09:48:32 +00:00
jules
5d3e24b7a7 Spelling fix. 2014-12-29 08:54:05 +00:00
jules
2ee8084658 Added a method ComboBox::hidePopup(). 2014-12-28 11:06:57 +00:00
jules
e02d7fc544 Added a missing implementation in ConcertinaPanel 2014-12-28 10:36:33 +00:00
jules
12ab881353 Minor clean-up. 2014-12-26 13:42:17 +00:00
jules
5c48d16548 Fix for an ASIO problem when opening an input-only device 2014-12-26 13:41:01 +00:00
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