1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

2015 commits

Author SHA1 Message Date
jules
6a6f42ddc9 Workarounds for GCC not understanding friend template classes in RectangleList. 2013-07-29 08:55:55 +01:00
jules
0e27986214 Modified the HashMap class to store an instance of its hashcode-generator class instead of calling static methods. 2013-07-28 19:49:45 +01:00
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. 2013-07-28 18:08:28 +01:00
jules
3330b9b587 Added StringArray::clearQuick method. 2013-07-28 12:05:25 +01:00
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. 2013-07-28 11:31:25 +01:00
jules
19b7d59c14 Added method OwnedArray::clearQuick 2013-07-27 12:33:42 +01:00
jules
b91983c480 Work towards supporting a global scaling factor: Desktop::setGlobalScaleFactor(). 2013-07-26 17:35:33 +01:00
jules
7d167aef87 Added a new AffineTransform::scaled method and improved Rectangle::operator*= 2013-07-26 17:19:07 +01:00
jules
7590e3f1fe Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
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. 2013-07-25 18:13:27 +01:00
jules
60a0087114 Some internal component peer work. 2013-07-25 14:55:55 +01:00
jules
cf01cae2ea Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type. 2013-07-25 14:28:29 +01:00
jules
c3e082b252 Added WindowsRegistry::keyExists() methods 2013-07-25 10:49:12 +01:00
jules
30cc1ed757 Added flags for multisampling in GL, and implementation of this for iOS. 2013-07-23 17:38:25 +01:00
jules
8d05e58bc7 Horrible hack to work around OSX openGL swap intervals not working correctly when the window is occluded. 2013-07-23 15:57:50 +01:00
jules
4d7aaace23 Changed DragAndDropContainer::getCurrentDragDescription() to return a var. 2013-07-23 14:38:48 +01:00
jules
7fbb6803dc Fix for positioning of some Carbon VST windows. 2013-07-23 14:14:02 +01:00
jules
b506a13ba2 Documentation fix. 2013-07-22 19:51:32 +01:00
jules
7c83d51aa6 Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support 2013-07-22 13:41:12 +01:00
jules
3d74717349 Bit of tidying-up in the Point class, and some spelling fixes in comments. 2013-07-22 13:18:29 +01:00
jules
b075af5e6c Added method FileTreeComponent::setItemHeight(). 2013-07-22 12:07:02 +01:00
jules
9f97ff341b Added a MemoryOutputStream constructor to write into a fixed block of memory. 2013-07-22 11:29:15 +01:00
jules
e661096762 Enabled JUCE_RTAS_LINK_TO_DEBUG_LIB by default in a debug build. 2013-07-22 10:13:40 +01:00
jules
30e3b0d865 Optimised Result::ok() 2013-07-22 10:10:26 +01:00
jules
10a1a54af2 Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro. 2013-07-18 12:22:33 +01:00
jules
d2996f50cf Made Synthesiser::handleMidiEvent overridable. 2013-07-18 11:02:06 +01:00
jules
3e9f20da8f Added another Random::fillBitsRandomly method. 2013-07-18 09:30:51 +01:00
jules
4a5380171a Version number update 2013-07-17 16:26:42 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
67740c1441 Added return values for various OutputStream::writeXYZ methods. 2013-07-16 13:18:17 +01:00
jules
731a9b1d59 Added method StringArray::ensureStorageAllocated() 2013-07-15 11:08:45 +01:00
jules
219a2b1991 RTAS build fix. 2013-07-11 22:01:50 +01:00
jules
0a0e0bc60d Workarounds for png code in some older versions of VC. 2013-07-11 16:58:10 +01:00
jules
9b9717371d Added method PluginListComponent::isScanning(). 2013-07-10 16:29:14 +01:00
jules
3861a04197 Some more override decorations. 2013-07-10 14:55:26 +01:00
jules
802969a42e Fix for OSX native recent files menu. 2013-07-10 14:11:06 +01:00
jules
a1ebc633b3 Fix for closing documents in a tabbed MultiDocumentPanel. 2013-07-10 12:22:44 +01:00
jules
229beeab83 Limited the time that TextDiff can spend on large input files. 2013-07-10 12:05:54 +01:00
jules
080ff658b9 VC2013 compiler compatibility. 2013-07-10 11:08:36 +01:00
jules
93d7d79b95 Replaced use of the deprecated GetVersionEx win32 call. 2013-07-10 11:08:00 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
4ce1908f79 Misc tidying-up. 2013-07-09 20:25:46 +01:00
jules
f86739b221 Fixed a couple of iOS build issues. 2013-07-09 17:42:59 +01:00
jules
a0e292bdaf TabbedComponent::removeTab fix. 2013-07-09 17:25:04 +01:00
jules
ecc1a17bc6 Code clean-ups. 2013-07-09 14:51:11 +01:00
jules
f51aab284b VST hosting: workarounds for izotope GUIs. 2013-07-09 14:10:44 +01:00
jules
00e77a7ac2 OSX main menu recent files list fixes. 2013-07-09 11:43:12 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
23f59fd99c Improved some documentation in the File class. 2013-07-08 17:59:37 +01:00
jules
13304ac410 Text layout fix when using newlines with certain fonts on OSX. 2013-07-08 17:04:25 +01:00