3403 Commits (41c2e8ea26251f97075dc50b6538da06dbfb5179)

Author SHA1 Message Date
  jules 41c2e8ea26 Minor documentation correction in File. 10 years ago
  jules 34ce7f7019 Added a projucer workaround to VST3 code. 10 years ago
  Timur Doumler b9bfc8c322 OSCReceiver: fixed a warning when compiling with Visual Studio for 32-bit. 10 years ago
  Joshua Gerrard 854e8af44a Documentation: changed insertText to insertTextAtCaret 10 years ago
  jules c06db136bd Added a few noexcepts to some GL functions 10 years ago
  jules 8ab8bd733e Optimisation to the last commit to avoid extra repainting when dragging windows 10 years ago
  jules d63fe244b3 Workaround for new OSX 10.11 behaviour that caused repaint problems when setting window bounds frequently 10 years ago
  jules 99de06cf2c Javascript parser: Fixed the fact that Math.PI and E were methods instead of properties 10 years ago
  jules 95d9cba7fc VST plugins: Removed old but flawed workaround for detecting offline mode 10 years ago
  jules 31381c6864 Stripped out some defunct OSX 10.4 fallback code 10 years ago
  jules 23395691b1 Added a method AudioDeviceSelectorComponent::getMidiInputSelectorListBox() 10 years ago
  Joshua Gerrard 7793b03587 Fixed memory leak in DirectWrite on Windows 10 10 years ago
  jules 064e45bc85 Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects 10 years ago
  jules 24d974a7cd Avoided older versions of iOS grumbling about a call to get force-touch value. 10 years ago
  jules be3dbd5b3e Made ImageButton take into account the state of Component::setIgnoresMouseClicks 10 years ago
  jules 7cc522b7e5 Minor tidying up in some win32 code. 10 years ago
  jules eb99390413 TextLayout: made the fallback layout algorithm make use of AttributedString::getLineSpacing() 10 years ago
  jules 5507ad4df7 Documentation: minor typo fix 10 years ago
  jules d833ab5e33 TextLayout: added support for using the AttributedString::getLineSpacing value in DirectWrite 10 years ago
  jules 6fcde1eccc VST3: some tweaks to fix window resizing in Reaper on OSX 10 years ago
  jules f17994269c Plugins: added an assertion to catch people who are using the old parameter methods but who have forgotten to implement a getParameterText method. 10 years ago
  jules 5a43ea52e7 AudioProcessorGraph: now calls its superclass in response to setNonRealtime 10 years ago
  jules 9f7eb07ce5 OpenGL: changed image invalidation to allow non-GL threads that draw into images to correctly invalidate the GPU-cached version 10 years ago
  Joshua Gerrard 9b96b551f2 Modified Win32 version of File::getLinkedTarget to dynamically load symbols for XP and MinGW compatibility. 10 years ago
  jules 4d3fc5a3d9 Added a couple of missing 'override' keywords 10 years ago
  jules eed5aa641d Minor cleanups in some DirectWrite code. 10 years ago
  Joshua Gerrard 210fe4a5d6 Fixed warnings on MinGW 10 years ago
  Joshua Gerrard e220f35250 Fixed compilation errors on MinGW 10 years ago
  jules 781bef41ab Added some defences in win32 against null LPARAM arguments 10 years ago
  jules cc8063813a Minor spelling fix. 10 years ago
  jules c35ed85677 Version number update 10 years ago
  jules b0ca1c40ca Whitespace tidying 10 years ago
  jules 4fd8913037 Added a new method Array::sort() which uses the default comparator for simple types 10 years ago
  jules 663eca60ad In AIFF and WAV memory-mapped readers, avoided assertions when getting max levels beyond the ends of the file 10 years ago
  jules 2b869c48eb Fix for caret updating in TextEditor when look+feel changes 10 years ago
  Joshua Gerrard 26b01e9f18 Fixed File::getLinkedTarget prepending string on Windows 10 years ago
  Timur Doumler 215151c7ff OSC: bumped module version to 4.0.1 10 years ago
  Timur Doumler 19bf0ee663 OSC: Fixed a number of integer conversion warnings. 10 years ago
  jules 7ff68d6e76 Tweaked GZIPCompressorOutputStream to allow a compression level of 0 (uncompressed) 10 years ago
  jules f6735c8270 Workaround for handling WAV files with broken RIFF chunks. 10 years ago
  hogliux d4a7bf4f6a Fix bug where low latency audio path is not detected correctly on Android 10 years ago
  Timur Doumler 4f034dbc77 OSC: fixed an issue where OSCReceiver was busy-waiting and consuming lots of CPU. 10 years ago
  jules f6b3bddf74 Audio i/o: Took the safety offset into account when calculating latency in CoreAudio 10 years ago
  jules a2b663de67 Audio Plugins: Added member variable PluginDescription::lastInfoUpdateTime 10 years ago
  jules 1d6e77a4d8 Fix for a possible array overflow in the AIFF reader 10 years ago
  jules 8aa1831d3c Fix for exceptions in OSX pressure detection when WebKit views are used. 10 years ago
  jules 3cab305909 Improved rounding for values in AudioParameterChoice::convertTo0to1() 10 years ago
  jules 09867e15d1 Fix for Android font creation 10 years ago
  jules 4e4f8767fe Fix for use of static_assert on C++11 compilers 10 years ago
  Joshua Gerrard 5569bd8a4d Fixed typo in BluetoothMidiDevicePairingDialogue 10 years ago