1338 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  jules 4880ce760e Modified MemoryBlock so that it will throw std::bad_alloc if allocation fails 8 years ago
  jules fbee2788ee Made File::appendText return false if the write failed 8 years ago
  tpoole 8b0354ff69 Added precompiler sections to make NormalisableRange compatible with OS X 10.5 8 years ago
  tpoole 710d27d74f Fixed the copy constructor and assignment operator of NormalisableRange 8 years ago
  hogliux 8aea84e20c Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability 8 years ago
  tpoole 8a680bc4f6 Added a lambda function parameterisation of NormalisableRange 8 years ago
  Rachel 28c3faea23 Added a missing declaration for String << unsigned long 8 years ago
  hogliux dcdcfaa7e9 Added several improvements to Android BLE MIDI reliability 8 years ago
  jules f11db9e1fb Avoided a spurious assertion in the javascript parser 8 years ago
  hogliux 4c7a92ecfa Ensured that SystemStats::getUserLanguage and SystemStats::getUserCountry returns an ISO code on Android 8 years ago
  jules 60e9231fb1 Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 8 years ago
  jules 5a092ddb0a Added method TimeSliceThread::removeAllClients() 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
  jules e561f1f5aa Whitespace 8 years ago
  jules 5c4553a06c Added a parameter to SystemStats::CrashHandlerFunction to supply some platform-specific crash details 8 years ago
  tpoole e4857ceaae Added MacOS SystemStats::getDeviceDescription 8 years ago
  jules 4c6d20681d Made WindowsRegistry::deleteKey operate recursively 8 years ago
  jules cd59c26a0e Added some JUCE_API flags to some RelativeTime global operators 8 years ago
  jules 86f1b6628f Added a reference count getter method to SharedResourcePointer 8 years ago
  jules b8d1183f78 Fixed a typo in a comment 8 years ago
  hogliux 08483a0138 Fixed a VS 2017 compiler warning 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
  jules 9c75f13a4f Added a method JavascriptEngine::callFunctionObject() for invoking javascript methods in DynamicObject native methods 8 years ago
  jules d3bb833f0e Made File::getRelativePathFrom() return '.' if comparing two identical folders. 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
  tpoole cc524bf626 Minor documentation fix 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
  jules c04c9ee56e Added a sanity check on the value returned by DirectoryIterator::getEstimatedProgress() 8 years ago
  jules 8011ce4209 Added a couple of missing JUCE_API declarations 8 years ago
  jules e6ea21d1ae Whitespace fix 8 years ago
  jules 297675c5cb Workaround for a compile error in MSVC DLL builds 8 years ago
  jules aa2598ffff Added method JavascriptEngine::stop() 8 years ago
  jules 91d4ba9891 Added method NormalisableRange::setSkewForCentre() 8 years ago
  tpoole 1e2f6fec5c Restored module header #defines 8 years ago
  Felipe F. Tonello c2100022cc Added several linux improvements to the event loop, MIDI and X11 (see commit messsage) 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
  jules d094fc2f52 Added begin/end iterators to MemoryBlock 8 years ago
  ed e7ebd069e3 tidied up String::replaceFirstOccurrenceOf() method 8 years ago
  ed e09c2b65a1 Added IPv6 support to the IPAddress class 8 years ago