c42719c2eb
Some internal modernisation in windowing classes by
2017-09-28 16:57:01 +0100
9527e077b1
Android: bailout in ComponentPeerView’s callbacks if underlying host is deleted. by
2017-09-28 15:35:31 +0200
aa3d1c1564
Updated a defunct symbol in demo code by
2017-09-28 11:31:34 +0100
434b0e7c9b
Got rid of a long-defunct alias "BitArray". If your code still uses this name, you can just replace or alias it to BigInteger, which is what the class was renamed to. by
2017-09-28 11:30:44 +0100
bc247f0d27
Added optional parameter to specify the size and position of the MIDI bluetooth selector by
2017-09-27 14:53:00 +0100
1aaa598a5f
Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes by
2017-09-27 12:57:55 +0100
b44cb8b710
Minor breaking change: removed the legacy swapVariables function. Just use std::swap instead and it'll do a better job! by
2017-09-27 12:31:36 +0100
27a6903cac
Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int by
2017-09-27 12:24:02 +0100
5b8cf6b932
Android: fix getMemorySizeInMegabytes() returning negative values. by
2017-09-27 12:34:26 +0200
31e454f284
Avoided triggering an assertion when focus is returned by a popup menu to a hidden component by
2017-09-27 11:48:40 +0100
06d6a08892
Tweaked TextLayout::createLayoutWithBalancedLineLengths() to improve line length balancing by
2017-09-27 10:50:09 +0100
23cdad6a80
Tweaked URL::addEscapeChars() to make its character substitutions more compliant with RFC3986 by
2017-09-27 10:26:24 +0100
bd0ec0ca8c
Android: Fixed a rare race-condition in android OpenGL startup which could occur if the OpenGL context is destroyed before it is fully initialised by
2017-09-26 16:32:41 +0100
fd20804ed9
InAppPurchases: when trying to buy an already purchased item in Play Store, call success callback with “Item already owned” status. by
2017-09-26 16:39:48 +0200
2a15a9beab
Updated the GitHub issue reporting instructions by
2017-09-26 12:29:17 +0100
087e7b303d
Updated the GitHub issue reporting instructions by
2017-09-26 12:29:17 +0100
d05594eafe
Fixed a problem in a static assert in Atomic. by
2017-09-26 12:24:52 +0100
920c3f24c8
UnitTestRunner: Improved logging on Windows by
2017-09-26 11:16:35 +0100
06c7fb5b01
Add xrun counter to device manager by
2017-09-26 11:01:27 +0100
3627603c83
Fixed a performance regression parsing doubles by
2017-09-26 08:43:08 +0100
814efeb85f
Merge remote-tracking branch 'j/develop' by
2017-09-25 18:36:47 +0200
8d86e6350a
Fixed constexpr compiler support detection in gcc by
2017-09-25 14:29:47 +0100
a21a2a42dd
Android: Fixed a runtime-error introduced by a recent commit when building for Android <24 by
2017-09-25 14:23:03 +0100
3624df0652
Minor spelling fix by
2017-09-25 12:23:25 +0100
12f9f33e91
Bit of modernisation in OpenGLContext by
2017-09-25 12:19:22 +0100
82bc9da02c
Added support for Atmos 7.0.2 and 7.1.2 Surround formats by
2017-09-25 12:06:01 +0100
61a320fe6a
Fixed a warning on Windows by
2017-09-25 11:55:23 +0100
df824cf5df
Projucer: Removed some unnecessary time-consuming function calls to speed up the painting of the modules panel by
2017-09-25 11:46:19 +0100
03e6684355
Projucer: Fixed a Visual Studio exporter library linking bug by
2017-09-25 11:42:38 +0100
a4f5663fce
Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers by
2017-09-25 11:22:03 +0100
533fd23439
Added a missing override by
2017-09-25 10:11:23 +0100
07ef94443a
Merge remote-tracking branch 'j/develop' by
2017-09-25 08:27:24 +0200
43c0b55b07
Merge remote-tracking branch 'j/develop' by
2017-09-25 08:27:14 +0200
d00a459480
Added method TextEditor::setJustification() by
2017-09-22 14:37:13 +0100
cf67b1d12d
Projucer: Removed a duplicate compile flag from the Makefile exporter by
2017-09-22 12:51:39 +0100
e0203c1afd
Projucer: Removed a duplicated compiler option from the Linux exporter by
2017-09-22 12:46:56 +0100
5a843965e6
AAX: Added JucePlugin_AAX_Chunk_Identifier preprocessor define to override the AAX chunk identifier that is used by JUCE by
2017-09-22 11:23:38 +0100
f83fcafb84
Fixed a bug where a Slider popup display set to show on mouse hover wouldn't show when dragging the mouse over the Slider and releasing by
2017-09-22 10:29:30 +0100
6290e95152
Whitespace by
2017-09-21 19:49:18 +0100
c309a5b244
Avoided forcing TextEditor to be always opaque by
2017-09-21 19:48:19 +0100
8bb64a5ddc
Added getXRunCount to AudioIODevice as a way to get Xrun counts from underlying hardware by
2017-09-21 15:49:02 +0100
0b6f02a29e
Fixed some errors and warnings when building with JUCE_DLL_BUILD=1 by
2017-09-21 10:59:24 +0100
c800d07983
Projucer: Changed the method for setting the Windows Target Platform option in the VS exporters to a text box by
2017-09-21 10:11:47 +0100
33f075212e
Fixed a typo in TextPropertyComponent by
2017-09-21 10:09:57 +0100
a5eebb37ef
whitespace by
2017-09-20 14:04:43 +0100
e6ae3f7aa7
Fixed a problem in a static assert in Atomic. by
2017-09-20 13:57:30 +0100
47698a86b1
MinGW: Fixed some 32 bit build errors by
2017-09-20 12:53:27 +0100
9e356135a1
Added a minimum number of columns option to the PopupMenu, and did a bit of internal modernising on the class's internals by
2017-09-20 10:12:18 +0100
554d055a8f
WinRT MIDI: Increased the maximum size of outgoing messages by
2017-09-20 10:04:11 +0100
fec19eeade
MacOS: Fixed a bug detecting changes to the number of hardware output channels by
2017-09-20 09:56:44 +0100
70aa86413a
Standalone Plug-In: Fixed an issue where the editor would not resize correctly on mobile when the feedback warning was dismissed by
2017-09-19 17:04:38 +0100
fcffaa6751
VST3: Fixed an issue with the VST3 implementation of isInputChannelStereoPair/isOutputChannelStereoPair by
2017-09-19 16:51:52 +0100
94669f2b14
whitespace by
2017-09-19 16:28:35 +0100
2878bc2f75
Added a copy constructor for MidiBuffer::Iterator by
2017-09-19 16:20:53 +0100
4b75bbdab6
Littlefoot: Add pitch correction functions by
2017-09-19 15:14:37 +0100
fa093cd798
Modernised some String internals by
2017-09-19 15:02:01 +0100
0b7d163d49
Increased the contrast for selected text when using LookAndFeel_V4 by
2017-09-19 12:23:41 +0100
e0c079c448
Added a couple of assertions in IIR::Coefficients by
2017-09-19 09:03:45 +0100
efacd83ab5
Added a missing juce namespace to juce_mac_AudioCDBurner.mm by
2017-09-19 11:02:25 +0100
f08aa821b6
JUCE version 5.1.2 by
2017-09-18 15:21:41 +0100
9fc21a8d5a
Re-saved all projects by
2017-09-18 15:05:30 +0100
0ae8aa812c
Bump version number to 5.1.2 by
2017-09-18 14:59:57 +0100
f4d1969753
Fixed a few documentation typos by
2017-09-15 10:09:08 +0100
4f204f405d
Added a method var::hasProperty() by
2017-09-15 09:55:53 +0100
2729625efb
Improved the confusing nomenclature of some of the SIMDRegister typedefs by
2017-09-14 17:16:19 +0100
320c3476c4
Added some more documentation to ProgressBar by
2017-09-14 15:41:09 +0100
7bb95a8334
Android: Ensure that jni headers are included if JUCE_CORE_INCLUDE_JNI_HELPERS is set but JUCE_CORE_INCLUDE_NATIVE_HEADERS isn't by
2017-09-14 15:30:56 +0100
8e9edeff8b
Ensured that the "textWhenNothingSelected" takes the label font of label's lookandfeel into account by
2017-09-14 12:17:01 +0100
2fed2af669
Updated the documentation in ProgressBar to reflect the circular, spinning ProgressBar that was added in LookAndFeel_V4 by
2017-09-14 11:56:47 +0100
149201d951
Display current progress in LookAndFeel_V4 linear ProgressBar by
2017-09-14 11:02:20 +0100
4bb58c7d51
VST3: respect the editor's constrainer when resizing by
2017-09-14 09:59:53 +0100
1291f1a06b
Reverted commit 8483aa4 as the same functionality already existed in JUCE with ModalCallbackFunction. Improved the documentation in NativeMessageBox to mention that class. by
2017-09-13 11:14:10 +0100
8b3ab7c152
Windows: Remove deprecated direct show macro from JUCE demo by
2017-09-13 10:43:57 +0100
74c7633aab
DSP: snapToZero is now a public method of the IIR and StateVariable filters so that they can be called manually after sample by sample processing by
2017-09-13 10:06:36 +0100
bab3ce9759
AU and AUv3: Enabled JucePlugin_AUHighResolutionParameters by default and combined this breaking change with 4dcce50 by
2017-09-13 08:53:53 +0100
ed8270fcda
Fixed an extra semicolon in the previous commit by
2017-09-12 12:13:27 +0100
8483aa4aea
Added a new method NativeMessageBox::showMessageBox which asynchronously opens a native dialog box and calls a C++ lambda when dismissed by
2017-09-12 12:09:54 +0100
e2c8e30d72
Added a ScopedNoDenormal class to temporarily disable denormals by
2017-09-12 10:46:36 +0100
71d10e750a
Fixed a bug where PopupMenus were being dismissed when opening a submenu using touch input by
2017-09-12 10:59:51 +0100
2eaca0526d
Added another fix to 4dcce50 to support AudioProcessor based parameter selection by
2017-09-12 10:00:50 +0100
28eda21b89
VST2: Fixed live-resize issue in Bitwig by
2017-09-11 17:15:26 +0100
9f4648f856
Fixed some issues when using a touchscreen to interact with PopupMenus by
2017-09-11 17:12:31 +0100
c5323d2209
iOS: Fixed an ambiguous reference to AudioBuffer when compiling the AudioUnitPluginFormat host code for iOS by
2017-09-11 15:57:33 +0100
cbdf17a6fb
Increased the size of the standalone filter settings window by
2017-09-11 12:55:26 +0100
31e05ad014
Fixed a bug in the demo plug-in slider class by
2017-09-11 12:42:05 +0100
f97f46730f
BLOCKS: Removed some unimplemented functions by
2017-09-11 12:28:48 +0100
a234313120
Fixed Digital Performer host detection on MacOS by
2017-09-11 12:26:03 +0100
78f34fe51f
AU: Fixed an error when targeting 32-bit architectures by
2017-09-11 10:43:56 +0100
3cd4a9d917
Made the demo host compatible with OS X 10.6 by
2017-09-11 10:14:57 +0100
8f54c73686
Fixed a double inclusion of the Carbon headers by
2017-09-11 10:13:38 +0100
849f9e8f4a
Removed a duplicate module configuration parameter by
2017-09-11 09:31:46 +0100
94e8a43a95
AU: Replaced std::unordered_map with HashMap for parameter lookup by
2017-09-11 09:25:36 +0100
0a2fabb2e1
VST3: Fixed a harmless MSVC warning in previous commit by
2017-09-11 09:24:04 +0100
a426feb6c2
VST3: checkBusFormatsAreNotDiscrete should return true when buses are disabled by
2017-09-11 09:12:28 +0100
2f329cec87
Added the microphone permission to the iOS demo plug-in by
2017-09-11 08:59:53 +0100
6d369ac0d6
Fixed a double header inclusion bug by
2017-09-11 08:41:47 +0100
743c9d55e7
AU: Implemented GetParameterValueStrings for discrete parameters by
2017-09-08 12:55:44 +0100
f4bfa6bec5
Android: fix a crash in painting when size of the array to allocate is 0. by
2017-09-01 16:39:08 +0100
c81c33404d
BLOCKS: Added support for tri-state button controls in littlefoot by
2017-09-08 12:00:57 +0100
0c3faf4b58
Added an OS X 10.6 compatibility fix by
2017-09-08 09:51:41 +0100