1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins. https://juce.com
Find a file
2010-02-13 13:21:33 +00:00
amalgamation Minor fixes for File::isAChildOf(), NPAPI window sizing, CodeDocument syntax parsing, and the amalgamated template file. 2010-02-11 11:07:03 +00:00
bin Updated .gitignore 2009-08-27 20:07:12 +01:00
build Created a new class "Range", for holding generic number ranges. New abstract class TextInputTarget, which defines methods common to text editors. Changed a couple of method definitions in TextEditor and CodeEditorComponent so that they could implement TextInputTarget. Added ability for wav files to save their SMPL chunk. 2010-02-12 17:38:39 +00:00
docs Updated the API documentation 2009-12-20 16:01:35 +00:00
extras Changed Font::findFonts() to use an Array instead of an OwnedArray. 2010-02-12 18:07:28 +00:00
src Tweaked file logger to not print the messages in release mode. 2010-02-13 13:21:33 +00:00
.gitignore Added mac NSException catching and tidied up some warnings. 2009-12-11 17:54:58 +00:00
juce.h Fix for String copying thread-safety, and some minor compile issues. 2010-02-08 16:23:01 +00:00
juce_amalgamated.cpp Tweaked file logger to not print the messages in release mode. 2010-02-13 13:21:33 +00:00
juce_amalgamated.h Changed Font::findFonts() to use an Array instead of an OwnedArray. 2010-02-12 18:07:28 +00:00
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
juce_Config.h Updated Timer code to avoid a rare messaging problem. Fixed a couple of minor build errors. Rearranged the atomic functions and added a new compare-and-swap operation. Added a thread-priority tweak to WASAPI. Removed MS-specific classes from the web browser component. 2010-01-27 20:28:38 +00:00