1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/extras/JuceDemo/Source
2012-06-26 15:30:48 +01:00
..
demos Removed the style parameter from Graphics::setFont(), because if the current font doesn't support that style, it'll give the wrong results. If this breaks your code, just wrap your arguments in a Font constructor, e.g. g.setFont (Font (mySize, myStyle)); 2012-06-26 13:18:03 +01:00
ApplicationStartup.cpp New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion(). 2012-05-04 20:07:24 +01:00
jucedemo_headers.h New class: DirectShowComponent, for native video playback in Windows. Added a demo page for this to the juce demo app. 2011-06-14 18:54:32 +01:00
MainDemoWindow.cpp Introjucer: more AAX support and some clean-ups. 2012-06-26 15:30:48 +01:00
MainDemoWindow.h Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!) 2011-02-06 19:03:36 +00:00