7111 Commits (cbc0ed304b32b26ec1ada94c368f458c3d22ca5c)
 

Author SHA1 Message Date
  jules aae0b15916 Added begin/end iteration to HashMap 8 years ago
  jules b184ca92e8 Removed an accidentally-committed method from String 8 years ago
  jules b90077c85f Cleaned up some warnings in the PNG code 8 years ago
  tpoole 6f27a1d4a4 Typo fixes 8 years ago
  jules ab0c519cef Workaround for an android-specific bug in String::formatted() 8 years ago
  tpoole 158bc981de Fixed an issue restoring VST3 GUI state 8 years ago
  hogliux a7ee1a7c2e Added missing initialiser in Path::Iterator constructor 8 years ago
  jules aae64719a5 Minor compile fix in the javascript parser for VS2013 8 years ago
  tpoole af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState 8 years ago
  hogliux 2d96e3720a Changed the default sidechain layout to stereo in the NoiseGate sample code to increase compatibility with Bitwig DAWs 8 years ago
  jules dd13702684 Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally 8 years ago
  hogliux b1d3069464 Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files 8 years ago
  hogliux 7a02a83bf0 Make sure that the OSX SDK is new enough when compiling AUv3 targets 8 years ago
  hogliux 27c353ca3f Fixed an issue when compiling with newer external png libraries 8 years ago
  hogliux 32db13e0d5 CPP/C/CXX/LDFLAGS should be appended to JUCE_CPPFLAGS etc. in linux makefiles 8 years ago
  hogliux ae3ee3467b Fixed an issue when including an external and newer version of zlib 8 years ago
  hogliux a6d3d19832 Fixed a few minor bugs in X11 windowing code 8 years ago
  jules f28462040b Whitespace cleanup 8 years ago
  jules 3104616462 Added some copy/paste options for module paths to the Projucer's module listbox 8 years ago
  hogliux a9b29baf83 Added support for lambdas in var::NativeFunction 8 years ago
  jules 901913a0da Added new method FlexItem::withAlignSelf() 8 years ago
  jules aac01b2b4b Fixed a couple of spelling mistakes 8 years ago
  hogliux d90ca6caf8 Fixed a typo in the OpenGL demo code 8 years ago
  hogliux ddaaaa6e9d Removed 'const' from the Projucer's component editor's generated keyStateChanged method 8 years ago
  hogliux f85bbb2a61 Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size 8 years ago
  jules 53ae78f1bb Fix for javascript parseInt of strings that start with a zero but contain non-numeric chars 8 years ago
  hogliux cab4569849 Fixed a typo which lead the MSVC exporter to incorrectly recognize absolute AAX SDK paths 8 years ago
  jules 688110f0a3 Fixed a littlefoot interpreter bug involving 32-bit integer literals 8 years ago
  XmasRights 86386300d9 Fixed unused parameter error in BluetoothMIDISelector overlay 8 years ago
  XmasRights 4b881b0765 Added an exit callback to BluetoothMidiDevicePairingDialogue::open() 8 years ago
  jules 4d02823f97 BLOCKS API: Added a few littlefoot function definitions to the list (not yet supported in hardware!) 8 years ago
  tpoole 13549989fd Added C++11 functions to Doxygen 8 years ago
  tpoole 21aad5e20c Fixed IO channels when selecting <<none>> as OS X audio device 8 years ago
  tpoole 8567338705 Changed the colour of module icons in the Projucer based on their license 8 years ago
  tpoole 2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 8 years ago
  hogliux e91d0f900a Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete 8 years ago
  hogliux fdeea46c8e Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading 8 years ago
  tpoole e31a0b11e8 Resaved all projects 8 years ago
  hogliux 8869fce59e Fixed minor documentation typo in a recent PropertiesFile commit 8 years ago
  hogliux 806d99d777 Added an option to have a properties file suffix be appended to the full application name (instead of replacing it) 8 years ago
  jules 05888a09fa BLOCKS API: Added some functionality (not yet supported in public firmware!) 8 years ago
  ed e75128a878 Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream 8 years ago
  hogliux 1c4b687401 Fixed a bug where the high resolution timer could hang when stopped from another thread 8 years ago
  tpoole 3fa62bcaf7 Fixed some misnamed Doxygen parameters 8 years ago
  tpoole 9f1254a015 Removed JucePlugin_{Max,Min}NumInputChannels from the VST wrapper 8 years ago
  tpoole 2f06fdf66c Updated the standalone BLOCKS SDK build 8 years ago
  ed 38a47d4387 Added a call to getToggleState() in ShapeButton::paintButton() to take into account toggle state when setting button colour 8 years ago
  hogliux ffc687afdc Added TargetExt vcxproj property to MSVC 8 years ago
  ed 9a130f2810 Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion 8 years ago
  ed 2952b52f88 Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm 8 years ago