1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00
JUCE/modules
Lukasz Kozakiewicz f9d6955c7c Android: do not request input focus when creating component peer.
This made the virtual keyboard not show up if the same component peer tried to request a virtual keyboard later on. InputMethodManager.showSoftInput() would return false which is most likely because the component in focus has not changed, yet the previous component having focus was not really able to (at a time, during the construction) really take the focus.
2017-10-13 11:26:18 +01:00
..
juce_audio_basics ARM: Don't change rounding mode when disabling denormals 2017-10-13 11:03:27 +01:00
juce_audio_devices CoreMidi: Added unique id property when creating virtual midi ports on macOS and iOS 2017-10-13 09:26:01 +01:00
juce_audio_formats Added support for the OGG sub-format inside a WAV file 2017-10-13 10:55:51 +01:00
juce_audio_plugin_client Standalone Plug-In: Added missing save state when the standalone app is closed 2017-10-13 08:40:37 +01:00
juce_audio_processors AUv2: Added support for AUv2 Midi Effect plug-in hosting 2017-10-12 18:39:20 +01:00
juce_audio_utils Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
juce_blocks_basics Littlefoot: Add pitch correction functions 2017-09-19 15:14:37 +01:00
juce_box2d Bump version number to 5.1.2 2017-09-18 14:59:57 +01:00
juce_core Android: do not request input focus when creating component peer. 2017-10-13 11:26:18 +01:00
juce_cryptography Bit of tidying in BlowFish 2017-10-12 15:36:07 +01:00
juce_data_structures A minor code cleanup 2017-10-12 12:31:55 +01:00
juce_dsp A minor code cleanup 2017-10-12 12:31:55 +01:00
juce_events Android: Fixed an issue where the JNI could be flooded with JNI GlobalRefs when many messages are in flight 2017-10-13 11:01:39 +01:00
juce_graphics Added some heuristics to EdgeTable to try to improve the table size prediction 2017-10-11 15:28:32 +01:00
juce_gui_basics Fix to TextEditor caret positioning 2017-10-13 10:41:21 +01:00
juce_gui_extra Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
juce_opengl Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 2017-10-11 12:10:58 +01:00
juce_osc Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
juce_product_unlocking Android: move android.content.Intent class definition into JNIHelpers. 2017-10-12 11:53:08 +01:00
juce_video Bump version number to 5.1.2 2017-09-18 14:59:57 +01:00
JUCE Module Format.txt Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 2017-07-19 17:23:20 +01:00