Commit Graph

  • *
  • *
  • |\
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • * | |
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | * |
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | * |
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • | | *
  • 425e0c9a8b Remove unused file by falkTX 2017-01-02 16:02:59 +0000
  • d3b613a422 Merge branch 'master' of github.com:julianstorer/JUCE by falkTX 2017-01-02 16:02:37 +0000
  • d4b47809a1 Fixed some spelling mistakes in comments by jules 2017-01-01 11:59:39 +0000
  • 7eb534ae88 Added method ValueTree::getRoot() by jules 2017-01-01 11:58:29 +0000
  • a15d79d4fe Added new methods Rectangle::withRightX() and withBottomY() by jules 2017-01-01 11:56:23 +0000
  • 2c8b98b6e1 Added windows native code to show and hide the on-screen keyboard when juce text boxes are in focus by hogliux 2016-12-31 16:35:19 +0100
  • f1baf9b122 Added VST hosting support for begin/endParameterChangeGesture, and tidied up some internal code by jules 2016-12-30 15:47:18 +0000
  • 9e0370c9b7 Made sure the File::getNonexistentChildFile() method's putNumbersInBrackets is used when the name already ends in a digit by jules 2016-12-30 11:39:09 +0000
  • eb07aaf1ed Added some TRANS macros to some internal OSX menu item strings by jules 2016-12-30 11:38:03 +0000
  • 7a0319963d Allow to disable LV2 latency port by falkTX 2016-12-30 03:29:04 +0000
  • 5eeaf5a2b5 Added move semantics to AudioBuffer by jules 2016-12-26 19:26:35 +0000
  • aae0b15916 Added begin/end iteration to HashMap by jules 2016-12-26 19:06:20 +0000
  • b184ca92e8 Removed an accidentally-committed method from String by jules 2016-12-24 09:40:06 +0000
  • b90077c85f Cleaned up some warnings in the PNG code by jules 2016-12-24 09:32:37 +0000
  • 6f27a1d4a4 Typo fixes by tpoole 2016-12-22 20:21:13 +0000
  • ab0c519cef Workaround for an android-specific bug in String::formatted() by jules 2016-12-22 17:16:48 +0000
  • 158bc981de Fixed an issue restoring VST3 GUI state by tpoole 2016-12-21 12:25:35 +0000
  • a7ee1a7c2e Added missing initialiser in Path::Iterator constructor by hogliux 2016-12-21 09:38:22 +0000
  • aae64719a5 Minor compile fix in the javascript parser for VS2013 by jules 2016-12-20 17:41:12 +0000
  • af0791552a Fixed Linux message thread assertion in AudioProcessorValueTreeState by tpoole 2016-12-20 13:22:25 +0000
  • 2d96e3720a Changed the default sidechain layout to stereo in the NoiseGate sample code to increase compatibility with Bitwig DAWs by hogliux 2016-12-20 11:16:37 +0000
  • dd13702684 Added support for drag and drop of text on OSX, via DragAndDropContainer::shouldDropTextWhenDraggedExternally by jules 2016-12-20 09:12:22 +0000
  • b1d3069464 Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files by hogliux 2016-12-19 16:11:08 +0000
  • 7a02a83bf0 Make sure that the OSX SDK is new enough when compiling AUv3 targets by hogliux 2016-12-19 16:07:13 +0000
  • 27c353ca3f Fixed an issue when compiling with newer external png libraries by hogliux 2016-12-19 15:17:27 +0000
  • 32db13e0d5 CPP/C/CXX/LDFLAGS should be appended to JUCE_CPPFLAGS etc. in linux makefiles by hogliux 2016-12-19 15:17:06 +0000
  • ae3ee3467b Fixed an issue when including an external and newer version of zlib by hogliux 2016-12-19 15:01:23 +0000
  • a6d3d19832 Fixed a few minor bugs in X11 windowing code by hogliux 2016-12-19 12:20:05 +0000
  • f28462040b Whitespace cleanup by jules 2016-12-19 12:18:58 +0000
  • 3104616462 Added some copy/paste options for module paths to the Projucer's module listbox by jules 2016-12-19 12:09:00 +0000
  • a9b29baf83 Added support for lambdas in var::NativeFunction by hogliux 2016-12-19 11:53:12 +0000
  • 901913a0da Added new method FlexItem::withAlignSelf() by jules 2016-12-19 11:26:35 +0000
  • aac01b2b4b Fixed a couple of spelling mistakes by jules 2016-12-19 11:21:23 +0000
  • d90ca6caf8 Fixed a typo in the OpenGL demo code by hogliux 2016-12-19 11:21:17 +0000
  • ddaaaa6e9d Removed 'const' from the Projucer's component editor's generated keyStateChanged method by hogliux 2016-12-19 10:50:40 +0000
  • f85bbb2a61 Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size by hogliux 2016-12-19 10:11:19 +0000
  • 53ae78f1bb Fix for javascript parseInt of strings that start with a zero but contain non-numeric chars by jules 2016-12-19 09:23:54 +0000
  • cab4569849 Fixed a typo which lead the MSVC exporter to incorrectly recognize absolute AAX SDK paths by hogliux 2016-12-16 10:17:24 +0000
  • 688110f0a3 Fixed a littlefoot interpreter bug involving 32-bit integer literals by jules 2016-12-15 17:21:37 +0000
  • 86386300d9 Fixed unused parameter error in BluetoothMIDISelector overlay by XmasRights 2016-12-15 15:02:38 +0000
  • 4b881b0765 Added an exit callback to BluetoothMidiDevicePairingDialogue::open() by XmasRights 2016-12-08 10:57:53 +0000
  • 4d02823f97 BLOCKS API: Added a few littlefoot function definitions to the list (not yet supported in hardware!) by jules 2016-12-14 14:32:58 +0000
  • 1066a6d4ca Added C++11 functions to Doxygen by tpoole 2016-12-14 12:52:18 +0000
  • 13549989fd Added C++11 functions to Doxygen by tpoole 2016-12-14 12:40:13 +0000
  • 21aad5e20c Fixed IO channels when selecting <<none>> as OS X audio device by tpoole 2016-12-14 10:22:25 +0000
  • 8567338705 Changed the colour of module icons in the Projucer based on their license by tpoole 2016-12-14 10:18:35 +0000
  • 2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license by tpoole 2016-12-14 10:07:26 +0000
  • e91d0f900a Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete by hogliux 2016-12-12 17:22:15 +0000
  • fdeea46c8e Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading by hogliux 2016-12-12 16:46:51 +0000
  • e31a0b11e8 Resaved all projects by tpoole 2016-12-12 11:25:57 +0000
  • 8869fce59e Fixed minor documentation typo in a recent PropertiesFile commit by hogliux 2016-12-12 09:19:38 +0000
  • 806d99d777 Added an option to have a properties file suffix be appended to the full application name (instead of replacing it) by hogliux 2016-12-09 17:13:35 +0000
  • 05888a09fa BLOCKS API: Added some functionality (not yet supported in public firmware!) by jules 2016-12-09 12:07:59 +0000
  • e75128a878 Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream by ed 2016-12-09 11:49:57 +0000
  • 1c4b687401 Fixed a bug where the high resolution timer could hang when stopped from another thread by hogliux 2016-12-08 17:44:24 +0000
  • 3fa62bcaf7 Fixed some misnamed Doxygen parameters by tpoole 2016-12-08 11:05:11 +0000
  • 9f1254a015 Removed JucePlugin_{Max,Min}NumInputChannels from the VST wrapper by tpoole 2016-12-08 10:37:43 +0000
  • 2f06fdf66c Updated the standalone BLOCKS SDK build by tpoole 2016-12-07 16:19:20 +0000
  • 38a47d4387 Added a call to getToggleState() in ShapeButton::paintButton() to take into account toggle state when setting button colour by ed 2016-12-07 12:07:58 +0000
  • ffc687afdc Added TargetExt vcxproj property to MSVC by hogliux 2016-12-07 11:16:22 +0000
  • 9a130f2810 Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion by ed 2016-12-07 10:10:20 +0000
  • 2952b52f88 Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm by ed 2016-12-06 17:21:31 +0000
  • fb08261013 Fixed VS2013 warning in File::NaturalFileComparator struct by ed 2016-12-06 14:28:38 +0000
  • 3516e45b44 Fixed a typo in littlefoot function argument passing by jules 2016-12-06 10:30:33 +0000
  • 8cd578b0c6 Added the ability to set a custom BinaryData namespace in the Projucer by tpoole 2016-12-06 10:10:21 +0000
  • 4d48dfed9d Removed a defunct comment by jules 2016-12-06 09:11:29 +0000
  • e8a80efa5f Added Bitwig Studio to PluginHostType by tpoole 2016-12-05 15:07:35 +0000
  • a0ed11ebee Made File::NaturalFileComparator::compareElements() method const by ed 2016-12-05 14:09:07 +0000
  • cd752ed6af MidiFile::writeTo() method now returns false if unsuccessful by ed 2016-12-05 12:56:34 +0000
  • f6727f204b Added label parameter to all AudioParameter constructors by hogliux 2016-12-05 12:07:44 +0000
  • 36f561a8e5 Changed FileHelpers namespace to MacFileHelpers in juce_mac_Files.mm to be consistent with other native code by ed 2016-12-05 12:06:04 +0000
  • e93eee0eb1 Added NaturalFileComparator struct to File. Reverted File::compareFilenames method to old behaviour. by ed 2016-12-05 12:03:44 +0000
  • c5d3c26af6 Added workaround to fix a false re-save warning in the Projucer when saving a .jucer file on a network drive by hogliux 2016-12-05 10:39:50 +0000
  • 1ecc6867cb Changed order of parameters in FlexItem::Margin constructor to match web standard ordering by jules 2016-12-05 09:55:57 +0000
  • bd9697b687 Fixed a compiler error on older gcc versions by hogliux 2016-12-05 09:49:18 +0000
  • a816a44686 Disabled Ableton Live's plug-in auto-suspend if the plug-in reports an infinite tail-time by hogliux 2016-12-04 12:31:23 +0000
  • 8e768fc083 Added method littlefoot::Runner::isProgramValid() by jules 2016-12-02 16:24:53 +0000
  • d6fc589b6d Reverted File::compareFilenames() method to not compare filenames naturally and added an optional argument to use a natural comparison by ed 2016-12-02 16:18:15 +0000
  • fa7768ae2e Fixed Projucer live-build error with LittleFoot compiler by ed 2016-12-02 15:55:05 +0000
  • c545b58f03 Added another constructor to FlexItem::Margin by jules 2016-12-02 14:26:24 +0000
  • 17600a2902 Added copy constructor and copy assignment operator to MidiFile by ed 2016-12-02 12:45:42 +0000
  • 8e7ed3ae7d Fixed MacOS 10.12 deprecations by tpoole 2016-12-02 11:37:30 +0000
  • bb56cb2573 Fixed an uninitialised variable in OnlineUnlockStatus by jules 2016-12-01 09:29:47 +0000
  • 18c896f45b Changed Line::getPointAlongLineProportionally method to work properly with integers by ed 2016-12-02 11:27:04 +0000
  • 910cab77a1 Added a WaveLab workaround by adding tmp buffers when WaveLab lies about the number of channels we are getting by hogliux 2016-12-02 10:49:40 +0000
  • b86e1331ac Fixed a bug where the AU/AUv3 wrapper would create a spurious input bus when no inputs where specified in the Projucer's legacy channel configuration field by hogliux 2016-12-01 10:47:52 +0000
  • a3ef455696 Ignored deprecation warnings in the OS X VST3 SDK by tpoole 2016-12-01 10:02:22 +0000
  • 0f01433773 Fixed an uninitialised variable in OnlineUnlockStatus by jules 2016-12-01 09:29:47 +0000
  • 0ee2398eb5 Fixed compile error in recent commit on VS2015 by hogliux 2016-12-01 07:51:15 +0000
  • 92c219fda5 OSC: fixed bug where, if one OSCBundle contains multiple OSCBundles, the second nested bundle was not read correctly and an exception was thrown as a result. by Timur Doumler 2016-11-30 17:09:56 +0000
  • 3945f1d29b OSC: added unit tests for round-trip correctness (receiver to sender). by Timur Doumler 2016-11-30 16:54:51 +0000
  • 8313ba7a23 Added a workaround for DSP Quattro by hogliux 2016-11-30 13:54:07 +0000
  • d91b07ccc3 Changed depcrecated use of old dragOperationStarted/Ended to be an error instead of a warning by hogliux 2016-11-30 12:51:52 +0000
  • b5fb095696 Fixed a few VS2008 build errors by hogliux 2016-11-30 11:43:47 +0000
  • 267cfb8966 Fixed scoping of a conditional by tpoole 2016-11-30 11:03:55 +0000
  • 2ec8fb49d7 Fixed error restoring VST3 state in FL Studio by tpoole 2016-11-29 19:26:50 +0000
  • acf554a895 Fixed erroneous assertion when saving VST3 states by tpoole 2016-11-29 19:23:21 +0000
  • 40dfba17db MPESynthesiser: Added interface to set tracking mode for pressure/pitchbend/timbre. by Timur Doumler 2016-11-29 10:14:44 +0000
  • 80778a8b65 Fixed a couple of compiler warnings in the LittleFoot runner class by jules 2016-11-29 10:55:08 +0000
  • 7bd5c05216 Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open. by ed 2016-11-29 10:19:39 +0000