hogliux
03c08027ac
Android: Added new thread priority specifically for realtime audio render threads. Currently, only implemented in Android.
8 years ago
jules
74c96208fe
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
8 years ago
jules
01e7673053
Tweaked in internal Obj-C name
8 years ago
hogliux
ccb4ce8829
Android: Fixed a linker error when building in release mode
8 years ago
jules
d6ec66d4f9
Fixed build error when using non-UTF8 strings
8 years ago
hogliux
f1dc2a71f3
Android: Fixed a compiler error when compiling for Android SDKs < 16 (and re-saved all projects)
8 years ago
ed
201a85acd7
Android: Added a virtual backButtonPressed() method to JUCEApplicationBase which can be overridden to be informed when the back button is pressed on a device.
8 years ago
tpoole
80229c24a9
WebInputStream: Canceling a connection is now thread safe and prevents subsequent connection attempts
8 years ago
jules
4df76276d3
Refactored win32 OS version detection to avoid Windows pretending to be a lower version than it really is
8 years ago
tpoole
8e4c187451
WebInputStream: Fixed bug preventing cancellation of streams on Linux
8 years ago
ed
562a2b5d9f
Windows: Fixed a bug where HTTPS security features were being disabled
8 years ago
hogliux
0b20507c8b
Android: Ensured that OpenSL audio callbacks can call into Java (even if this is not recommended)
8 years ago
hogliux
2cdf30dd46
Android: Added external storage read/write permissions to RuntimePermissions class
8 years ago
jules
f212ff5923
Removed some sscanfs from COM GUID parsing
8 years ago
jules
5e3a5d5e1b
Fix for the non-curl linux http request header format
8 years ago
jules
5bdd485a31
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
8 years ago
hogliux
c63fd17568
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
8 years ago
tpoole
8b78e90241
Win32: Added globalApplicationsDirectoryX86 to File::SpecialLocationType
8 years ago
hogliux
c22547e7ec
Fixed the implementation of setCurrentThreadAffinityMask on Android
8 years ago
ed
fa0b097652
Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform
8 years ago
jules
0c24b48be8
Fix for detection of number of CPU cores on Windows
8 years ago
hogliux
7031f595d2
Fixed an issue where thread names were not set on Android
8 years ago
hogliux
b5afccc37c
Updated file headers and the README with the JUCE 5 license
8 years ago
jules
e778d35fdc
Refactored some internal win32 file attribute functions
8 years ago
hogliux
1bdbd6f969
Fixed a potential access-after-free crash in the macOS/iOS implementation of WebInputStream
8 years ago
hogliux
86e28d1e42
Restructured android threading code to re-use threading code in juce_posix_Shared.h
8 years ago
hogliux
3cd9bed7d9
Ensured that gatt connection priority is only requested after the gatt has connected
8 years ago
hogliux
5b833d6648
Added Android workaround to force BLE Midi devices on low-latency device path
8 years ago
hogliux
8aea84e20c
Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability
8 years ago
hogliux
dcdcfaa7e9
Added several improvements to Android BLE MIDI reliability
8 years ago
hogliux
4c7a92ecfa
Ensured that SystemStats::getUserLanguage and SystemStats::getUserCountry returns an ISO code on Android
8 years ago
jules
e122d2b9e4
Fixed a typo in iOS network code
8 years ago
jules
44cd80969d
A few C++11 modernisations and comment corrections
8 years ago
jules
3b2014a5db
Code cleanups in OSX networking
8 years ago
jules
8ed41ed14b
Fixed some whitespace style and cleaned up some code using C++11
8 years ago
tpoole
e4857ceaae
Added MacOS SystemStats::getDeviceDescription
8 years ago
jules
4c6d20681d
Made WindowsRegistry::deleteKey operate recursively
8 years ago
jules
f6873c2273
(Fixed a typo in linux code in the last commit)
8 years ago
jules
2d192bed9b
Added method SystemStats::getNumPhysicalCpus()
8 years ago
hogliux
51d5572220
Added showYesNoBox to NativeMessageBox class
8 years ago
hogliux
5fe3289256
Fixed several Android text rendering bugs
8 years ago
hogliux
0edd0e4632
Fixed a few Android warnings when building for ARM 64-bit
8 years ago
jules
6a629f985f
Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions
8 years ago
hogliux
bc79f43175
Added getSystemService method to JNI helper android activity methods
8 years ago
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.
8 years ago
hogliux
c1f7b6dc16
Fixed a possible nullptr dereference in the Android runtime permission code
8 years ago
hogliux
ebbba641a4
Fixed a bug where the bluetooth LE scanner would continue to scan even if the bluetooth selector window was closed
8 years ago
hogliux
376b83986a
Fixed a bug that would cause asserts to be ignored on some android platforms
8 years ago
hogliux
6559b3e185
Fixed multiple harmless warnings in Android builds
8 years ago
hogliux
5cdd316934
Fixed a compiler error when building for Android in recently added IPv6 address support
8 years ago