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 dc83bf01e1 oops - the last check-in broke some path rendering code.. this fixes it. 16 years ago
bin Updated .gitignore 16 years ago
build Massive, long-overdue spring-cleaning and refactoring of the LowLevelGraphicsContext, Typeface and Font classes. Functions such as glyph rendering can now be handled directly by a native graphics context (and glyph rendering is now implemented natively on the Mac). The Typeface class is now an abstract base class with much minimal functionality, and platform-specific subclasses are used for font loading. A new class CustomTypeface lets you load and save typefaces in the old juce binary typeface format. For most people, these changes probably won't require you to alter your code, but you might need to change a few classnames in your code if you're using typefaces directly. 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 Massive, long-overdue spring-cleaning and refactoring of the LowLevelGraphicsContext, Typeface and Font classes. Functions such as glyph rendering can now be handled directly by a native graphics context (and glyph rendering is now implemented natively on the Mac). The Typeface class is now an abstract base class with much minimal functionality, and platform-specific subclasses are used for font loading. A new class CustomTypeface lets you load and save typefaces in the old juce binary typeface format. For most people, these changes probably won't require you to alter your code, but you might need to change a few classnames in your code if you're using typefaces directly. 16 years ago
src oops - the last check-in broke some path rendering code.. this fixes it. 16 years ago
.gitignore Fix for some audio plugin window focus issues. Changed the Jucer to use a CodeEditorComponent for its preview panel. 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 oops - the last check-in broke some path rendering code.. this fixes it. 16 years ago
juce_amalgamated.h oops - the last check-in broke some path rendering code.. this fixes it. 16 years ago
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 16 years ago