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

26 commits

Author SHA1 Message Date
jules
e24662925d Changed AudioDeviceManager to support multiple simultaneous callbacks - this will break some code, but is easy to change by using AudioDeviceManager::addAudioCallback instead of setAudioCallback. Also added a new variant class 'var' which will be used by future browser-plugin support and scripting. 2009-04-17 14:18:48 +00:00
jules
540474d0ce Rewrote MessageManagerLock (again), hopefully now making it bulletproof. Also gave it an extra constructor and changed the threads section of the juce demo to use messagemanagerlocks to animate its components. Stopped using NSLog on the mac because it's unsafe for non-literal strings. Added a bodge to fake italic fonts on the mac if a real italic is unavailable. Added a new class: CallbackMessage, for triggering a custom callback on the event thread. Updated the RTAS plugin build to use the 8.0 version of the SDK. Fixed a problem with ComponentDraggers when working inside a magnifier component. 2009-03-07 12:02:32 +00:00
jules
f7b48e55dd Fixed some Mac window sizing and menu issues, optimised Graphics::drawImageTransformed(), and added an accuravy parameter to Path::contains(). 2009-02-02 17:48:54 +00:00
jules
0a551e2242 Added a maximum length to String::copyToUTF8(), tweaked the parameters to AudioFormatWriter::writeFromAudioReader(), altered the BWAV chunk code to store its text as UTF8, added a utility function WavAudioFormat::replaceMetadataInFile(). Sorted out some compile errors with plugin hosting code. Fixed a small glitch in ColourGradient, and added a method to TreeViewItems to allow some items to be made non-selectable. 2009-01-27 16:45:15 +00:00
jules
3c230a4db7 2008-12-05 15:19:04 +00:00
jules
47cf2369e5 2008-10-27 17:51:24 +00:00
jules
420f4d6ce2 2008-09-09 19:42:26 +00:00
jules
8e959a6d78 2008-05-19 16:48:47 +00:00
jules
0108b2f1d2 2008-05-16 15:32:34 +00:00
jules
175e9cf3a0 2008-04-04 13:50:32 +00:00
jules
cb9af5ef56 2008-03-31 10:54:17 +00:00
jules
701175832b added the QuickTimeAudioFormat class 2008-03-22 15:49:20 +00:00
jules
ad0f73dad6 2008-03-06 18:24:26 +00:00
jules
a9e726681c 2008-01-03 21:35:24 +00:00
jules
5eea51a781 2007-10-15 16:08:45 +00:00
jules
d95b8c8c35 updated to the latest version of libpng 2007-10-05 09:17:27 +00:00
jules
60e1be176e added FileDragAndDropTarget class and rewrote all the drag handling code 2007-09-26 14:43:50 +00:00
jules
8229d215a6 Added the AudioProcessor and related classes to the source tree. 2007-09-05 10:55:08 +00:00
jules
1e5a9ad56e 2007-08-10 15:58:46 +00:00
jules
ad1c2b740b 2007-07-16 17:33:42 +00:00
jules
99102fb62e 2007-07-07 17:39:33 +00:00
jules
205304c3a9 changed the look and feel classes, to make "shiny" the new default look, and moved the old look into an OldSchoolLookAndFeel class. 2007-06-20 13:14:27 +00:00
jules
4136ecde32 2007-06-19 08:49:50 +00:00
jules
0926af719f added FileTreeComponent and DirectoryContentsDisplayComponent. 2007-06-18 19:10:56 +00:00
jules
2b35f56640 2007-06-17 11:22:54 +00:00
jules
94cfda5062 2007-06-13 08:28:44 +00:00