4145 Commits (439ecc391ba8282d56166ac4e0d7eaef8cddf7c5)

Author SHA1 Message Date
  hogliux 701fd8a216 Added a workaround for a strange bug with monospace fonts in OS X sierra 9 years ago
  hogliux 6711016102 Fixed a bug that could make surround plug-ins fail AU validation in certain rare edge cases 9 years ago
  hogliux 7cdcb19d25 Added a convenient function to get all channel sets with a particular number of channels 9 years ago
  hogliux f415b09c7b Enabled cookies in the juce curl backend to align the behaviour with other platforms 9 years ago
  hogliux 15bed81f87 Fixed a flex box bug where the first item in a list of too large items would not be layouted properly 9 years ago
  hogliux ae13dd6d6c Added an option to escape round brackets in URLs 9 years ago
  hogliux 75ea6db250 Renamed bounds member variable in Component to "boundsRelativeToParent" to avoid shadowing warnings when using a local variable nambed "bounds" 9 years ago
  hogliux 5d0256982b Added a method to ThreadPool to query the number of threads assigned to the pool 9 years ago
  Timur Doumler 56c5c8e8ac Fixed an issue in CachedValue where setValue would not actually set the property if it's equal to the default. 9 years ago
  hogliux c4d36d15b1 Whitespace clean-up 9 years ago
  jules 23a248fe75 Added method VSTPluginFormat::getPluginInstanceFromVstEffectInterface() which can be used for devious purposes to retrieve a plugin's AudioPluginInstance object from an AEffect 9 years ago
  tpoole f54b7fb104 Moved the DiscRecording dependency in the module descriptions from juce_audio_devices to juce_audio_utils 9 years ago
  hogliux a931b472d0 Added a non-sense if statement to BufferingAudioSource to surpress an MSVC linker warning 9 years ago
  hogliux 3e7b5993ca Moved audio CD burner/reader to juce_audio_utils 9 years ago
  jules c587d4b495 Minor code style tidy-ups 9 years ago
  hogliux 7d07f51ce7 Added missing juce_osc dependency on juce_events 9 years ago
  hogliux 6c52bf5971 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues. Part II. 9 years ago
  tpoole 255dc1d1ba Fixed documentation typo 9 years ago
  tpoole 0bcc53c1ab Removed juce_audio_formats header from juce_audio_devices 9 years ago
  hogliux ff52d76197 Fixed a bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object 9 years ago
  hogliux a347689d96 Moved simple sound player to audio_utils module 9 years ago
  hogliux 1fcae3675c Changed flac writer to respect the current stream position when writing the flac header 9 years ago
  hogliux 29bed6c3fa Fixed warnings in cryptographic unit test code 9 years ago
  hogliux c6a75d0550 Changed the way windows modifiers are probed in an attempt to fix right alt-key issues 9 years ago
  hogliux 676ad43898 Added more compare operators to Identifier class 9 years ago
  hogliux 9e4741f2e4 Fixed an AAX bug where the sidechain buffer was not cleared when the sidechain isn't connected 9 years ago
  jules 14957e7c99 Avoided some FLAC debug output being printed if your app defines the DEBUG macro 9 years ago
  hogliux 62ac568b77 Made sure that colours are updated when the look and feel of a TextEditor changes 9 years ago
  hogliux 57742a5e13 Fixed warning of MSVC compilers in latest commit 9 years ago
  hogliux 852fe34c9a Added support for encrypting/decrypting blocks of data with BlowFish 9 years ago
  hogliux 285635cdf0 Added notch and all pass filters 9 years ago
  tpoole 9d08f8fcac Fixed a documentation typo. 9 years ago
  ed 4a6473afa0 Removed the isLocked() method from ReadWriteLock 9 years ago
  ed f301ed7e09 Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked 9 years ago
  jules bacf194dda Small tweak to the bluetooth iOS menu to make it as wide as possible on small screens 9 years ago
  tpoole 0ed9003a8d Fixed bundle ref initialisation of statically linked VSTs on iOS 9 years ago
  hogliux 13c501da0c Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 9 years ago
  ed f374eb6d98 Fixed SortedSet::remove() to return the removed element 9 years ago
  hogliux c1e2e6ae40 Fixed size of bluetooth midi pairing dialogue to accommodate more iOS device screen sizes 9 years ago
  hogliux 46b38d77ab Removed code which is not used anymore 9 years ago
  Agnieszka Janowicz edd828a554 Fix memory leak in BluetoothMidiSelectorOverlay 9 years ago
  tpoole 13c494666e Changed lowResamplingQuality to kCGInterpolationNone on OS X and iOS 9 years ago
  ed 6c39897369 Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble() 9 years ago
  hogliux 8263d70adb Continue drawing if a negative dashLen was hit 9 years ago
  hogliux 7686db659f Fixed a typo in my latest commit 9 years ago
  hogliux 59a47d1fb4 Fixed possible dead-lock 9 years ago
  Timur Doumler e8cdc65357 Fixed Array::remove (ElementType*) so that if given an invalid pointer, it doesn't attempt to remove anything after the assert. 9 years ago
  tpoole a440c16d89 Added Graphics::ResamplingQuality::noResampling 9 years ago
  hogliux 0121a020b6 Added optional parameter to restore audio settings state in AudioAppComponent 9 years ago
  tpoole 321ca8c070 Fixed AUv3_Wrapper include path 9 years ago