3746 Commits (f5c19ef612cc01ac3a051486b341e2ccefedd627)

Author SHA1 Message Date
  jules d410b6d13d Avoided a possible null pointer in KeyMappingEditorComponent 10 years ago
  jules 4a581da6c5 Updated the version number used internally by FLAC 10 years ago
  jules 225297671c Added some workarounds for compiling AudioProcessorValueTreeState with VS2013 10 years ago
  jules 438dbb7637 Tweaked some syntax in the SVG parser to avoid problems in GCC. 10 years ago
  jules 3f85b04914 Made sure that CachedImage resources are released recursively for all children when a child component becomes invisible 10 years ago
  jules 189853720a Cleaned up a few uses of Image::null 10 years ago
  jules a45c3c564f Removed some C++11 syntax that had crept into the OSX font code 10 years ago
  jules cd37ba3aa4 Fix for openGL when a GL component is removed from its parent without detaching first. 10 years ago
  jules e0f5218121 Added an internal flag JUCE_COREGRAPHICS_RENDER_WITH_MULTIPLE_PAINT_CALLS 10 years ago
  jules 396d73a989 Fix for precedence of Javascript typeof operator 10 years ago
  jules 20264a91cd Added some more unit tests and fixes for the Time class 10 years ago
  jules 7a973372ad Added an assertion in OSX MIDI device detection, as this can apparently fail if not done on the message thread 10 years ago
  jules 0f2c1f74c8 Added a check in WindowsMediaAudioFormat to handle reading beyond the end of a file 10 years ago
  jules 6d710f3194 Added a null pointer check in linux message dispatching 10 years ago
  hogliux ac14c59283 Get rid of warnings in Windows direct write headers 10 years ago
  jules ff79ea06c7 Whitespace 10 years ago
  Timur Doumler 8f73a8b671 MPE: added descriptive comment to MPEZone::getZoneByIndex. 10 years ago
  Timur Doumler 067c78dbdb MPE: added missing call to MPEZoneLayout listeners if the layout is changed by its assignment operator. 10 years ago
  Timur Doumler 228e4b732c MPE: made lock inside MPESynthesiserBase private and gave it a more descriptive name. 10 years ago
  hogliux 84bc58f0c3 Add ability to remove a AudioGraph's node by it's pointer 10 years ago
  hogliux 7ee4c800a9 Add getChannelIndexForType to AudioChannelSet class 10 years ago
  Timur Doumler 9e317babd6 Made const casts added to avoid problems in the old 10.8 SDK more conspicuous. 10 years ago
  jules 51f284bf0f Added some casts to avoid problems in the old 10.8 SDK 10 years ago
  Timur Doumler dafbb8f0bc Fixed warning in juce_WavAudioFormat.cpp due to narrowing integer conversion. 10 years ago
  jules ef98ae9ced Avoided an assertion in LookAndFeel_V2 with small TextButtons 10 years ago
  jules c4cdec7bd9 Added method CharacterFunctions::getUnicodeCharFromWindows1252Codepage() and used this to help parse difficult WAV file metadata 10 years ago
  jules 14ef8ee8b3 Fixed a missing 'const' in FloatVectorOperations 10 years ago
  jules e04ebc8929 Added missing JUCE_API 10 years ago
  hogliux bbf716af9c Fix StandaloneFilterWindow compile error 10 years ago
  jules 6f8b9205a5 Added a shortcut key description field to PopupMenu::Item 10 years ago
  jules 2fe8465482 Added a minor assertion in Viewport. 10 years ago
  jules e5fd6d6e01 Simplification/refactoring of the PopupMenu class by adding a subclass PopupMenu::Item which holds all the info about an item. You can now use this for more control over adding items and the PopupMenu::MenuItemIterator uses it to return info about existing items. 10 years ago
  Timur Doumler 497f286b53 Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo. 10 years ago
  jules 5854829fcf Fixed a typo in the docs 10 years ago
  jules b6c3add330 Added drag-to-scroll functionality to Viewport 10 years ago
  jules 5840ba97ad Added DaVinci Resolve to PluginHostType 10 years ago
  jules f99b49c999 Added a helpful assertion in String::replaceCharacters 10 years ago
  jules e4f69698f2 Fixed a couple of minor warnings 10 years ago
  jules 5cdd56065d Added a method MidiKeyboardComponent::getTotalKeyboardWidth() 10 years ago
  jules beac2e4b3a Removed some legacy support for non-SSE2 CPUs. Added function FloatVectorOperations::disableDenormalisedNumberSupport() 10 years ago
  jules 889a6e200f Refactored some Time internals to rely on 64-bit OS time conversion functions. 10 years ago
  jules 5a7be115ca New class: CatmullRomInterpolator 10 years ago
  jules 66a52e505b Removed an old workaround in the VST wrapper that would substitute a sample rate of 44100 if the host failed to provide a rate. Now, in line with other formats, the VST wrapper will pass a rate of 0 through to the plugin. 10 years ago
  jules 5b9a5f6f96 Sorted out some ZipFile code that could have been failing on file sizes over 2GB 10 years ago
  jules a886a38c00 Avoided an unnecessary refresh when a FileBrowserComponent is first created 10 years ago
  Timur Doumler 94eb1e61f4 Fixed broken RTAS compilation on Visual Studio. 10 years ago
  jules 56b6efbbad Made sure that String::toCFString() never returns a null pointer 10 years ago
  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 f8e9c3af6b Added missing range check to LagrangeInterpolator::process() 10 years ago