1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

2607 commits

Author SHA1 Message Date
jules
e9df6d791c Slider type lookandfeel change. 2012-11-06 21:30:38 +00:00
jules
b6d825e133 Added slider type LinearBarVertical. 2012-11-05 20:33:34 +00:00
jules
1fbb854880 Changed include style for aeffectx.h 2012-11-05 20:32:40 +00:00
jules
3374dff2aa Fix for android zero-height bitmap problem. 2012-11-04 16:48:09 +00:00
jules
45209b7946 Fix for recursion in exception logger. 2012-11-04 16:45:57 +00:00
jules
f862392da8 Fixed a leak in OSX QuickTimeMovieComponent. 2012-11-03 11:24:28 +00:00
jules
5a8729c471 VST vendor version fix. 2012-11-03 10:12:39 +00:00
jules
2c72bfac6c Reimplemented the VST hex/decimal version change. 2012-11-02 19:54:48 +00:00
jules
aa0eb1a75d Changed the VST version number to be parsed as base-10 rather than base-16. 2012-11-02 17:14:44 +00:00
jules
ea557b40a5 ColourSelector rendering fix. 2012-11-02 16:58:27 +00:00
jules
8a3298ebb8 Added a PropertiesFile::reload() method. 2012-11-02 16:58:13 +00:00
jules
793fec6592 iOS multi-touch fix. 2012-10-31 18:35:05 +00:00
jules
dbaa9b9cc1 Prevented zlib headers messing-up use of the fdopen() function. 2012-10-31 10:03:20 +00:00
jules
be73832aa9 OSX web browser fix. 2012-10-30 12:26:34 +00:00
jules
490e547184 Fix for extensible-format wav reader. 2012-10-30 12:26:15 +00:00
jules
d1ceed0c14 Workaround for Xcode3 compiler bug. 2012-10-30 12:25:48 +00:00
jules
c94183e614 New method File::createLink, for creating win32 .lnk files. 2012-10-29 16:21:08 +00:00
jules
5dab488418 Fix to WavAudioFormat. 2012-10-29 14:19:34 +00:00
jules
8ae91bb39a Minor clean-ups. 2012-10-28 20:33:17 +00:00
jules
f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 2012-10-28 18:38:10 +00:00
jules
7850bebd47 Introjucer: made the string literal tool break long strings across multiple lines. 2012-10-28 11:14:26 +00:00
jules
1630476561 Srollbar base class visibility tweak. 2012-10-28 11:13:48 +00:00
jules
c80bc652e9 Linux font list parsing fix. 2012-10-28 11:13:18 +00:00
jules
f84d57243b Fix for linux font path parsing assertion. 2012-10-25 22:50:11 +01:00
jules
fdb31aff5c Added Logger::getCurrentLogger method. 2012-10-25 21:35:38 +01:00
jules
828d6f8e18 Introjucer: when saving very large amounts of binary data, it now splits it across multiple cpp files 2012-10-25 14:35:22 +01:00
jules
3ff54f9c33 VST hosting: added support for more VST host time flags. 2012-10-25 12:44:59 +01:00
jules
2aa22684f3 Workaround for strange type layout bug in Windows 64. 2012-10-24 10:45:44 +01:00
jules
9f52845c38 Minor update to linux drag+drop 2012-10-23 19:38:27 +01:00
jules
70257e902f Changed the result of MidiMessage::getMidiNoteInHertz to correctly map midi 69 to 440Hz 2012-10-23 12:43:09 +01:00
jules
896e55ae27 Fix for typo in ogg-vorbis code. 2012-10-23 09:47:06 +01:00
jules
d6249c3e6c Fixes and additions to Ogg-Vorbis format. 2012-10-22 17:51:29 +01:00
jules
271de5c581 Added flags to AudioPlayHead comparator. 2012-10-22 12:49:35 +01:00
jules
565cb189ea Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux. 2012-10-22 12:28:46 +01:00
jules
81232e6442 Demo plugin fix. 2012-10-22 09:49:13 +01:00
jules
422b0df651 Updated some introjucer template files. Updated project files. 2012-10-21 12:18:37 +01:00
jules
d94a1afcdc Linux drag-and-drop fix. 2012-10-20 15:12:48 +01:00
jules
6d15cc2948 Minor cleanups. 2012-10-20 15:12:37 +01:00
jules
8c864ceb9e Made sure that audio device block sizes are multiples of 16. 2012-10-20 11:07:34 +01:00
jules
298749cc62 Added a couple of methods to AudioProcessorPlayer and AudioSourcePlayer. 2012-10-20 11:07:12 +01:00
jules
f45574e53a VST host fix for Windows. 2012-10-19 19:33:39 +01:00
jules
769e2a72d1 Added a notification mode to Scrollbar::setCurrentRange() 2012-10-19 18:44:44 +01:00
jules
eda5904ba7 Added method AudioProcessor::silenceInProducesSilenceOut(). 2012-10-19 18:44:07 +01:00
jules
f07139f748 Minor clean-ups. 2012-10-19 15:54:15 +01:00
jules
02f5a1f876 VSTPluginFormat: internal refactoring, and some new accessor methods. 2012-10-19 09:47:28 +01:00
jules
a1614a8879 Minor changes for VC2005 2012-10-18 16:24:27 +01:00
jules
73f5cd92c7 AudioDeviceManager::addAudioDeviceType method. 2012-10-18 14:42:20 +01:00
jules
5ed768e953 New enum: NotificationType, to indicate whether to send a change message or not (and whether it should be async). Updates to ListBox, TreeView and Slider methods to use this type instead of bools. 2012-10-18 13:53:02 +01:00
jules
ab7c03a99e Introjucer: Added MSVC option for using DLL runtime lib. 2012-10-18 11:08:56 +01:00
jules
ba0cb5f2a9 mouseUp behaviour fix when components are modal. 2012-10-18 09:50:26 +01:00