203 Commits (fb57b879aa5158ea5890fb93aa69220aa7eebccd)

Author SHA1 Message Date
  jules 5b3a6d184b Resaved projects 13 years ago
  jules 9c9cae12f4 Resaved some projects. Added a Code::Blocks project for the introjucer. 13 years ago
  jules ff114947e4 New class: SystemAudioVolume to control the OS's master volume. (Implemented only for OSX and Windows) 13 years ago
  jules 2b638dd93b Project file rebuilds. 13 years ago
  jules 15a8c1ded7 New class: BufferingAudioFormatReader 13 years ago
  jules 8820d37d2c Typo in GraphEditorPanel. 13 years ago
  jules 0d8a173bc9 GraphEditorPanel: added device changelistener 13 years ago
  jules 891e0c5343 Introjucer: Xcode tweak so that newer Xcode versions still put the build products in the build/[config] folder by default. 13 years ago
  jules adb59236b7 Fixed OSX Accelerate framework linkage. 13 years ago
  jules cbf8b5e8a2 Used some OSX vecLib functions inside FloatVectorOperations. 13 years ago
  jules eee4176331 VC2008 build fix. Rebuild of projects. 13 years ago
  jules f65a8148a6 Introjucer: fixed broken MSVC intermediates path. 13 years ago
  jules 9e4baf538b Android: fix for pausing openGL apps. Rebuild of project files. 13 years ago
  jules f853636464 New class: LagrangeInterpolator 13 years ago
  jules 9fbc963d96 2.0.33 13 years ago
  jules ad33fca65a Minor clean-ups and documentation. 13 years ago
  jules f3d9c3ebe0 Minor clean-ups. 13 years ago
  jules 69a08e3fb2 Removed some superfluous semicolons. 13 years ago
  jules 66769a191b AU latency change notification. Minor tweaks to plugin hosting. 13 years ago
  jules d79fcf1d32 Introjucer: swapped the xib file for a nib file. 13 years ago
  jules f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 13 years ago
  jules 422b0df651 Updated some introjucer template files. Updated project files. 13 years ago
  jules 53edf99901 Added a class KnownPluginList::PluginTree for accessing a sorted tree of plugins. Misc other improvements to plugin hosting. Also added methods for getting a plugin's VSTXML data. 13 years ago
  jules 2ac8615c7e Introjucer: Xcode project generation update. 13 years ago
  jules 5428554cda Added a flag to disable bypass in RTAS. 13 years ago
  jules d7cea05104 Added a new struct DialogWindow::LaunchOptions, to provide a better mechanism than the existing static methods for launching dialog boxes. I've left the old static methods in there but will probably deprecate them at some point in the future. Also added a couple of methods to OptionalOwnedPointer. 13 years ago
  jules ab10aeca89 Refactored some c++ tokeniser classes. 13 years ago
  jules 9caac6d44e New class: TextDiff 13 years ago
  jules a0ed9c96e4 New class: ConcertinaPanel. 13 years ago
  jules dc9e0cb9bb Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. 13 years ago
  jules 246cb94bb0 AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids. 13 years ago
  jules af9e993e12 Fixed a typo. 13 years ago
  jules 3ddc6dd43d New class: DropShadow, and a complete refactoring of the way shadows are rendered. The DropShadowEffect and DropShadower classes now take a DropShadow object to describe their shadow parameters, instead of the raw numbers. 13 years ago
  jules 2fe73f6ebe Introjucer: added a flag to help with OSX retina displays. 13 years ago
  jules a866a9c2cf Fixed a few Array::removeValue calls that I'd missed.. 13 years ago
  jules 7f499caf5f Introjucer: refactored some filenames. 13 years ago
  jules f5d72f1406 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)); 13 years ago
  jules 4cabc9095e Introjucer: Added code to the win32 resource file to allow custom rc files to be included. 13 years ago
  jules 1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 13 years ago
  jules 5fcebaa07e Updated project files. 13 years ago
  jules 4e754a838b Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'. 13 years ago
  jules 53b1e351cf Changed the return values of some virtual methods in FileBasedDocument - Strings and File objects are now non-const, and the load/save functions return a Result object rather than a string. 13 years ago
  jules 06f6eac0e9 Updated some project files. 13 years ago
  jules b7d0c13226 Introjucer: Use of $(OutDir) in MSVC projects. 13 years ago
  jules 5caaa4009a Added class: TextDragAndDropTarget. 13 years ago
  jules b3c193e15e Introjucer: Better use of $(IntDir) in MSVC project generation. 13 years ago
  jules 67c1ad6d4a Fixed some findParentComponentOfClass() calls. 13 years ago
  jules 79381ced5d Removed GLU from the list of default libraries. 13 years ago
  jules 791cf42abc New class: AudioThumbnailBase, which is an abstract base class for thumbnails. 13 years ago
  jules a16aee5fa5 Made the plugin host demo close its plugin windows before attempting to quit. 14 years ago