3746 Commits (f5c19ef612cc01ac3a051486b341e2ccefedd627)

Author SHA1 Message Date
  jules 3d2969e71d JACK fixes. 13 years ago
  jules c0d2341ad7 Removed channel count limit in AudioProcessorPlayer 13 years ago
  jules 9615781f24 OpenGL fix 13 years ago
  jules d1757b5e8a Minor stuff. 13 years ago
  jules a971f93daf Fixed typo in CoreGraphics code. 13 years ago
  jules f24f7b638c Modal component fix. Minor tweaks. 13 years ago
  jules 880fa4d673 Component repaint optimisations. 13 years ago
  jules b3c0df703f Avoid warnings in Intel compiler. 13 years ago
  jules f903695ba3 Audio plugins: better bypass support, with an AudioProcessor::processBlockBypassed() method that can be used for custom behaviour. 13 years ago
  jules c6944afd4c PopupMenu: allowed custom components to have sub-menus. 13 years ago
  jules d90d11143a JACK fix. 13 years ago
  jules f02f1c3cdd VST hosting window ownership fix. 13 years ago
  jules 982ad70e29 Linux VST hosting fix. 13 years ago
  jules a51a4952e4 Cleaned up a few VC warnings. 13 years ago
  jules f6ce67ed4a OpenGL context now supports high DPI displays. Added operator* to Rectangle class. 13 years ago
  jules 667a18712f Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster. 13 years ago
  jules 0d4d67da40 Changed NPAPI builds to always use the Cocoa UI model unless JUCE_USE_NPAPI_CARBON_UI is set to 1 13 years ago
  jules c16c3a7c28 Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels. 13 years ago
  jules 4d4321bea1 Version 2.0.28 13 years ago
  jules 8e8dc5667f Renamed a few old references to "iPhoneOS" as "iOS". 13 years ago
  jules 699b5303e2 Android: multi-touch support. 13 years ago
  jules 759685d89a Fixed juce_graphics module dependency. 13 years ago
  jules 09fd0206dc OSX main menu fix. 13 years ago
  jules 04fbf0a8ae Plugin hosting fixes. 13 years ago
  jules 8192ba7cad Added DialogWindow::LaunchOptions::create() method. 13 years ago
  jules 4ef89c890f Avoided a few gcc compiler warnings. 13 years ago
  jules 9393c1bbc9 Avoided some minor compiler warnings. 13 years ago
  jules ac5030b909 Plugin scanning improvements: Crashed plugins are blacklisted and shown in the plugin list component. 13 years ago
  jules 412e59e1fd Slider: alt-click acts like double-clicking. 13 years ago
  jules 9aab5c7f82 Removed leak in ValueSource async updater. 13 years ago
  jules dea1aa475b OSX GL views: accepting first mouse click event. 13 years ago
  jules 2590de5bad More robust checking for OpenGLTexture::release. 13 years ago
  jules 48ffccb8b8 Minor cleanups. 13 years ago
  jules edc45e9aba Workaround for android's new file scanning behaviour when using the device as a USB drive. 13 years ago
  jules 66ecd6bc7c Performance improvement for Value change notifications. 13 years ago
  jules 07e7188eb1 Tidied up a few compiler warnings. 13 years ago
  jules c3abff7d42 Made iOS audio stop with an error callback when the playback device is removed. 13 years ago
  jules a841d369cd Cleared OpenSL buffer before playing. 13 years ago
  jules d50bb757dc VST plugin search path improvement. 13 years ago
  jules e9df6d791c Slider type lookandfeel change. 13 years ago
  jules b6d825e133 Added slider type LinearBarVertical. 13 years ago
  jules 1fbb854880 Changed include style for aeffectx.h 13 years ago
  jules 3374dff2aa Fix for android zero-height bitmap problem. 13 years ago
  jules 45209b7946 Fix for recursion in exception logger. 13 years ago
  jules f862392da8 Fixed a leak in OSX QuickTimeMovieComponent. 13 years ago
  jules 5a8729c471 VST vendor version fix. 13 years ago
  jules 2c72bfac6c Reimplemented the VST hex/decimal version change. 13 years ago
  jules aa0eb1a75d Changed the VST version number to be parsed as base-10 rather than base-16. 13 years ago
  jules ea557b40a5 ColourSelector rendering fix. 13 years ago
  jules 8a3298ebb8 Added a PropertiesFile::reload() method. 13 years ago