402 Commits (7e9fbd30c3882bf2e5b718efbf08ce71c6f7ac08)

Author SHA1 Message Date
  jules 7e9fbd30c3 Some font style tweaks, and update of the juce demo fonts page to show a list of available styles. 13 years ago
  jules ef9acb91ca Added some value retrieval methods for DrawableText. 13 years ago
  jules 791e15b790 Fix to documentation. 13 years ago
  jules 089a2e31ba Improved some docs. 13 years ago
  jules 2e0640b8ba Added some speaker arrangement methods to AudioProcessor, with support for retrieving host speaker arrangements in a VST plugin. 13 years ago
  jules 941907a3d1 Initial commit of font style access, providing access to the styles available for each font family. 13 years ago
  jules 9c21813960 Fix for a mistake in the last check-in! 13 years ago
  jules 5e378c5c90 Fix for linux keyboard function. 13 years ago
  jules 3ef8be7a42 Updated use of deprecated linux keyboard function. Removed some unnecessary GL headers. 13 years ago
  jules dc76ef71e9 Made MidiMessageSequence::addEvent return the new event. 13 years ago
  jules 711d58e066 AlertWindow text box fix. 13 years ago
  jules 3ba41c7d51 Fix for KnownPluginList::scanAndAddFile. 13 years ago
  jules 4f590f036d Added better constructors for AudioSourceChannelInfo. 13 years ago
  jules 79381ced5d Removed GLU from the list of default libraries. 13 years ago
  jules fa90b55cdd Fix for a deadlock in some (rare) threading situations. 13 years ago
  jules ccb5144c95 Fix for BufferingAudioSource when looping. 13 years ago
  jules 321931c21c Added a DrawableText::getText() method. 13 years ago
  jules ee4618d863 Added some explicit namespacing for exceptions, and fixed a mouseExit problem with modal components. 13 years ago
  jules 1125229308 Fixed a typo that prevented OSX 10.6 builds. 13 years ago
  jules 438159d01a Added a flag to disable inline asm. 13 years ago
  jules 791cf42abc New class: AudioThumbnailBase, which is an abstract base class for thumbnails. 13 years ago
  jules 7d4bbd114a New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays(). 13 years ago
  jules 2e1ead004e Updated the default linux font names. 13 years ago
  jules bb2d7683e5 Linux VST header fix. 13 years ago
  jules 0826b28983 RTAS compatibility fix. Wav file fix for coping with corrupt files. 13 years ago
  jules 83fa27c4f2 Added channel mask metadata to WavAudioFormat. 13 years ago
  jules cf5163a68d Updated some win32 video code. 13 years ago
  jules df5d50bcd8 Version number bump. 13 years ago
  jules d7df53bf2e Oops! Fixed a typo in the last check-in. 13 years ago
  jules abf8f59df4 Fix for OSX VST host windowing order problem. 13 years ago
  jules 3f953ca21d Change to assertions to get Xcode 4 to work better. 13 years ago
  jules 9fe7c939e0 VST string encoding tweak. 13 years ago
  jules 84a0a24b4e Added some speaker arrangements for WavAudioFormat. Removed a conditional in audio_devices.h 13 years ago
  jules ebfd2835d8 OpenGLContext fix. 13 years ago
  jules 3b431954ec Added an extra include that seems to be needed for some iOS build targets. 13 years ago
  jules 7339a2631e Changed the MidiKeyboardComponent to be multi-touch aware. 13 years ago
  jules 535f248c53 Rearranged some error-catching code. 13 years ago
  jules 830332d3ec Added a progress value for ZipFile::Builder. 13 years ago
  jules ab33b1a05d Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux. 13 years ago
  jules a4b83d313c Prevented some mouse-events bypassing modal components. 13 years ago
  jules 46ae142d8a Added loop position indicators to CurrentPositionInfo (only enabled in VSTs) 13 years ago
  jules 572cf1deb8 Cleaned up some docs. 13 years ago
  jules 3a91979ea8 Version bump. 13 years ago
  jules 286f0dbdef Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups. 13 years ago
  jules f043bb6ace Removed some old packing pragmas from the plugin code. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules 991388d2c3 Removed a call that wasn't compatible with older versions of Windows. 13 years ago
  jules ecb7abb435 Made sure that Drawable::createCopy copies their names and IDs. 13 years ago
  jules 70133a94eb Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining() 13 years ago
  jules c4af628d14 Avoided repeated calls to dladdr(), which could cause problems in some plugin situations. 13 years ago