falkTX
a4e78a1e5e
Assume SSE is present (if intel/amd CPU)
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
JP Cimalando
e66eb86bb8
Fix a potential X11 BadWindow error
When `XGetInputFocus` returns the result `PointerRoot` (1), invoking `XQueryTree` to
check the parent relation will raise the error and crash.
6 years ago
falkTX
08c983c6dc
Force-fix Linux thread priorities
See https://github.com/DISTRHO/juce/issues/7
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago
falkTX
e17dde7016
Split LV2 export code into new file
7 years ago
falkTX
8a7670c6d7
Fix lv2 ttl generation missing audio ports
7 years ago
falkTX
6838a1ac7e
Fix previous commit (include lv2 parameters.h)
7 years ago
falkTX
ae7a7e85a6
Fix LV2 sample rate changes
Was fixed in DPF and Carla, now in Juce LV2 wrapper too
7 years ago
jules
1fbd92e830
Merged-in some Ogg-Vorbis security fixes
8 years ago
falkTX
4ef8b17e8a
Update LV2 wrapper to work with latest juce
7 years ago
Tom Poole
9f6cdc3659
Assorted threading and undefined behaviour fixes
Conflicts:
modules/juce_analytics/destinations/juce_ThreadedAnalyticsDestination.cpp
modules/juce_core/zip/juce_ZipFile.cpp
8 years ago
falkTX
b8710fe709
Fix LV2 build with JUCE_ALLOW_STATIC_NULL_VARIABLES
8 years ago
falkTX
14704962cd
Fix for mingw
8 years ago
falkTX
7589cd540f
Silence a couple warnings
8 years ago
falkTX
3b3e61406a
Fix build with DISTRHO's juceplugin setup
8 years ago
falkTX
cd2400ab56
Fix LV2 wrapper build against latest juce
8 years ago
falkTX
1f18ab15c7
Delete splash screen files once again
8 years ago
hogliux
e0b0920819
macOS: Fixed an issue where the CustomCallback of a menu item would not be called if the menu item belongs to a native macOS menu
8 years ago
hogliux
6ae99f4343
macOS: Fixed a memory leak of native mac menu items
8 years ago
jules
37a92aec63
Fixed an edge-case error in the LaGrange and Catmull-Rom interpolators when the ratio changes to exactly 1.0
8 years ago
ed
0a85ae91de
Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons()
8 years ago
ed
53cd6c014c
Fixed a bug where DocumentWindow buttons were being drawn too large
8 years ago
jules
980361e54b
Tidied up some old compiler workarounds
8 years ago
jules
c42719c2eb
Some internal modernisation in windowing classes
8 years ago
Lukasz Kozakiewicz
9527e077b1
Android: bailout in ComponentPeerView’s callbacks if underlying host is deleted.
Previously we saw a crash in onTouchEvent due to host being 0 while the callback was called. Just as a precaution we add this check to other callbacks too.
8 years ago
jules
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.
8 years ago
hogliux
bc247f0d27
Added optional parameter to specify the size and position of the MIDI bluetooth selector
8 years ago
jules
1aaa598a5f
Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes
8 years ago
jules
b44cb8b710
Minor breaking change: removed the legacy swapVariables function. Just use std::swap instead and it'll do a better job!
8 years ago
jules
27a6903cac
Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int
8 years ago
Lukasz Kozakiewicz
5b8cf6b932
Android: fix getMemorySizeInMegabytes() returning negative values.
8 years ago
jules
31e454f284
Avoided triggering an assertion when focus is returned by a popup menu to a hidden component
8 years ago
jules
06d6a08892
Tweaked TextLayout::createLayoutWithBalancedLineLengths() to improve line length balancing
8 years ago
jules
23cdad6a80
Tweaked URL::addEscapeChars() to make its character substitutions more compliant with RFC3986
8 years ago
hogliux
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
8 years ago
Lukasz Kozakiewicz
fd20804ed9
InAppPurchases: when trying to buy an already purchased item in Play Store, call success callback with “Item already owned” status.
8 years ago
tpoole
920c3f24c8
UnitTestRunner: Improved logging on Windows
8 years ago
hogliux
06c7fb5b01
Add xrun counter to device manager
8 years ago
tpoole
3627603c83
Fixed a performance regression parsing doubles
8 years ago
hogliux
8d86e6350a
Fixed constexpr compiler support detection in gcc
8 years ago
hogliux
a21a2a42dd
Android: Fixed a runtime-error introduced by a recent commit when building for Android <24
8 years ago
jules
3624df0652
Minor spelling fix
8 years ago
jules
12f9f33e91
Bit of modernisation in OpenGLContext
8 years ago
hogliux
82bc9da02c
Added support for Atmos 7.0.2 and 7.1.2 Surround formats
8 years ago
jules
a4f5663fce
Added an option for Viewport subclasses to create custom scrollbars. Also modified Viewport::getVerticalScrollBar() and ListBox::getVerticalScrollBar() to return references instead of pointers
8 years ago
jules
533fd23439
Added a missing override
8 years ago
jules
d00a459480
Added method TextEditor::setJustification()
8 years ago
hogliux
5a843965e6
AAX: Added JucePlugin_AAX_Chunk_Identifier preprocessor define to override the AAX chunk identifier that is used by JUCE
8 years ago
ed
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
8 years ago
jules
6290e95152
Whitespace
8 years ago
jules
c309a5b244
Avoided forcing TextEditor to be always opaque
8 years ago