The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Storer dcaee2625d Tweaked file logger to not print the messages in release mode. 15 years ago
amalgamation Minor fixes for File::isAChildOf(), NPAPI window sizing, CodeDocument syntax parsing, and the amalgamated template file. 15 years ago
bin Updated .gitignore 16 years ago
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. 15 years ago
docs Updated the API documentation 16 years ago
extras Changed Font::findFonts() to use an Array instead of an OwnedArray. 15 years ago
src Tweaked file logger to not print the messages in release mode. 15 years ago
.gitignore Added mac NSException catching and tidied up some warnings. 16 years ago
juce.h Fix for String copying thread-safety, and some minor compile issues. 15 years ago
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. 15 years ago
juce_amalgamated.cpp Tweaked file logger to not print the messages in release mode. 15 years ago
juce_amalgamated.h Changed Font::findFonts() to use an Array instead of an OwnedArray. 15 years ago
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 16 years ago