jules
|
c8f9fdc023
|
Added some safety checks to ComponentAnimator to avoid problems when cancelling animations during resize callbacks
|
2017-02-27 17:02:08 +00:00 |
|
hogliux
|
2bec815bb3
|
Added an option to execute JUCEApplication's suspend() method on an iOS background task to give you extra time to save your app's state
|
2017-02-27 12:24:13 +00:00 |
|
hogliux
|
a839fa24b3
|
Modified AudioChannelSet::getDescription() to return more commonly used names for surround formats (without the "+LFE" part)
|
2017-02-27 11:52:41 +00:00 |
|
jules
|
6a629f985f
|
Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions
|
2017-02-27 11:16:41 +00:00 |
|
tpoole
|
17bc5740a5
|
Fixed a bug opening MIDI devices from a Windows plug-in
|
2017-02-27 10:38:54 +00:00 |
|
hogliux
|
bc79f43175
|
Added getSystemService method to JNI helper android activity methods
|
2017-02-24 17:05:16 +00:00 |
|
jules
|
6eb56c4c0b
|
Minor documentation fix
|
2017-02-24 08:59:57 +00:00 |
|
jules
|
bf02c6e182
|
Minor documentation fix
|
2017-02-24 08:24:32 +00:00 |
|
tpoole
|
059ce35559
|
Fixed a bug in an Objective-C drag and drop helper class
|
2017-02-23 18:10:28 +00:00 |
|
jules
|
c04c9ee56e
|
Added a sanity check on the value returned by DirectoryIterator::getEstimatedProgress()
|
2017-02-23 16:50:52 +00:00 |
|
jules
|
69297d6790
|
Added an assertion to MidiMessage to help catch float/int parameter confusion
|
2017-02-23 16:40:52 +00:00 |
|
jules
|
8011ce4209
|
Added a couple of missing JUCE_API declarations
|
2017-02-23 15:22:52 +00:00 |
|
hogliux
|
d390e41768
|
Fixed an infinite VST3 re-sizing loop in Samplitude Pro X3
|
2017-02-23 13:19:30 +00:00 |
|
tpoole
|
b547673fae
|
Resaved all projects
|
2017-02-23 11:16:12 +00:00 |
|
tpoole
|
69c07d357f
|
Changed Xcode C standard from c99 to c11
|
2017-02-23 10:58:57 +00:00 |
|
tpoole
|
302c42125c
|
Fixed dynamic library filenames in Makefiles
|
2017-02-23 10:36:49 +00:00 |
|
hogliux
|
3bb8dbe3ac
|
Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry
|
2017-02-23 10:01:21 +00:00 |
|
jules
|
e6ea21d1ae
|
Whitespace fix
|
2017-02-23 09:56:58 +00:00 |
|
ed
|
05c6901403
|
Fixed typo in DrawableButton
|
2017-02-23 09:49:40 +00:00 |
|
jules
|
297675c5cb
|
Workaround for a compile error in MSVC DLL builds
|
2017-02-23 09:39:28 +00:00 |
|
jules
|
aa2598ffff
|
Added method JavascriptEngine::stop()
|
2017-02-23 09:38:45 +00:00 |
|
jules
|
91d4ba9891
|
Added method NormalisableRange::setSkewForCentre()
|
2017-02-23 09:15:46 +00:00 |
|
tpoole
|
ab4f269c60
|
Removed brackets from build target names and resaved all projects
|
2017-02-22 17:28:55 +00:00 |
|
tpoole
|
0d660187a9
|
Used Xcode folder references instead of groups for JUCE modules
|
2017-02-22 17:23:58 +00:00 |
|
jules
|
a45b6cd6d9
|
Removed the old Introjucer subfolder
|
2017-02-22 13:57:22 +00:00 |
|
tpoole
|
a6fc53373f
|
Resaved all projects
|
2017-02-22 13:06:47 +00:00 |
|
tpoole
|
b28555838d
|
Added typeface and kerning support to the Projucer GUI editor
|
2017-02-21 21:09:09 +00:00 |
|
ed
|
08707ec85c
|
Fixed bug in ThreeValueVertical Slider where initial mouse down/drag wouldn't get correct thumb index
|
2017-02-21 14:03:50 +00:00 |
|
tpoole
|
0140304e38
|
Removed some #pragma once warnings from Projucer generated code
|
2017-02-21 12:48:38 +00:00 |
|
tpoole
|
9147d986c9
|
Removed the C++98 build option from the Projucer
|
2017-02-21 11:58:41 +00:00 |
|
hogliux
|
327f61eacf
|
Fixed a dead-lock which could occur if an OpenGLContext was created and immedietely deleted before it had a chance to render
|
2017-02-20 20:03:18 +00:00 |
|
hogliux
|
c504875b3f
|
Silenced a MSVC 2013 warning in the previous commit
|
2017-02-20 19:56:13 +00:00 |
|
hogliux
|
d933b4af84
|
Fixed RTAS compilation on Windows and OS X
|
2017-02-20 18:54:22 +00:00 |
|
tpoole
|
9a38505dad
|
Added experimental WinRT MIDI support, enabling BLE MIDI on machines with Windows 10 Anniversary Update installed
|
2017-02-20 17:36:36 +00:00 |
|
tpoole
|
78bbe49616
|
Added some missing license banners
|
2017-02-17 15:56:18 +00:00 |
|
tpoole
|
e33abbc6fe
|
Replaced Projucer-generated header guards with #pragma once and updated the examples
|
2017-02-17 15:34:10 +00:00 |
|
tpoole
|
31c80db5a2
|
Updated .gitignore with the new Visual Studio build products path
|
2017-02-17 15:23:50 +00:00 |
|
hogliux
|
67b0e58187
|
Added code to ensure that assets are not copied when extra assets paths in Android are not specified
|
2017-02-17 11:08:05 +00:00 |
|
tpoole
|
1e2f6fec5c
|
Restored module header #defines
|
2017-02-17 10:26:09 +00:00 |
|
hogliux
|
2e0e984145
|
Add support for adding extra Android assets
|
2017-02-17 09:34:16 +00:00 |
|
tpoole
|
9593557aa7
|
Made KnownPluginList sorting case sensitive and binning case insensitive
|
2017-02-16 17:42:02 +00:00 |
|
tpoole
|
1a80a07a24
|
Improved the standalone BLOCKS SDK README and documentation
|
2017-02-16 15:51:54 +00:00 |
|
tpoole
|
8269f114f9
|
Listed all modules under the ISC license in the README
|
2017-02-16 12:41:28 +00:00 |
|
hogliux
|
6af68f7831
|
Added missing precision specifier in translateFragmentShaderToV3
|
2017-02-16 12:40:44 +00:00 |
|
ed
|
7f8d1008bc
|
Resaved all projects
|
2017-02-16 11:15:28 +00:00 |
|
ed
|
1739f34717
|
Changed Projucer MainWindow templates to use default LookAndFeel background colour instead of always light grey
|
2017-02-16 11:09:08 +00:00 |
|
tpoole
|
73ca34d7b6
|
Added an overload to allow AudioBuffer reference data to contain an offset
|
2017-02-15 16:13:22 +00:00 |
|
ed
|
61ae28b060
|
Fixed bug in ColourSelector::HueSelectorComp where the colour gradient was pink at the bottom
|
2017-02-15 16:01:29 +00:00 |
|
tpoole
|
c563d840da
|
Fixed a bug when looking for a module header in an invalid module
|
2017-02-15 14:43:22 +00:00 |
|
hogliux
|
42305de6da
|
Added method OpenGLContext::executeOnGLThread to help executing gl house-keeping tasks on the gl thread even when the message manager is locked
|
2017-02-14 20:20:32 +00:00 |
|