1519 Commits (aafa12fd81ac993f61b4eae87a3679c35a33dbeb)

Author SHA1 Message Date
  jules aafa12fd81 Increased the warning level for the Xcode builds of the demo + introjucer, and avoided a few warnings. 12 years ago
  jules ac3151ad1f (Fixed typo in the last check-in) 12 years ago
  jules dd1a3496c2 Fixed the AudioSampleBuffer copy-constructor's behaviour to match its description. 12 years ago
  jules ca40721527 Cleaned up edge-cases in string numeric conversion methods, and added some extra unit tests. 12 years ago
  jules 6a6f42ddc9 Workarounds for GCC not understanding friend template classes in RectangleList. 12 years ago
  jules 0e27986214 Modified the HashMap class to store an instance of its hashcode-generator class instead of calling static methods. 12 years ago
  jules 1b9a60e52c Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 12 years ago
  jules 3330b9b587 Added StringArray::clearQuick method. 12 years ago
  jules 5b25ac6609 Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 12 years ago
  jules 19b7d59c14 Added method OwnedArray::clearQuick 12 years ago
  jules b91983c480 Work towards supporting a global scaling factor: Desktop::setGlobalScaleFactor(). 12 years ago
  jules 7d167aef87 Added a new AffineTransform::scaled method and improved Rectangle::operator*= 12 years ago
  jules 7590e3f1fe Fixed some toolbar customiser drag+drop problems. 12 years ago
  jules 072c27d7f4 Renamed Rectangle::transformed to Rectangle::transformedBy, in order to match the method name in Point, and allow easier use of these classes in templates. 12 years ago
  jules 60a0087114 Some internal component peer work. 12 years ago
  jules cf01cae2ea Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type. 12 years ago
  jules c3e082b252 Added WindowsRegistry::keyExists() methods 12 years ago
  jules 30cc1ed757 Added flags for multisampling in GL, and implementation of this for iOS. 12 years ago
  jules 8d05e58bc7 Horrible hack to work around OSX openGL swap intervals not working correctly when the window is occluded. 12 years ago
  jules 4d7aaace23 Changed DragAndDropContainer::getCurrentDragDescription() to return a var. 12 years ago
  jules 7fbb6803dc Fix for positioning of some Carbon VST windows. 12 years ago
  jules b506a13ba2 Documentation fix. 12 years ago
  jules 7c83d51aa6 Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support 12 years ago
  jules 3d74717349 Bit of tidying-up in the Point class, and some spelling fixes in comments. 12 years ago
  jules b075af5e6c Added method FileTreeComponent::setItemHeight(). 12 years ago
  jules 9f97ff341b Added a MemoryOutputStream constructor to write into a fixed block of memory. 12 years ago
  jules e661096762 Enabled JUCE_RTAS_LINK_TO_DEBUG_LIB by default in a debug build. 12 years ago
  jules 30e3b0d865 Optimised Result::ok() 12 years ago
  jules 10a1a54af2 Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro. 12 years ago
  jules d2996f50cf Made Synthesiser::handleMidiEvent overridable. 12 years ago
  jules 3e9f20da8f Added another Random::fillBitsRandomly method. 12 years ago
  jules 4a5380171a Version number update 12 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 67740c1441 Added return values for various OutputStream::writeXYZ methods. 12 years ago
  jules 731a9b1d59 Added method StringArray::ensureStorageAllocated() 12 years ago
  jules 219a2b1991 RTAS build fix. 12 years ago
  jules 0a0e0bc60d Workarounds for png code in some older versions of VC. 12 years ago
  jules 9b9717371d Added method PluginListComponent::isScanning(). 12 years ago
  jules 3861a04197 Some more override decorations. 12 years ago
  jules 802969a42e Fix for OSX native recent files menu. 12 years ago
  jules a1ebc633b3 Fix for closing documents in a tabbed MultiDocumentPanel. 12 years ago
  jules 229beeab83 Limited the time that TextDiff can spend on large input files. 12 years ago
  jules 080ff658b9 VC2013 compiler compatibility. 12 years ago
  jules 93d7d79b95 Replaced use of the deprecated GetVersionEx win32 call. 12 years ago
  jules 4fc8fbaef1 Added some more override decorators. 12 years ago
  jules 4ce1908f79 Misc tidying-up. 12 years ago
  jules f86739b221 Fixed a couple of iOS build issues. 12 years ago
  jules a0e292bdaf TabbedComponent::removeTab fix. 12 years ago
  jules ecc1a17bc6 Code clean-ups. 12 years ago
  jules f51aab284b VST hosting: workarounds for izotope GUIs. 12 years ago