10326 Commits (0239c0cb7edae7cda42cd58699aa68752ce7c3cc)
 

Author SHA1 Message Date
  ed 3661d928c1 Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks 6 years ago
  ed ee89aa8898 Projucer: Removed some unused variables from ResourceFile 6 years ago
  ed ce33b4aea1 Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins 6 years ago
  ed 7134bd0f1b VST: Add juce_shouldDoubleScaleNativeGLWindow() method to ensure that OpenGL plug-ins running in hiDPI Cubase 10 on Windows are correctly scaled 6 years ago
  ed 87cf4d2553 OpenGL: Replace ComponentPeer::ScaleFactorListener with a Timer that checks the native scale factor on Windows to correctly scale plug-ins 6 years ago
  ed ada0a052f8 VST3: Always resize host window in onSize() when running in hiDPI Cubase 10 on Windows 6 years ago
  ed 853ec552f1 OpenGL: Use width and height when calculating transform 6 years ago
  ed cdd8f2b78a Projucer: Enable "Plugin is a Synth" setting for synth plug-in examples 6 years ago
  ed fcee6f7e1c Fixed a typo in the previous commit 6 years ago
  ed 5189b4bbd9 BLOCKS: Remove dependency on juce_gui_basics 6 years ago
  ed b2e2346745 Projucer: Add an option to specify per-file compiler flags 6 years ago
  Tom Poole 315f803c49 AAX: Prevent a warning about gaps in the algorithm context structure 6 years ago
  ed 38fb341ee4 Remove empty strings when creating an ArgumentList so they are not treated as a separate argument 6 years ago
  ed 3b16efce0b Windows: Call OleUninitialize() after DoDragDrop() returns to fix a hang in some cases 6 years ago
  ed 8e63662163 Android: Avoid a crash when creating a new peer from within a native activity 6 years ago
  ed 49c152565e APVTS: Don't call setNewState() when a parameter has been removed from the state 6 years ago
  Tom Poole 4d6921ff7d CLion: Added support for application icons 6 years ago
  ed e7750ecd92 Projucer: Initialise legacy VST SDK path value in Code::Blocks exporter 6 years ago
  Tom Poole 020f3aa512 CLion: Fixed a Rez error when building AU plug-ins 6 years ago
  jules da2b10ada6 Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 6 years ago
  jules cdb55f70c2 Changes to avoid some clang warnings 6 years ago
  ed fb353dd08d macOS: Fixed a bug where a CoreAudio device could be started when it wasn't previously running 6 years ago
  Tom Poole 10733ffbc0 iOS: Use an OS-provided conversion between native format short samples and floats 6 years ago
  ed 6ff5af9c43 macOS: Fixed a crash on versions before 10.9 6 years ago
  Tom Poole ab68b98dae AudioPluginHost: Added a plug-in debugging window showing parameter value and gesture changes 6 years ago
  ed bcf388b2cd Increase the amount of bytes that findCentralDirectoryFileHeader() will scan when unzipping a .zip file 6 years ago
  Tom Poole 815c9ee236 Projucer: Fixed an error when attempting to restore non-existent projects 6 years ago
  ed 6f52fc5758 Reverted 876aaf4 which was causing TooltipWindows constructed with a parent component not in their parent hierarchy to not be displayed 6 years ago
  Tom Poole 3687710c58 AAX: Fixed potential issues with older PT control surfaces not handling large numbers of parameter steps 6 years ago
  ed c9a7b41864 Made a few of the AudioIODeviceType subclasses weak referenceable to avoid dangling references 6 years ago
  ed 87281fc784 Marked MIDIInput and MIDIOutput as final 6 years ago
  ed b3bcb66349 ASIO: Blacklist some misbehaving drivers 6 years ago
  Tom Poole 7908f0cdd0 Re-saved all projects 6 years ago
  Tom Poole a7048275d7 Projucer: Write .xcsettings files using tabs 6 years ago
  ed c55338b844 Windows: Fixed a signed/unsigned comparison warning in juce_win32_Network.cpp 6 years ago
  ed 7caab2721e Windows: Fix a compile error when JUCE_DLL_BUILD=1 6 years ago
  ed 6ffc998fa4 iOS: Set the home indicator to auto-hide when in kiosk mode 6 years ago
  ed 497ac0bea3 Projucer: Prevent unnecessary ChangeListener callbacks in HeaderComponent 6 years ago
  ed 2e532329a7 Handle display lists without a (0, 0) root node 6 years ago
  ed a5d546b25d Windows: Use GetComputerNameEx() in SystemStats::getComputerName() to allow names longer than 15 characters 6 years ago
  ed 9afccfba10 Projucer: Enable "Plugin MIDI Input" and "Plugin MIDI Output" settings when generating the ArpeggiatorPlugin demo from a PIP 6 years ago
  ed 4a6e969cba Linux: Removed an unused variable in the WebBrowserComponent implementation 6 years ago
  ed d94d783862 Android: Add canGoBack WebView method and call reloadLastURL() if it returns false 6 years ago
  jules cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
  ed 6bb7618e1e ASIO: Call convertASIOString() in getLastDriverError() 6 years ago
  ed 0fbb75330b Windows: Handle ERROR_INTERNET_FORCE_RETRY when opening a HTTP connection 6 years ago
  ed ebd6a7b0bb Projucer: Don't add ".storyboard" extension when adding the launch storyboard name to the plist 6 years ago
  ed a5ad90edd4 Avoid hitting an assertion when calling Toolbar::showMissingItems() with JUCE_MODAL_LOOPS_PERMITTED=0 6 years ago
  ed 9c7273e8aa Projucer: Made it possible to set the VST (legacy) global search path from the command line 6 years ago
  ed 257b40eddb Added an optional argument to Slider::setDoubleClickReturnValue() to specify the key modifiers used to reset the value with a single-click 6 years ago