1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

4419 commits

Author SHA1 Message Date
hogliux
fa6929cb3c Added a workaround to not call Android's bringToFront method for every touch 2017-03-05 09:47:39 +00:00
ed
6d356423e2 Fix for transformed Components not being centred correctly 2017-03-03 13:01:24 +00:00
ed
182b0e4cb0 Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 2017-03-03 12:37:45 +00:00
hogliux
f312721cf9 Fixed a bug where a MidiMessage constructor could read beyond the end of the passed-in midi buffer if the midi message is non-standard 2017-03-02 13:04:20 +00:00
hogliux
66365d55e2 Fixed a nullptr dereference when OpenSL fails unexpectedly and added a workaround for broken audio input support in recent versions of the android emulator 2017-03-02 12:09:15 +00:00
hogliux
5fe3289256 Fixed several Android text rendering bugs 2017-03-01 16:16:34 +00:00
tpoole
9caa91b166 Fixed uninitialised variables warning 2017-03-01 15:42:23 +00:00
tpoole
4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 2017-03-01 11:55:52 +00:00
hogliux
0edd0e4632 Fixed a few Android warnings when building for ARM 64-bit 2017-02-28 14:03:45 +00:00
jules
2bea97e24e Small extra deletion safeguard in ComponentAnimator 2017-02-28 12:33:56 +00:00
tpoole
cc524bf626 Minor documentation fix 2017-02-28 10:38:27 +00:00
hogliux
d496a77462 Fixed a crash when loading/restoring a VST3's plug-in state in Cubase 9 2017-02-28 10:09:28 +00:00
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
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
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
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
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
1e2f6fec5c Restored module header #defines 2017-02-17 10:26:09 +00:00
tpoole
9593557aa7 Made KnownPluginList sorting case sensitive and binning case insensitive 2017-02-16 17:42:02 +00:00
hogliux
6af68f7831 Added missing precision specifier in translateFragmentShaderToV3 2017-02-16 12:40:44 +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
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
hogliux
934aa72d6f Fixed an issue where the Projucer would not detect OpenGL ESv3 support correctly on Android 2017-02-14 16:31:46 +00:00
tpoole
0b3e192567 Restricted sample rate changes for composite audio devices to common sample rates only 2017-02-14 15:48:20 +00:00
hogliux
938830e77f Fixed a bug in the AAX wrapper where the code would access uninitialised values in the known stem formats array when compiling with newer AAX SDK versions 2017-02-14 09:39:01 +00:00
tpoole
bd73eec326 Broadcast external OS X sample rate changes to audio device change listeners 2017-02-13 18:48:11 +00:00
hogliux
1326846705 Only add DllMain to dll targets and remove from plugin utilities 2017-02-13 18:07:37 +00:00
Felipe F. Tonello
c2100022cc Added several linux improvements to the event loop, MIDI and X11 (see commit messsage)
MIDI: Several ALSA Seq improvements
===================================

Many things were done in this patch (I couldn't really split in several
patches):
 * Only one ALSA Sequencer client per application
 * ALSA Sequencer client name is the application's name by default
 * Fixed a bug when getDeivces() would return devices created by the
   application itself
 * Only ports created with createNewDevice() are allowed to be subscribed,
   other ports (created by openDevice()) doesn't allow subscription
 * AlsaPort is now handled by AlsaClient, basically having the proper
 representation such as the ALSA Sequencer has.

Files: Fix default directory paths
==================================

Some information on:
* Linux LSB FHS:
  http://www.linuxfoundation.org/collaborate/workgroups/lsb/fhs-30
* https://wiki.archlinux.org/index.php/Xdg_user_directories

Refactor Event loop to remove X11 dependency
============================================

The goal of this refactor was to remove X11 dependencies on juce_events
to enable non-gui applications (example, Embedded Linux apps) to have no
libx11 dependency.

The side-effect of this refactor is easy implementation of other Linux
graphical back-end, cleanup some code, better handling of X displays and
other benefits.

I removed a lot of the code from juce_linux_Windowing to separate files
for clarity. I also renamed all Linux X11 files to *linux_X11* instead of
just *linux*.

X11: Remove unnecessary XGrabButton call
========================================

This call is made unnecessary if used proper window flags when a window
is created.
2017-02-13 17:14:34 +00:00
hogliux
12b9c01ad6 Attempt to fix RTAS builds on Windows 2017-02-13 16:22:18 +00:00