tpoole
|
7e9b8fd923
|
Improved a menu label in the standalone filter window
|
2017-03-20 09:43:13 +00:00 |
|
ed
|
f855806602
|
Added 'JUCE_USE_WINDOWS_POINTER_API' flag to juce_gui_basics.h to enable/disable the advanced Windows pointer API (only available on Windows 8 and above).
|
2017-03-17 11:49:04 +00:00 |
|
jules
|
b8d1183f78
|
Fixed a typo in a comment
|
2017-03-17 11:44:32 +00:00 |
|
hogliux
|
dcc35c5dd6
|
Fixed a VST3 bug where a WaveLab workaround would unintentionaly mute buses for certain multi-bus plug-ins
|
2017-03-17 11:15:23 +00:00 |
|
hogliux
|
d0b704c6d4
|
Fixed a potential crash in the VST3 wrapper when certain buses are disabled
|
2017-03-16 17:41:33 +00:00 |
|
hogliux
|
de723216b5
|
Fixed an issue where the bus enabled radio button in the audio demo host would not update properly
|
2017-03-16 17:23:26 +00:00 |
|
tpoole
|
ca1b03a22d
|
Minor style fixes
|
2017-03-16 10:54:14 +00:00 |
|
tpoole
|
f670b0a9d9
|
Removed some VS project files with old names
|
2017-03-16 09:53:56 +00:00 |
|
jules
|
4b1d4c9681
|
Added a cast to avoid a compiler warning
|
2017-03-16 09:34:42 +00:00 |
|
tpoole
|
1dd4b05516
|
Resaved all projects
|
2017-03-16 09:24:52 +00:00 |
|
ed
|
8ca0bc6791
|
Fixed call to ComponentPeer::handleMouseEvent() in FakeMouseMoveGenerator. Added isPen() and isMouse() methods to MouseInputSource.
|
2017-03-16 08:53:46 +00:00 |
|
tpoole
|
5920bcd20b
|
Fixed WinRT MIDI static initialisation error
|
2017-03-15 17:24:43 +00:00 |
|
ed
|
b7b8d5be57
|
Multiple fixes for touch and pen input on Windows
|
2017-03-15 17:16:04 +00:00 |
|
hogliux
|
2e08db47ff
|
Added a shader workaround for GPUs on older Android devices
|
2017-03-15 13:21:11 +00:00 |
|
ed
|
501d7299a6
|
Added documentation for some missing LittleFoot methods
|
2017-03-15 10:19:53 +00:00 |
|
hogliux
|
2ca5a9c32b
|
Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK
|
2017-03-14 18:01:21 +00:00 |
|
hogliux
|
bcf743b33f
|
Removed whitespace characters from MSVC project names
|
2017-03-14 17:12:00 +00:00 |
|
tpoole
|
112b88f289
|
Made the WinRT MIDI service run on app startup
|
2017-03-14 15:24:32 +00:00 |
|
hogliux
|
08483a0138
|
Fixed a VS 2017 compiler warning
|
2017-03-14 15:09:39 +00:00 |
|
hogliux
|
bba9c7e9ed
|
Added Visual Studio 2017 exporter to the Projucer
|
2017-03-14 12:54:43 +00:00 |
|
jules
|
4fa73d7bb6
|
Minor clean-ups in projucer translation code
|
2017-03-13 17:35:50 +00:00 |
|
hogliux
|
9c7ee8710a
|
Added support for VST3 SDK 3.6.7
You will need to update your VST3 SDK!
|
2017-03-13 17:15:57 +00:00 |
|
Christopher Fonseka
|
405b589f3f
|
Fixed issue where return and newline characters were not being removed when using the —trans-finish command
|
2017-03-13 17:13:01 +00:00 |
|
jules
|
35f78e15fb
|
Added printout of SystemStats::getNumPhysicalCpus() to demo app
|
2017-03-13 14:34:33 +00:00 |
|
jules
|
6658f1fa70
|
Fixed a documentation typo
|
2017-03-13 14:14:04 +00:00 |
|
jules
|
f6873c2273
|
(Fixed a typo in linux code in the last commit)
|
2017-03-13 12:10:47 +00:00 |
|
jules
|
2d192bed9b
|
Added method SystemStats::getNumPhysicalCpus()
|
2017-03-13 10:38:53 +00:00 |
|
jules
|
d6bf2e8cf9
|
Added line spacing to TextEditor and methods to set/get the current line spacing
|
2017-03-10 17:07:34 +00:00 |
|
hogliux
|
c26f9f3720
|
Added Projucer option to select c++ language standard in Android exporter
|
2017-03-10 14:51:49 +00:00 |
|
jules
|
f207ebb6d8
|
BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware
|
2017-03-10 14:42:54 +00:00 |
|
ed
|
beab10fca7
|
Added a check in ImagePreviewComponent to avoid reading directories
|
2017-03-10 14:39:17 +00:00 |
|
hogliux
|
f506cc7f5d
|
Doubled the default number of Android OpenSL buffers to avoid glitches on a wider range of devices by default
|
2017-03-10 12:09:13 +00:00 |
|
hogliux
|
89a53dbf89
|
Fixed uninitialised variables in Android OpenSL which may have resulted in OpenSL using the slow audio path
|
2017-03-10 12:06:39 +00:00 |
|
hogliux
|
eb89d1ab31
|
Added a new command line argument to create a finished translation file
|
2017-03-10 10:54:09 +00:00 |
|
tpoole
|
7094b04a9b
|
Changed some text to Title Case in AudioDeviceSelectorComponent
|
2017-03-10 10:06:00 +00:00 |
|
tpoole
|
2398f4c1d3
|
Used AsyncUpdater for iOS stream format changes
|
2017-03-08 11:03:01 +00:00 |
|
hogliux
|
23b6450e62
|
Fixed a typo in recent commit to address an armeabi internal compiler bug
|
2017-03-08 10:57:28 +00:00 |
|
jules
|
a96163df2a
|
Fixed a couple more unused variables in iOS audio
|
2017-03-08 10:29:26 +00:00 |
|
hogliux
|
80a226204a
|
Added workarounds for an internal compiler error bug on armeabi Android
|
2017-03-08 10:23:13 +00:00 |
|
jules
|
279c4bc4db
|
Fix for some unused variables in iOS audio
|
2017-03-08 10:08:49 +00:00 |
|
tpoole
|
d8504a6090
|
Moved iOS stream format changes to the message thread
|
2017-03-07 17:13:23 +00:00 |
|
jules
|
9c75f13a4f
|
Added a method JavascriptEngine::callFunctionObject() for invoking javascript methods in DynamicObject native methods
|
2017-03-07 15:51:01 +00:00 |
|
hogliux
|
3f223d2caa
|
Added breaking changes documentation to root folder of JUCE
|
2017-03-07 11:02:17 +00:00 |
|
hogliux
|
85900377b9
|
Fixed a typo in the documentation of the NativeMessageBox::showYesNoBox method
|
2017-03-07 09:40:31 +00:00 |
|
jules
|
e16554abb3
|
Added packing when WaveAudioFormat writes SMPL chunks with zero loops
|
2017-03-06 16:02:51 +00:00 |
|
jules
|
39284e1d0f
|
Added static method Timer::callAfterDelay() to invoke a one-shot lambda function
|
2017-03-06 15:05:14 +00:00 |
|
jules
|
d3bb833f0e
|
Made File::getRelativePathFrom() return '.' if comparing two identical folders.
|
2017-03-06 15:02:24 +00:00 |
|
hogliux
|
51d5572220
|
Added showYesNoBox to NativeMessageBox class
|
2017-03-06 12:39:09 +00:00 |
|
ed
|
0fa188ab5b
|
Reverted #6d356423 as it broke centring for child components
|
2017-03-06 11:45:15 +00:00 |
|
tpoole
|
607b09ab7b
|
Fixed graphics dependent header includes for IAA
|
2017-03-06 10:31:38 +00:00 |
|