4669 Commits (7ef3c009f67db03b1c1e752608bc99f816bdfd60)

Author SHA1 Message Date
  jules 7ef3c009f6 Optimised String::unquoted() 8 years ago
  jules 4397cc3701 Made SVG parser cope with quoted font names 8 years ago
  jules 84a4dc0faa Fixed a scaling problem with file drag+drop on Windows 8 years ago
  jules ad5d7a4254 Tweaked the format of a ComponentBoundsConstrainer method 8 years ago
  jules 29a357fa6f Fixed a scaling bug in ComponentBoundsConstrainer when using windows with an AffineTransform 8 years ago
  hogliux 307d515f4b Plug-ins: Added an assertion to check that no two parameters have the same id 8 years ago
  tpoole b77793785d iOSAudioDevice: Removed MaximumFramesPerSlice property listener 8 years ago
  tpoole 8482a9de64 iOSAudioDevice: Refactored and added better support for buffer size changes 8 years ago
  jules 01e18b1c23 Fixed a problem with the Mac main menu bar showing menus in the wrong position 8 years ago
  hogliux 80aea89ae7 Linux: Some minor code clean-up in linux XEmbed code 8 years ago
  jules 2c3c9e5d18 A bit more minor cleaning up 8 years ago
  hogliux d4885014dc Fixed a typo in linux X embed code 8 years ago
  hogliux ed05677090 VST2 Hosting: Fixed a memory overrun bug which could occur for plug-ins with more than eight input or output channels 8 years ago
  jules f766718b16 Fixed a typo 8 years ago
  jules b6e7ba75df More X window class cleanups 8 years ago
  jules de855f0b35 Cleanups to some X windowing classes 8 years ago
  jules 44d92805f6 Some cleanups in the VST wrapper and channel-set code 8 years ago
  hogliux e50cca1c1a Standalone Plug-in Target: Ensure that standalone plug-in target works with default Projucer's plug-in project template and improve code and UX to avoid nasty feedback loops 8 years ago
  hogliux d704ac9818 Linux: Fixed dlopens to use versioned library names 8 years ago
  jules a6ef6f393b Clarified a comment in OpenGLRenderer 8 years ago
  hogliux 1e9be800c5 Projucer: Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled 8 years ago
  hogliux c63fd17568 Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android 8 years ago
  tpoole 41bc46fd0b Code cleanup 8 years ago
  hogliux 4c03a9079b VST2 hosting: do not instantiate VST2 effects twice 8 years ago
  ed b0c3531ac3 Improved the layout of the tick boxes in AudioDeviceSelectorComponent when using LookAndFeel_V4 8 years ago
  jules 93f07cc177 Code cleanup 8 years ago
  tpoole a9efe89bd1 Code cleanup 8 years ago
  tpoole 2fdff085b6 Fixed a bug when displaying a "None" device in AudioDeviceSelectorComponent 8 years ago
  jules b12d4c3378 (Fixed a warning in the last commit) 8 years ago
  tpoole 8b78e90241 Win32: Added globalApplicationsDirectoryX86 to File::SpecialLocationType 8 years ago
  jules a82c11402c Made Rectangle::getSmallestIntegerContainer() handle Inf floating point values. Also did some quick modernisation of the Rectangle class. 8 years ago
  jules 5c1e707824 Modernised RectangleList 8 years ago
  hogliux fa1b74611e VST2: Fixed a nullptr dereference when a VST2 host is supplying nullptrs to the VST2 processReplacing callback 8 years ago
  tpoole 30c8f3f680 Fixed inconsistent VST 3 parameter changed callbacks 8 years ago
  jules 847b37bf09 Fixed a VST3 DLL shutdown problem on Windows 8 years ago
  hogliux 6d54057c7f VST2: Fixed a nullptr dereference in the VST2 wrapper if hosts supply nullptr buffer 8 years ago
  hogliux b4d655499b VST2: Use 16 channels of midi in VST2 wrapper 8 years ago
  hogliux c430b03efa AUv3: Ensured that the AudioProcessor's editor is released when the AUv3 view controller is de-allocated 8 years ago
  hogliux 0365fafb3f AUv3: Fixed an issue where AUv3s would load muted if an unspecified layout tag was passed to the AUv3 8 years ago
  jules e6590cf095 Fixed a repaint glitch in the CodeEditorComponent, and updated some of its internal code 8 years ago
  tpoole e58bdc9c18 Fixed AudioDeviceSelectorComponent resizing bug 8 years ago
  jules 8dc5bbe916 Simplified the String::toHexString overloads into a templated function that should work with all integer types 8 years ago
  jules e7923af185 Got rid of the old PARAMETER_TYPE macro - this isn't needed as the same thing can be done directly with the TypeHelpers::ParameterType helper class 8 years ago
  tpoole f1409640f8 Added File::isRoot() 8 years ago
  hogliux d6b1796361 Linux: continue servicing the message loop while a file browser modal component is open (fixes #177) 8 years ago
  hogliux fca858f8d3 Linux: fixed harmless warning about extra semicolon in juce_linux_Midi.cpp 8 years ago
  hogliux 63f179a8db Fixed an issue where the Fallback SimpleDownloader could crash on Android 8 years ago
  tpoole 9b065f12b4 Fixed bug in the Win32 FileChooser dialog when selecting a nonexistent root drive 8 years ago
  tpoole 97eed1e889 Added a static getSplashScreenLogo() method to JUCESplashScreen 8 years ago
  hogliux 5c19886a43 Re-named JUCE_USE_CUSTOM_AU3_STANDALONE_APP macro and fixed linker errors on macOS/iOS platforms when macro is used 8 years ago