1338 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  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
  ed 67931e4465 Added String::replaceFirstOccurrenceOf() method 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  hogliux 9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 8 years ago
  hogliux ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 8 years ago
  jules e040353898 Cleaned up a few old bits of VC2005 support code 8 years ago
  hogliux b35c2f2f61 Fixed a compiler warning when using HashMap iterators in VS2013 8 years ago
  hogliux e0aff606a8 Bump version number to 4.3.1 8 years ago
  hogliux 06dde9d927 Removed unnecessary check in macOS/iOS URL session cancel 8 years ago
  hogliux a84c166c6f Fixed an issue where an iOS background download task would not receive the completion callback when the app is swapped 8 years ago
  jules d8ead14de4 Removed a duplicate header file 8 years ago
  ed 2a983067ab Fixed bug in OSX network code where Content-Type headers were not being added to HTTP POST requests unless specified manually and renamed a variable in URL::createHeadersAndPostData() method 8 years ago
  jules fcd5a47d8c Added a bit-twiddling helper method: findHighestSetBit() 8 years ago
  jules a6c4a02c81 Avoided an unused variable warning in the OSX network code 8 years ago
  tpoole c52f147565 Improved a variable name 8 years ago
  ed 7120d7dfca Fix for HTTPS POST requests with keep-alive failing on OS X versions below 10.10 8 years ago
  jules f918827dcf Clarified some comments in the Logger class 8 years ago
  jules 92f3a1e88f Miscellaneous fixes for some PVS static analyser warnings 8 years ago
  jules d4b47809a1 Fixed some spelling mistakes in comments 8 years ago
  jules 9e0370c9b7 Made sure the File::getNonexistentChildFile() method's putNumbersInBrackets is used when the name already ends in a digit 8 years ago
  jules aae0b15916 Added begin/end iteration to HashMap 8 years ago
  jules b184ca92e8 Removed an accidentally-committed method from String 8 years ago
  tpoole 6f27a1d4a4 Typo fixes 8 years ago
  jules ab0c519cef Workaround for an android-specific bug in String::formatted() 8 years ago
  jules aae64719a5 Minor compile fix in the javascript parser for VS2013 8 years ago
  hogliux ae3ee3467b Fixed an issue when including an external and newer version of zlib 8 years ago
  hogliux a9b29baf83 Added support for lambdas in var::NativeFunction 8 years ago