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 ca727ec2bb Improvements to path rendering and fix for PathStrokeType generating incorrect paths for some shapes. Added OSX10.4 compatibility for new new typeface classes. 16 years ago
..
amalgamator fix for a mac file bug introduced in the last check-in.. 16 years ago
audio plugin host Updated the text of the copyright/license blurb at the top of each source file. 16 years ago
audio plugins tweak to RTAS shutdown for PT8; added tooltips for the TableListBox; started adding some iphone audio code (not yet usable) 16 years ago
binarybuilder fix for a mac file bug introduced in the last check-in.. 16 years ago
browser plugins Tweaked lots of code to help things compile on the iPhone (still work-in-progress). 16 years ago
example projects fix for a mac file bug introduced in the last check-in.. 16 years ago
juce demo Improvements to path rendering and fix for PathStrokeType generating incorrect paths for some shapes. Added OSX10.4 compatibility for new new typeface classes. 16 years ago
prebuilt Checked in some new binaries for the juce demo 16 years ago
the jucer 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