d126a0cfbb
Fix compiler error on newer Android versions by
2015-06-26 16:29:26 +0100
8b01ffe133
Ensure that JNI callbacks have soft float ABI on arm processors by
2015-06-26 16:28:46 +0100
3010039a23
Go back to juce audio graph instead of custom version by
2015-06-26 16:41:47 +0200
63b466199b
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-06-26 16:40:06 +0200
0e38c68e15
Removed some accidental C++11 syntax in the introjucer. by
2015-06-26 08:27:48 +0100
67436307bf
Include port number in http request header if it is a non-standard port number (see HTTP spec 14.23) by
2015-06-25 16:14:29 +0100
e55dbe1dcb
Update graph code to optimized version by Graeme See http://www.juce.com/forum/topic/optimisations-renderingopssequencecalculator by
2015-06-25 12:07:33 +0200
ee306859eb
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-06-25 11:25:59 +0200
9efbd199a6
Fixes for file-filter separator token parsing on linux zenity and win32. by
2015-06-25 10:07:19 +0100
2860f66953
Fix alignment edge cases of cue points in AIFF files by
2015-06-25 09:44:17 +0100
512d0baf67
Fix audio channel allocation issue on ALSA/linux by
2015-06-25 09:34:57 +0100
6cbab98ab2
Introjucer: update to the format of iOS icons. by
2015-06-24 17:20:31 +0100
355f022f6b
Spelling fixes. by
2015-06-24 12:31:29 +0100
3d7054bcdf
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-06-24 11:17:53 +0200
d3f76766db
Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard. by
2015-06-23 12:44:51 +0100
cd056a89cc
Whitespace fix. by
2015-06-22 20:29:07 +0100
0fc929e37d
Added comments to clarify that URLs can't be opened on the message thread in Android. by
2015-06-22 20:28:39 +0100
9b79610cb0
Added a flag MouseWheelEvent::isInertial (currently only implemented for OSX 10.7 or later), and used this to replace some clunky behaviour in the Viewport class that was there to avoid inertial wheel movements triggering nested scrollable components. by
2015-06-22 20:28:15 +0100
fd74f1a39d
Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment by
2015-06-22 16:22:50 +0100
661533c85d
Fix clang warnings on linux by
2015-06-21 18:31:19 +0200
26143d5034
Introjucer: added a better browser for module paths by
2015-06-21 19:47:48 +0100
b0ca99d26b
Introjucer: made the modules panel update when the filename is edited by
2015-06-21 19:26:26 +0100
d8bc6c52c7
A couple more optimisations of Identifier object passing. by
2015-06-21 19:09:05 +0100
f1c0ceccc3
Removed unused variable by
2015-06-21 18:54:20 +0100
e018192de2
Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. by
2015-06-21 18:54:08 +0100
31a4fd70c5
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-06-21 17:36:30 +0200
d7250c0a90
Fix for menu updating in the demo app. by
2015-06-17 14:46:54 -0500
336c46b5a9
Fix for array size in AudioFormatReader when reading files with > 64 channels. by
2015-06-17 14:01:00 -0500
063ec9c0d1
Updated openGL demo app now that the Matrix3D class works the other (correct!) way around. by
2015-06-17 11:48:10 -0500
33eb52a63e
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-06-17 10:54:53 +0200
f974e238aa
Cleanup by
2015-06-17 10:54:34 +0200
f8cffb5949
Fix some warnings on newer GCC versions on linux by
2015-06-17 10:41:30 +0200
2f94c8019d
Implement proper android scaling support by
2015-06-15 18:08:12 +0100
3236bdca6a
Fix for JUCE_LIVE_CONSTANT in plugins. by
2015-06-15 10:10:39 -0500
a52ed14607
Fixed a spelling mistake by
2015-06-15 10:10:10 -0500
e82e9f2671
Avoided an exception in MouseCursor when running on very old OSX versions. by
2015-06-15 10:09:50 -0500
65ba31731a
Added a copy constructor to SharedResourcePointer by
2015-06-15 10:03:44 -0500
ed7c16dd7a
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-06-13 03:56:58 +0200
25dd942b66
Rework LV2 time position, working nicely now by
2015-06-13 03:56:39 +0200
ca136520dd
Remove usage of LV2 units, not compatible with 0.0-1.0 range by
2015-06-12 23:43:18 +0200
3285c2b8b4
Modified the OSX mouse cursor code to do a better job on high-DPI displays. by
2015-06-12 11:45:42 -0700
43283b3d03
Added a couple of methods to Rectangle to return its limits as Range objects. by
2015-06-11 09:13:13 -0700
f3e2ea6b14
Added compile-time check to juce_ContainerDeletePolicy to catch undefined behaviour due to deletion of pointer to incomplete type. by
2015-06-10 22:40:56 +0100
636720fa27
Fixed matrix multiplication bug: Matrix3D operator* was implemented the wrong way around. by
2015-06-10 21:53:42 +0100
324f26cc11
Fix incorrect key-code translation which could occur for special key-codes in KeyPress::isKeyCurrentlyDown on Windows by
2015-06-10 10:03:29 +0100
f92828f1f0
Added an ignoreUnused in the AU code. by
2015-06-09 11:02:37 -0700
90b6f62318
Avoided a dangling pointer problem when changing images in DrawableButton by
2015-06-09 08:23:26 -0700
062f136dd4
Added a method DragAndDropContainer::setCurrentDragImage by
2015-06-08 13:18:33 -0700
d474af1e11
Added 384k sample rate to the CoreAudio support. (Apparently people actually need that..) by
2015-06-08 13:17:36 -0700
d1348f7f5a
Added a header guard to juce_IncludeModuleHeaders.h by
2015-06-05 12:12:58 +0100
ade28d0b36
Really fix Introjucer builds by
2015-06-05 09:31:44 +0200
fced24e6e3
Merge branch 'master' of github.com:julianstorer/JUCE by
2015-06-05 09:29:10 +0200
f1be7ab4c7
Fix build when using Introjucer by
2015-06-05 09:28:44 +0200
b6a1d5386d
Added more re-binding of vertex buffers in GL rendering code, to work around people's own GL code unbinding this. by
2015-06-04 16:58:42 +0100
ac3d4ce36b
Fixed a spelling mistake. by
2015-06-02 12:51:08 +0100
58105cde57
Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this. by
2015-06-01 12:28:02 +0100
39a1727223
Added some assertions in Graphics methods to catch negatively-sized rectangles. by
2015-06-01 12:07:27 +0100
0fa2b1ca56
Fix warnings on gcc on linux by
2015-05-27 16:32:52 +0100
44a5a93444
Fix typo by
2015-05-27 16:00:56 +0100
4ca4ae6be8
Remove code that was used for testing by
2015-05-27 15:53:37 +0100
2fcabaec10
Fix bug when the first display is not the main display on linux by
2015-05-27 15:50:12 +0100
9fa964881f
Fixed an edge-case assertion involving window resizing with constraints. by
2015-05-27 10:55:16 +0100
bac0687f95
Added a sustain pedal flag to the SynthesiserVoice, and improved the voice-stealing algorithm (again!) by
2015-05-27 10:12:07 +0100
8e6f506803
Fixed an issue with CFString releasing in OSX midi when devices fail to open. by
2015-05-27 10:00:50 +0100
3d81c52a1a
Fix build with "old" mingw by
2015-05-26 10:18:30 +0200
4125a0abe6
Fix for temporary windows by
2015-05-26 09:32:02 +0200
9434c04465
mingw fixes by
2015-05-26 09:27:08 +0200
28e9830127
Allow local ladspa.h include by
2015-05-26 09:25:57 +0200
db2de6485d
Add JUCE_USE_VFORK, make fork code consistent by
2015-05-26 09:21:19 +0200
14d39d71fb
Separate class define/implementation of OSX audio processor utils by
2015-05-26 09:19:51 +0200
0e8ac14d7f
Linux messaging fix by
2015-05-26 09:17:29 +0200
0187b983bb
VstWrapper fixes by
2015-05-26 09:16:59 +0200
6f8c236349
Make VST3 check less strict by
2015-05-26 09:13:22 +0200
765a5c0a62
Proper POSIX getExecutableFile by
2015-05-26 09:12:00 +0200
6898e20f70
Allow native titlebar in dialog window by
2015-05-26 09:07:50 +0200
948ccfa20d
Always print leaked objects by
2015-05-26 09:06:32 +0200
6a8dedcd49
Add ChildProcess::getPID by
2015-05-26 09:05:43 +0200
042a29e148
Add JUCE_AUDIO_PROCESSOR_NO_GUI macro by
2015-05-26 09:04:41 +0200
9d5d5fe193
LV2 string state by
2015-05-26 09:03:47 +0200
3806e2317e
Prefer JACK over ALSA by
2015-05-26 09:03:04 +0200
dd660d7be1
Add LV2 wrapper by
2015-05-26 09:00:43 +0200
f94c97b8a6
Add juce_IIRFilterOld.* files by
2015-05-26 08:59:49 +0200
e179df3e2c
Introjucer: Fix to linux VST makefile flag generation. by
2015-05-25 12:53:04 +0100
634ac71373
Linux VST windowing fixes. by
2015-05-25 10:07:09 +0100
490baecdc5
tweaks to avoid user code name clashes with Timer. by
2015-05-25 10:05:45 +0100
0c99e8e068
Minor cleanups by
2015-05-25 10:05:33 +0100
40b13a692e
Fix for resize behaviour of linux windows without titlebars by
2015-05-25 09:44:43 +0100
2a15b88dc3
Fix for GL 2D rendering when used with user-code which unbinds the VAO. by
2015-05-25 09:36:11 +0100
f4fe4c5749
Tidied up a bit of android code and resaved the demo project. by
2015-05-22 11:29:44 +0100
43ce64a099
Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. by
2015-05-22 11:27:01 +0100
3e5b15a8e3
Introjucer: fix for menu glitch when clicking "save and open" button in dual iOS/OSX projects. by
2015-05-22 10:56:37 +0100
ff99c6dbc1
Fix to linux modifier key change reporting. by
2015-05-22 10:04:39 +0100
fc2f9e848d
Introjucer: Added option to select C++ language standard for Xcode. by
2015-05-22 09:34:41 +0100
f12ede92e5
Workaround for ridiculously old versions of GLIBC by
2015-05-22 09:13:21 +0100
fbbc9b3595
Made the SVG parser recognise the "display=none" attribute. by
2015-05-21 17:47:38 +0100
1eab064696
Rearranged some documentation for relative coord expressions. by
2015-05-21 12:44:53 +0100
dffe781318
Fix for RTAS parameter default values. by
2015-05-20 16:55:55 +0100
efb40313b4
Avoided a false alarm unit test failure. by
2015-05-20 10:00:19 +0100
c5e0a60481
Added a couple of documentation notes. by
2015-05-20 09:59:32 +0100
4c932b696c
Fixed linux thread affinity code. by
2015-05-19 17:53:49 +0100