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

3925 commits

Author SHA1 Message Date
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
33b246ce7b JuceDemo: made the taskbar icon menu work in OSX when the process isn't in the foreground. 2013-07-23 16:55:51 +01:00
jules
22f492e619 Introjucer: added AAX identifier setting box. 2013-07-23 16:30:16 +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
61e87b7ead Introjucer: added LOCAL_ARM_MODE flag for android. 2013-07-17 20:10:06 +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
f196f88330 Introjucer: added a menu to choose which IDE to launch when there's more than one. 2013-07-16 13:45:40 +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
02e51c6074 Introjucer: VC2013 exporter fix. 2013-07-10 11:08:17 +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
82d305a2a2 Introjucer: added exporter for VS2013 2013-07-09 16:09:28 +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
jules
4346fdb5f5 Replaced calls to the deprecated unix siginterrupt function. 2013-07-08 15:06:03 +01:00
jules
7293044a73 MouseInactivityDetector fix. 2013-07-08 14:20:11 +01:00
jules
eb646f8c42 Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes. 2013-07-08 13:05:51 +01:00
jules
51b9d1ed98 AU hosting: added support for begin/end gesture callbacks from plugin. 2013-07-06 13:56:08 +01:00
jules
34fccfa4f3 Made IIRCoefficients constructor public. 2013-07-06 12:29:19 +01:00
jules
c5f1e86cb3 Added some point-size accessor methods to Font. 2013-07-06 10:28:24 +01:00