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 69321e8b33 Tarted up the fonts demo page; added a scrollbar thickness to the code editor; improved the colour selector's rendering speed. 16 years ago
bin Updated .gitignore 16 years ago
build Initial check-in of a CodeEditorComponent class. Also tweaked ProgressBar to stop it sometimes moving too slowly. 16 years ago
docs Rebuilt the docs including a couple of missing classes; tweaked WebBrowserComponent to make page unloading optional; small efficiency improvement to ThreadPool 16 years ago
extras Tarted up the fonts demo page; added a scrollbar thickness to the code editor; improved the colour selector's rendering speed. 16 years ago
src Tarted up the fonts demo page; added a scrollbar thickness to the code editor; improved the colour selector's rendering speed. 16 years ago
.gitignore Minor fix for the linux build, and small fix for TreeView dragging logic 16 years ago
juce.h fix for a mac file bug introduced in the last check-in.. 16 years ago
juce_Config.h Initial version of a CoreGraphics-based rendering context for the mac. Also an intial version of JACK support for linux. 16 years ago
juce_amalgamated.cpp Added methods Graphics::setTiledImageFill and Graphics::setGradientFill - these are now the preferred way to specify a fill type, rather than using the Brush classes (which will probably disappear at some point in the future). Also refactored and renamed some DrawablePath methods, which might require a few tweaks to your code if you use this class. 16 years ago
juce_amalgamated.h Added methods Graphics::setTiledImageFill and Graphics::setGradientFill - these are now the preferred way to specify a fill type, rather than using the Brush classes (which will probably disappear at some point in the future). Also refactored and renamed some DrawablePath methods, which might require a few tweaks to your code if you use this class. 16 years ago
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 16 years ago