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.
Timur Doumler 28730a28c8 Fixed bug in File::deleteFile() where it would fail to delete a symlink if it was pointing to a nonexistent file. 10 years ago
..
containers Used the ignoreUnused() function to tidy up some old code 10 years ago
files Added method Desktop::isOSXDarkModeActive() 10 years ago
javascript Added support for javascript Array.push method 10 years ago
logging Update copyright notice 10 years ago
maths Added some length-squared methods to Line and Point 10 years ago
memory Added some safety-checking to stop people accidentally passing a ScopedPointer to an OptionalScopedPointer 10 years ago
misc Cleaned up a few String::empty uses 10 years ago
native Fixed bug in File::deleteFile() where it would fail to delete a symlink if it was pointing to a nonexistent file. 10 years ago
network Add assertion when port numbers are out of range 10 years ago
streams Lots of small whitespace tweaks. 10 years ago
system Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 10 years ago
text Fix for case-insensitive comparison of extended UTF8 unicode chars, and some refactoring of CharacterFunctions. 10 years ago
threads Added new method: Process::setMaxNumberOfFileHandles() 10 years ago
time Added comment to Time::getCurrentTime() to make clear that it is not required to be monotonic. 10 years ago
unit_tests Cleaned up a few String::empty uses 10 years ago
xml Cleaned up a few String::empty uses 10 years ago
zip Fixed some spelling mistakes in a comment 10 years ago
juce_core.cpp Fix linux compile error in setting file limit 10 years ago
juce_core.h Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 10 years ago
juce_core.mm Update copyright notice 10 years ago
juce_module_info Version number update 10 years ago