3746 Commits (f5c19ef612cc01ac3a051486b341e2ccefedd627)

Author SHA1 Message Date
  jules c5d9600fa1 Added comment to a file method. 11 years ago
  jules f7e36108f8 Fix for the Synthesiser voice-stealing algorithm 11 years ago
  jules af568cd263 Fixed typo in comment. 11 years ago
  jules 7fe33baa20 Updated the Synthesiser classes to store the current midi channel in the voice. 11 years ago
  jules 6682e07fe6 Linux VST windowing fix. 11 years ago
  jules 45c620a996 Fix for ALSA CPU use when using an input device without an output device. 11 years ago
  jules ddb7e88cf9 Added Slider::isRotary() 11 years ago
  jules 854a3e98d0 Added a new soft-keyboard type TextInputTarget::decimalKeyboard. 11 years ago
  jules c1dbb8684a Fix for auval fail with parameter strings in plugins with old-style parameter implementations. 11 years ago
  jules c19df0cc20 A couple more small fixes to WASAPI 11 years ago
  jules b2c9029026 Minor improvement to XML parsing. 11 years ago
  jules c5595695fe Optimisation to XML parsing of documents that contain large text sections. 11 years ago
  jules faa7f256b7 Even more WASAPI updates and fixes. Allegedly this means that exclusive mode should now work! 11 years ago
  jules 05c68c28f3 Minor layout clean-ups. 11 years ago
  jules ac8bc1a7b4 Added methods to Label and TextEditor to specify the type of virtual keyboard they require. 11 years ago
  jules 5054b4959a Added a couple of jmap() functions, to map values from source ranges to target ranges. 11 years ago
  jules 5c2e51da15 Tidy-up of ASIO generics, to allow more simultaneous devices. 11 years ago
  jules 7233c1b8df Made a couple of String methods more robust in the edge-case where they get called with a recursive reference to the target string. 11 years ago
  jules 7b3ca9900e Oops.. fixed typo in WASAPI code! 11 years ago
  jules 96054060cd Tweak to avoid a compiler warning. 11 years ago
  jules 67acb27062 OSX TextLayout maximum height fix. 11 years ago
  jules 734cae7888 Tweaked a few MSVC warning suppressants. 11 years ago
  jules 9f073272f7 More WASAPI improvements. 11 years ago
  jules aea422609c Avoided some compiler warnings about unused functions. 11 years ago
  jules 8f5623ca0b Gave MidiKeyboardComponent a keyPressed method to prevent keypresses that it's using from being passed through to parent components. 11 years ago
  jules 7704d5ad79 Improvements to parsing AIFF CATE chunks. 11 years ago
  jules 392967f818 Removed unused variable. 11 years ago
  jules 41152916c0 Made the combo box repaint when its menu is hidden. 11 years ago
  jules 79f59afb32 Fixes for WASAPI exclusive mode. 11 years ago
  jules 5c802e340c Added method ComboBox::isPopupActive() 11 years ago
  jules f72d65ce84 Moved around some includes to make sure definitions are in place for compiler feature detection. 11 years ago
  jules d14267981a Better detection of some c++11 support. 11 years ago
  jules 39da2ea627 Added an internal flag JUCE_OPENGL_CREATE_JUCE_RENDER_THREAD to make non-threaded GL contexts more generically implementable. 11 years ago
  jules 92b01ad0b2 Added some extra safeguards against problems when running a headless linux app. 11 years ago
  jules ae8910cbcf Extended the AU wrapper to implement the kAudioUnitProperty_ParameterStringFromValue and kAudioUnitProperty_ParameterValueFromString properties. 11 years ago
  jules aa1cbafd10 Fix for targeting older versions of OSX that don't support initializer_list 11 years ago
  jules a49baa3e52 Modified TextLayout creation functions to take an optional maximum height as well as a maximum width. 11 years ago
  jules 04cb9bf3e8 Added an advisory note about deleteAllChildren() 11 years ago
  jules 268497e8bc Added a number-of-redirects parameter to URL::createInputStream 11 years ago
  jules 4d1a63fe3b (Added file missing from last commit) 11 years ago
  jules c0ade582d8 Added new flag JUCE_WASAPI_EXCLUSIVE that provides a new audio device type for opening WASAPI devices in exclusive mode. 11 years ago
  jules 5d3e24b7a7 Spelling fix. 11 years ago
  jules 2ee8084658 Added a method ComboBox::hidePopup(). 11 years ago
  jules e02d7fc544 Added a missing implementation in ConcertinaPanel 11 years ago
  jules 12ab881353 Minor clean-up. 11 years ago
  jules 5c48d16548 Fix for an ASIO problem when opening an input-only device 11 years ago
  jules d9e902e80f Workarounds for build problems with mingw in C++11 mode. 11 years ago
  jules 8c66a5e767 Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 11 years ago
  jules f146765b14 Tweaked the OSX openGL context to hopefully fix problems enabling multisampling mode. 11 years ago
  jules f7ccb5a5c0 Removed the noTail call in the VST wrapper, which was getting incorrectly set by plugins which reported an unknown tail size of 0 11 years ago