1047 Commits (efd5bd36cb8cf1e99e99fa00fa39652a4ea7dee8)

Author SHA1 Message Date
  jules efd5bd36cb Made CharPointer_UTF8::isValidString reject some sequences that weren't being detected as illegal 10 years ago
  jules 6149a4f649 Avoided an MSVC warning 10 years ago
  jules 190a985003 Added typeof operator to javascript parser 10 years ago
  jules 90ff2369e2 Fixed a javascript return-else-statement parsing problem 10 years ago
  jules 606a503a15 Improved some Windows registry root key handling. 10 years ago
  Timur Doumler 9ea874428c Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 10 years ago
  jules c01091895b Refactored some internal code in Socket 10 years ago
  jules b5907fa90d Normalised some divider comments 10 years ago
  jules cb6085733f Fixed a minor leak in posix WaitableEvent 10 years ago
  jules 613aaa765a Fixed parsing of ISO8601 millisecond fields 10 years ago
  jules f5ee78595a Added a workaround for a problem in MSVC when using large years in Time::formatted 10 years ago
  jules eca3a5b232 Fixed a typo in a comment 10 years ago
  jules 3fdf969ea2 Added some UTC and ISO8601 methods to the Time class. Also clarified some of its comments and added unit tests 10 years ago
  jules d6f02c9ba4 Avoided a false assertion in ChildProcess 10 years ago
  jules 3aa68f3d00 Added time-of-day to Time::getCompilationDate() 10 years ago
  hogliux 10d1228e86 Add option to set default stack size for JUCE threads 10 years ago
  jules 60e072f3c4 Added a new class: StatisticsAccumulator 10 years ago
  jules 876b4ae1d3 Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags 10 years ago
  jules b010df5bcd Made ChildProcess::start() auto-remove quotes from the name of the executable that it is given 10 years ago
  jules e051b5ad8f Added method HashMap::Iterator::reset() 10 years ago
  Timur Doumler 28730a28c8 Fixed bug in File::deleteFile() where it would fail to delete a symlink if it was pointing to a nonexistent file. 10 years ago
  hogliux 644a34da84 Fix linux compile error in setting file limit 10 years ago
  jules 71b62a8503 Moved some code that was in the wrong file 10 years ago
  jules fbda96b899 Added new method: Process::setMaxNumberOfFileHandles() 10 years ago
  jules 08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 10 years ago
  hogliux 10afd6de63 Add assertion when port numbers are out of range 10 years ago
  jules 28a322138d Added method Desktop::isOSXDarkModeActive() 10 years ago
  jules e86417b60f Added some more File unit tests, and fixed a parsing problem with dot-prefixed filenames 10 years ago
  hogliux 2e0325c5df Replace android code which are not available on older android versions 10 years ago
  jules d48167a0b7 Added some length-squared methods to Line and Point 10 years ago
  Timur Doumler 5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 10 years ago
  jules b557277f6f Removed a few stray semicolons 10 years ago
  jules bbee942645 Made File::getChildFile handle paths containing double-slashes 10 years ago
  jules 0294e772dd Added some safety-checking to stop people accidentally passing a ScopedPointer to an OptionalScopedPointer 10 years ago
  hogliux e6b4dcb6a2 Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo 10 years ago
  Timur Doumler 8174ad00b3 Added comment to Time::getCurrentTime() to make clear that it is not required to be monotonic. 10 years ago
  jules db09156251 Added a couple of missing 'override's 10 years ago
  jules 576c60fd15 un-templated a couple of functions to prevent them being accidentally called with integral type arguments 10 years ago
  jules a48d70010f Added support for javascript Array.push method 10 years ago
  jules a6afb208c6 Android: removed the action bar 10 years ago
  jules 9241028eda Added a flag JUCE_DISABLE_ASSERTIONS to allow assertions to be disabled even in a debug build 10 years ago
  jules de4637d8cb Added support for some more File::getSpecialLocation locations on Android 10 years ago
  jules 99052af8bc Added Android support for screen orientation control 10 years ago
  jules f6dd015999 The File class will now canonicalise the paths that it is given, to remove ellipsis 10 years ago
  jules 36a8380e4c Fix for case-insensitive comparison of extended UTF8 unicode chars, and some refactoring of CharacterFunctions. 10 years ago
  jules 18de8b36c1 Avoided defining alloca on MINGW if there's already a definition for it 10 years ago
  jules 85cd905fb4 Whitespace 10 years ago
  jules 5a5fa35368 Fixed a comment for StringArray::removeString that didn't match the behaviour 10 years ago
  jules 923e8fabdb Removed some unnecessary includes of AppConfig.h 10 years ago
  jules c95253fad0 Cleaned out some old amalgamated build references. 10 years ago