3621 Commits (35ee44df8017d3f8b671bfbb9494e824fbc1187d)

Author SHA1 Message Date
  jules b5907fa90d Normalised some divider comments 10 years ago
  jules cb6085733f Fixed a minor leak in posix WaitableEvent 10 years ago
  hogliux be34912b67 Remove unnecessary copying of channels in VST2 wrapper 10 years ago
  hogliux 32e34bc808 Fix ugly noise feedback bug for AUs in Logic 10 years ago
  hogliux f4ac12820c Fix channel names in surround channel layouts 10 years ago
  jules 5c05483fbb Fixed a minor typo in the Component docs. 10 years ago
  jules 6b75e59e1f Added some behind-the-scenes functions for creating snapshots of native windows 10 years ago
  jules 16466371f0 Added ability for ImageType::convert() to work on formats with different pixel strides 10 years ago
  jules cdf525f74a Added an option to AudioDeviceManager::playSound to use the sample across all output channels (and made the test sound do this) 10 years ago
  hogliux 8465dea2ac Fixed missing surround format in PluginBusUtilities 10 years ago
  jules 8622ec4004 Fixes for the operator= implementations of the AudioParameterXXX classes 10 years ago
  jules 613aaa765a Fixed parsing of ISO8601 millisecond fields 10 years ago
  jules 2343dc153d Added hidden internal helper function to access plugin carbon window wrappers 10 years ago
  jules f5ee78595a Added a workaround for a problem in MSVC when using large years in Time::formatted 10 years ago
  jules deae885df4 Avoided a warning in OSX when core graphics is disabled 10 years ago
  jules eca3a5b232 Fixed a typo in a comment 10 years ago
  jules 3fdf969ea2 Added some UTC and ISO8601 methods to the Time class. Also clarified some of its comments and added unit tests 10 years ago
  jules d6f02c9ba4 Avoided a false assertion in ChildProcess 10 years ago
  jules 32bb5798bf Fixed a rounding error in iOS audio device sample rate selection 10 years ago
  jules 536ca6cedf Added an internal flag JUCE_VST3_EMULATE_MIDI_CC_WITH_PARAMETERS which can turn off this VST3 hack if you don't need it 10 years ago
  jules 674c833c84 Added method MouseEvent::mouseWasDraggedSinceMouseDown() 10 years ago
  jules b355af98a1 Disabled depth-test when overlaying 2D rendering on openGL 3D content 10 years ago
  hogliux d0d9b9c181 Choose stereo layout as default layout when using legacy channel configuration field 10 years ago
  jules 3aa68f3d00 Added time-of-day to Time::getCompilationDate() 10 years ago
  hogliux fc8ffd9f76 Fix finding default layout for legacy plug-ins 10 years ago
  hogliux 10d1228e86 Add option to set default stack size for JUCE threads 10 years ago
  hogliux 05a3ebc4eb Scale webpages to fit display by default on iOS 10 years ago
  jules 60e072f3c4 Added a new class: StatisticsAccumulator 10 years ago
  jules 876b4ae1d3 Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags 10 years ago
  jules 00d98c991d Fix for ResizableWindow handling size constraints that are set before it gets made visible 10 years ago
  jules 15d746cf6e Added a safety mechanism for pathological cases where user code that repeatedly blocks in a timer callback could get the event loop stuck 10 years ago
  jules b010df5bcd Made ChildProcess::start() auto-remove quotes from the name of the executable that it is given 10 years ago
  jules e051b5ad8f Added method HashMap::Iterator::reset() 10 years ago
  Timur Doumler 28730a28c8 Fixed bug in File::deleteFile() where it would fail to delete a symlink if it was pointing to a nonexistent file. 10 years ago
  jules c2bd54aefc Added some assertions to catch event-based objects being used before the message manager has been initialised 10 years ago
  jules 11b652e35a Refactored win32 broadcast message handling to avoid clashes with MS Word 10 years ago
  hogliux 644a34da84 Fix linux compile error in setting file limit 10 years ago
  hogliux a53eda27d4 Fix various multi-bus issues and add support for consistent surround channel ordering 10 years ago
  jules 71b62a8503 Moved some code that was in the wrong file 10 years ago
  jules fbda96b899 Added new method: Process::setMaxNumberOfFileHandles() 10 years ago
  hogliux 9629de32bb Add treatFilePackagesAsDirectories flag to native FileChooser 10 years ago
  jules cda1e4f518 Fixed an iOS compile bug 10 years ago
  jules 82c4938ebe Deprecated theAudioProcessor::silenceInProducesSilenceOut method, which is no longer actually used by any of the plugin wrappers 10 years ago
  jules 3ca13481eb Quick bit of optimisation to TableListBox repainting 10 years ago
  jules df33097ddf Added a function to multiply a point by a scalar, and improved the comments for Point::getAngleToPoint() 10 years ago
  jules dd576a5192 Fixed a mathematical edge-case in line-intersection calculations 10 years ago
  jules 08788c3e05 Added another MidiMessageSequence::addSequence method 10 years ago
  jules 3a8f6d0300 Added some layout arguments to BubbleComponent::setPosition() 10 years ago
  jules 6f19816cf4 Added another PopupMenu::addItem method for coloured items with drawables 10 years ago
  jules 08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 10 years ago