1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/extras
Julian Storer d779fa9759 The first working check-in of an iPhone build! Added an iPhone project for the normal juce demo, which runs.. although it isn't exactly designed for a hand-held form factor!
Also in this check-in is support for creation of custom Mac MIDI input and output devices, and an option to load URLs with the QuickTimeComponent
2009-11-13 16:17:22 +00:00
..
amalgamator fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
audio plugin host Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
audio plugins tweak to RTAS shutdown for PT8; added tooltips for the TableListBox; started adding some iphone audio code (not yet usable) 2009-10-29 13:36:47 +00:00
binarybuilder fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
browser plugins Tweaked lots of code to help things compile on the iPhone (still work-in-progress). 2009-10-12 13:30:04 +01:00
example projects fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
juce demo The first working check-in of an iPhone build! Added an iPhone project for the normal juce demo, which runs.. although it isn't exactly designed for a hand-held form factor! 2009-11-13 16:17:22 +00:00
prebuilt Checked in some new binaries for the juce demo 2009-09-19 14:27:46 +01:00
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. 2009-11-09 12:00:18 +00:00