ed
|
6aeb9d7dda
|
Bump version number to 6.0.1
|
2020-07-07 12:47:58 +01:00 |
|
ed
|
af968f5d78
|
Small fix for previous commit
|
2020-07-07 09:04:06 +01:00 |
|
ed
|
f1a5f2ef1e
|
Windows: Fixed drag and drop position for DPI-unaware windows
|
2020-07-06 17:21:14 +01:00 |
|
ed
|
c64ddc4490
|
Linux: Use versioned X11 libs to load symbols so we aren't relying on the *-dev libs to be installed on user's machines
|
2020-07-06 14:10:49 +01:00 |
|
reuk
|
c3f6318c7c
|
FileBrowserComponent: Update all filenameBox text when LnF changes
|
2020-07-03 17:52:21 +01:00 |
|
reuk
|
b096c16c04
|
FileBrowserComponent: Fix issue where up button was hidden after changing the look and feel
|
2020-07-01 10:00:43 +01:00 |
|
reuk
|
013fd5e5d6
|
juce6: Update some referenes to JUCE 5 in docstrings
|
2020-07-01 10:00:43 +01:00 |
|
reuk
|
394c4fd475
|
Clang: Fix warnings when building with clang 10
|
2020-07-01 10:00:43 +01:00 |
|
reuk
|
c6861bf96e
|
Clang: Remove unused data member
|
2020-07-01 10:00:43 +01:00 |
|
ed
|
009d685179
|
Updated all license headers
|
2020-06-29 08:30:22 +01:00 |
|
ed
|
67925d384f
|
Updated main README with CMake support info and changed docs extension from .txt to .md
|
2020-06-29 08:30:00 +01:00 |
|
ed
|
0f6cdd8457
|
Linux: Fixed some issues with headless builds and don't terminate process when no X server is running
|
2020-06-17 15:56:25 +01:00 |
|
reuk
|
39b5c22a29
|
GUI: Ensure components refresh correctly when their look and feel changes
|
2020-06-12 17:27:25 +01:00 |
|
reuk
|
cbfbd8cf12
|
CoreGraphics: Use generic colour spaces, instead of device colour spaces
|
2020-06-09 09:40:59 +01:00 |
|
ed
|
7b17d42039
|
macOS: Use CGContextGetUserSpaceToDeviceSpaceTransform to get backing scale factor of graphics context to avoid unnecessary upscaling on retina displays on macOS 10.14+
|
2020-06-05 09:55:51 +01:00 |
|
ed
|
b5214a341e
|
Normalised lambda whitespace
|
2020-06-05 09:37:56 +01:00 |
|
ed
|
d510b73cdf
|
Normalised all whitespace before args in std::function
|
2020-06-05 09:37:49 +01:00 |
|
ed
|
3283f2224a
|
Projucer: Added new start page window
|
2020-06-04 14:52:29 +01:00 |
|
ed
|
4c95c227f6
|
Android: Fixed inverted screensaver logic
|
2020-06-04 14:51:56 +01:00 |
|
ed
|
0d610c52b2
|
Removed an unused define from the JUCE splash screen
|
2020-06-01 09:56:42 +01:00 |
|
ed
|
889f3baa70
|
iOS: Fixed a leak in the FileChooser code
|
2020-05-28 14:17:52 +01:00 |
|
ed
|
685dc4fd78
|
Fixed a typo
|
2020-05-20 18:38:39 +01:00 |
|
ed
|
1507ceb941
|
Ensure that the ContentSharer singleton is cleaned up on shutdown
|
2020-05-20 18:08:11 +01:00 |
|
ed
|
a8b6066187
|
Linux: Use host scaling for VST plug-ins on hiDPI screens
|
2020-05-18 14:05:54 +01:00 |
|
reuk
|
092bc44413
|
MinGW: Fix windows/gcc warnings
|
2020-05-11 11:28:28 +01:00 |
|
reuk
|
f49b3733ec
|
Warnings: Silence some GCC warnings
|
2020-05-05 12:28:47 +01:00 |
|
ed
|
5816958001
|
Squashed some deprecation warnings on the latest iOS and macOS versions
|
2020-05-04 17:41:52 +01:00 |
|
ed
|
6f70982783
|
iOS: Fixed a crash due to a dangling JuceUIViewController when updating screen bounds
|
2020-04-28 12:10:28 +01:00 |
|
ed
|
021034a401
|
iOS: Fixed some build warnings
|
2020-04-27 16:33:54 +01:00 |
|
ed
|
7553b8dc1b
|
Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours
|
2020-04-27 14:26:41 +01:00 |
|
reuk
|
4cf66d6522
|
Cleanup: Remove redundant inlines
|
2020-04-27 10:22:06 +01:00 |
|
reuk
|
e13901d912
|
ClangCl: Silence code which warns when building on Windows with Clang
|
2020-04-27 10:22:06 +01:00 |
|
ed
|
49361b4775
|
SVG: Added support for RGBA, HSL and HSLA colours
|
2020-04-24 09:03:51 +01:00 |
|
Tom Poole
|
6cb75d9d2c
|
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
|
2020-04-23 17:30:40 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
ed
|
40b2271b64
|
Fixed a typo in the documentation for JUCEApplication::moreThanOneInstanceAllowed()
|
2020-04-23 17:08:29 +01:00 |
|
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
|
2020-04-23 17:08:29 +01:00 |
|
ed
|
9d69018d97
|
Projucer: Removed app reporting
|
2020-04-17 14:16:21 +01:00 |
|
ed
|
bb28b3413d
|
Updated some copyright headers
|
2020-04-16 17:28:34 +01:00 |
|
ed
|
74ca3b44c4
|
Linux: Removed X11-specific code from LinuxComponentPeer
|
2020-04-16 12:18:49 +01:00 |
|
ed
|
fe61354c21
|
Linux: Added X11Symbols and WebKitSymbols singletons to dynamically load X11 and WebKit library functions at runtime
|
2020-04-16 12:18:48 +01:00 |
|
reuk
|
8433c098b9
|
MIDI: Add Midi Logger plugin demo PIP
We also build this into the AudioPluginHost, as a convenient way to
check the midi outputs of plugins and devices.
|
2020-04-16 12:18:46 +01:00 |
|
reuk
|
e7e1de78fa
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +01:00 |
|
reuk
|
5f348c3040
|
Warnings: Add warning-wrangling header
|
2020-04-13 13:16:05 +01:00 |
|
reuk
|
1fdba480cc
|
JUCE 6: Update version numbers
|
2020-04-11 15:03:19 +01:00 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
ed
|
920f86eace
|
macOS: Fixed some issues with 32-bit builds
|
2020-04-09 15:02:46 +01:00 |
|
ed
|
18df1b0937
|
Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code
|
2020-03-31 18:53:14 +01:00 |
|
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
|
2020-03-30 18:34:19 +01:00 |
|
ed
|
5315160e51
|
Fixed some incorrect documentation for KeyPress::createFromDescription()/getTextDescription()
|
2020-03-30 16:51:16 +01:00 |
|