991 Commits (a99d78318bbeaa11da97f11e67b2c254c1f978b0)

Author SHA1 Message Date
  jules ae712c72d8 Cleaned up a few String::empty uses 9 years ago
  jules 0af818324e Fixed a typo that caused a problem when JUCE_STRING_UTF_TYPE is set to 16 or 32 9 years ago
  jules 19d0c71050 Version number update 9 years ago
  jules 02492b36b9 Lots of small whitespace tweaks. 9 years ago
  jules 428c8a79a5 Version number update 9 years ago
  jules afaaf00202 Moved ListenerList from the juce_events module into juce_core 9 years ago
  jules c334530f29 Added new method Array::remove that takes an element pointer. 9 years ago
  jules a14f6abbe0 Corrected a typo in the documentation 9 years ago
  Timur Doumler 6986010bb7 Whitespace. 9 years ago
  jules 51165c0f6b Added enum SystemStats::MacOSX_10_11 9 years ago
  jules 99ebba4e4c Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" 9 years ago
  jules 41c2e8ea26 Minor documentation correction in File. 9 years ago
  jules 99de06cf2c Javascript parser: Fixed the fact that Math.PI and E were methods instead of properties 9 years ago
  jules 31381c6864 Stripped out some defunct OSX 10.4 fallback code 9 years ago
  jules 064e45bc85 Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects 9 years ago
  Joshua Gerrard 9b96b551f2 Modified Win32 version of File::getLinkedTarget to dynamically load symbols for XP and MinGW compatibility. 9 years ago
  Joshua Gerrard e220f35250 Fixed compilation errors on MinGW 9 years ago
  jules c35ed85677 Version number update 9 years ago
  jules b0ca1c40ca Whitespace tidying 9 years ago
  jules 4fd8913037 Added a new method Array::sort() which uses the default comparator for simple types 9 years ago
  Joshua Gerrard 26b01e9f18 Fixed File::getLinkedTarget prepending string on Windows 9 years ago
  jules 7ff68d6e76 Tweaked GZIPCompressorOutputStream to allow a compression level of 0 (uncompressed) 9 years ago
  jules 4e4f8767fe Fix for use of static_assert on C++11 compilers 9 years ago
  hogliux 19572b58c7 Also fix KEYCODE in JuceAppActivity when disabling the screensaver on android 9 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 9 years ago
  jules 02041328dc Misc minor fix-ups 9 years ago
  jules 2286856b7b Added some extra number->String converter methods, and extra unit-tests 9 years ago
  jules 810f2bfb2a Introjucer: Added Android Studio exporter 9 years ago
  jules ddcd78eae8 Android: made sure that when the screensaver is disabled, Android-M devices don't lower the app priority 9 years ago
  jules b1a8470514 Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities 9 years ago
  jules 399e248488 Added new module: juce_osc 9 years ago
  jules 12447ba38f Version 4.0.1 9 years ago
  jules a38c9c7aee Made TextDiff use less stack space 9 years ago
  jules 3d3eec675e Added a couple of extra StringRef and NewLine concatenation operators 9 years ago
  jules 145a80f11f Fix for builds with JUCE_STRING_UTF_TYPE = 32 9 years ago
  jules 705e7f6110 Added method XmlElement::isValidXmlName() and implemented standard-compliant checking for XML name validity 9 years ago
  jules 0506bc6100 Tweaked Timer and TimeSliceThread to reduce the frequency of their calls to wait() 9 years ago
  hogliux 166f54fa0a Fix DatagramSocket from always blocking on read 9 years ago
  jules 8602b8b172 Minor spelling correction 9 years ago
  jules b1195106f8 Improved some comments in the Range class. 9 years ago
  jules 5e48332fb1 A couple of very minor cleanups. 9 years ago
  jules 2271d6d7fd Added a couple of methods to MACAddress 9 years ago
  jules 13b27a2923 Fix for win32 implementation of SystemStats::getComputerName() 9 years ago
  jules ebc47d9618 Avoided possible arithmetic overflow in MemoryInputStream::read() for very large streams. 9 years ago
  jules 4404835a64 Avoided exceptions getting thrown by Expression::evaluate() 9 years ago
  jules 13af784d03 Fix for mingw64 9 years ago
  jules a610931e71 Fixed a OSX 10.11 deprecation warning in File::moveToTrash 9 years ago
  jules 6b66d6379c Fix for non-Windows socket address binding. 9 years ago
  jules 1c5304b598 Refactored some socket options code and avoided a compile error on linux. 9 years ago
  hogliux 2ae3d8f7c9 Fix compiler error for Android in recent commit 9 years ago