2200 Commits (7b17d42039bd10c83e1576a22a34f525489c146d)

Author SHA1 Message Date
  ed 7b17d42039 macOS: Use CGContextGetUserSpaceToDeviceSpaceTransform to get backing scale factor of graphics context to avoid unnecessary upscaling on retina displays on macOS 10.14+ 5 years ago
  ed b5214a341e Normalised lambda whitespace 5 years ago
  ed d510b73cdf Normalised all whitespace before args in std::function 5 years ago
  ed 3283f2224a Projucer: Added new start page window 5 years ago
  ed 4c95c227f6 Android: Fixed inverted screensaver logic 5 years ago
  ed 0d610c52b2 Removed an unused define from the JUCE splash screen 5 years ago
  ed 889f3baa70 iOS: Fixed a leak in the FileChooser code 5 years ago
  ed 685dc4fd78 Fixed a typo 5 years ago
  ed 1507ceb941 Ensure that the ContentSharer singleton is cleaned up on shutdown 5 years ago
  ed a8b6066187 Linux: Use host scaling for VST plug-ins on hiDPI screens 5 years ago
  reuk 092bc44413
MinGW: Fix windows/gcc warnings 5 years ago
  reuk f49b3733ec
Warnings: Silence some GCC warnings 5 years ago
  ed 5816958001 Squashed some deprecation warnings on the latest iOS and macOS versions 5 years ago
  ed 6f70982783 iOS: Fixed a crash due to a dangling JuceUIViewController when updating screen bounds 5 years ago
  ed 021034a401 iOS: Fixed some build warnings 5 years ago
  ed 7553b8dc1b Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours 5 years ago
  reuk 4cf66d6522 Cleanup: Remove redundant inlines 5 years ago
  reuk e13901d912 ClangCl: Silence code which warns when building on Windows with Clang 5 years ago
  ed 49361b4775 SVG: Added support for RGBA, HSL and HSLA colours 5 years ago
  Tom Poole 6cb75d9d2c Replaced all references to ROLI with Raw Material Software and regenerated all bytecode 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  ed 40b2271b64 Fixed a typo in the documentation for JUCEApplication::moreThanOneInstanceAllowed() 5 years ago
  ed c2e3dcd8bf Updated the documentation of some methods which now return std::unique_ptr instead of raw pointers to remove references to deleting the returned object 5 years ago
  ed 9d69018d97 Projucer: Removed app reporting 6 years ago
  ed bb28b3413d Updated some copyright headers 5 years ago
  ed 74ca3b44c4 Linux: Removed X11-specific code from LinuxComponentPeer 6 years ago
  ed fe61354c21 Linux: Added X11Symbols and WebKitSymbols singletons to dynamically load X11 and WebKit library functions at runtime 6 years ago
  reuk 8433c098b9 MIDI: Add Midi Logger plugin demo PIP 5 years ago
  reuk e7e1de78fa Files: Add RangedDirectoryIterator 5 years ago
  reuk 5f348c3040 Warnings: Add warning-wrangling header 5 years ago
  reuk 1fdba480cc JUCE 6: Update version numbers 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  ed 920f86eace macOS: Fixed some issues with 32-bit builds 5 years ago
  ed 18df1b0937 Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code 5 years ago
  ed 26c9468dc5 Deprecated AffineTransform::getScaleFactor() as it was producing incorrect values for transforms containing rotations. Added getDeterminant() method for getting the determinant of the transform 5 years ago
  ed 5315160e51 Fixed some incorrect documentation for KeyPress::createFromDescription()/getTextDescription() 5 years ago
  ed 441c88f3b9 macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02 5 years ago
  ed 814852e966 macOS: Fixed another spurious dynamic_cast type_info warning when loading dylibs containing JUCE at runtime 5 years ago
  reuk dde6b96ebe MSVC: Fix some potential divide-by-zero errors 5 years ago
  Tom Poole f2e75a8f52 Fixed a popup submenu item selection bug on a right key press 5 years ago
  ed 8e4277085a Linux: Fixed some issues flagged by asan 5 years ago
  ed 6b8b728d1e Tidied up some whitespace 5 years ago
  ed 4a5dda489f Fixed some warnings with -Wconversion enabled 5 years ago
  Tom Poole 5e9826ecf8 Added some missing license headers 5 years ago
  reuk 5af01b9b16 Demos: Convey proper ownership semantics 5 years ago
  Tom Poole 28e03f0815 Replaced all instances of JUCE_CONSTEXPR with constexpr 5 years ago
  ed 59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 5 years ago
  Tom Poole 67486d47e0 Fixed some Doxygen warnings 5 years ago
  ed 618f3645b2 Android: Fixed some issues in the native content sharing code 5 years ago
  ed 18523101be Windows: Refactored DPI handling in the VST wrapper and hosting code 5 years ago