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 |
|
ed
|
441c88f3b9
|
macOS: Removed all dynamic_cast type_info warning workarounds which have been fixed in 0dd3b02
|
2020-03-30 12:57:28 +01:00 |
|
ed
|
814852e966
|
macOS: Fixed another spurious dynamic_cast type_info warning when loading dylibs containing JUCE at runtime
|
2020-03-30 11:32:23 +01:00 |
|
reuk
|
dde6b96ebe
|
MSVC: Fix some potential divide-by-zero errors
|
2020-03-26 14:12:13 +00:00 |
|
Tom Poole
|
f2e75a8f52
|
Fixed a popup submenu item selection bug on a right key press
|
2020-03-25 15:23:09 +00:00 |
|
ed
|
8e4277085a
|
Linux: Fixed some issues flagged by asan
|
2020-03-20 18:03:28 +00:00 |
|
ed
|
6b8b728d1e
|
Tidied up some whitespace
|
2020-03-17 16:26:16 +00:00 |
|
ed
|
4a5dda489f
|
Fixed some warnings with -Wconversion enabled
|
2020-03-17 09:02:57 +00:00 |
|
Tom Poole
|
5e9826ecf8
|
Added some missing license headers
|
2020-03-16 14:11:06 +00:00 |
|
reuk
|
5af01b9b16
|
Demos: Convey proper ownership semantics
|
2020-03-12 18:30:45 +00:00 |
|
Tom Poole
|
28e03f0815
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
2020-03-11 17:21:30 +00:00 |
|
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
2020-03-09 17:39:28 +00:00 |
|
Tom Poole
|
67486d47e0
|
Fixed some Doxygen warnings
|
2020-03-03 18:42:02 +00:00 |
|
ed
|
618f3645b2
|
Android: Fixed some issues in the native content sharing code
|
2020-03-03 17:24:39 +00:00 |
|
ed
|
18523101be
|
Windows: Refactored DPI handling in the VST wrapper and hosting code
|
2020-03-02 15:41:08 +00:00 |
|
reuk
|
4b7043b0cd
|
OptionalScopedPointer: Added proper move semantics and convenience constructors
|
2020-02-25 17:36:36 +00:00 |
|
ed
|
baebb9d1b5
|
Fixed a dangling pointer deletion when moving PopupMenu submenus
|
2020-02-20 12:42:52 +00:00 |
|
ed
|
171b7812f4
|
Updated platform implementations of Desktop::setKioskComponent() to be multi-monitor aware
|
2020-02-18 11:19:46 +00:00 |
|
reuk
|
f9532f609e
|
DocumentWindow: Made macOS windows respect constrainer minSize when in split screen
|
2020-02-10 16:25:59 +00:00 |
|
ed
|
08d0a12f03
|
Bump version number to 5.4.7
|
2020-02-10 14:16:54 +00:00 |
|
ed
|
e4d10979ae
|
macOS: Fixed an NSWindow focus bug introduced in 8ce79e2
|
2020-02-07 16:21:09 +00:00 |
|
ed
|
5bda9de977
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
2020-02-06 14:07:42 +00:00 |
|
ed
|
efdccd8f1d
|
macOS: Don't play alert sound if NSWindow is blocked by modal component in canBecomeKeyWindow() and canBecomeMainWindow()
|
2020-02-05 13:55:06 +00:00 |
|
ed
|
b40496f568
|
Fixed a bug when selecting the first row in a ListBox after a key down event
|
2020-02-05 11:08:32 +00:00 |
|
Tom Poole
|
ef1eacccd3
|
Bump version number to 5.4.6
|
2020-02-04 11:26:48 +00:00 |
|
ed
|
b45ce09235
|
Standardised the licensing whitespace in module headers
|
2020-01-30 09:48:16 +00:00 |
|
ed
|
90f9af3e2f
|
Fixed a positioning bug in SidePanel::calculateBoundsInParent()
|
2020-01-30 08:52:22 +00:00 |
|
ed
|
c8c14516d5
|
Scale mouse position when calculating parent area for PopupMenu window
|
2020-01-23 09:41:26 +00:00 |
|
ed
|
a313357d39
|
Update DragAndDropTarget::SourceDetails::localPosition before calling DragAndDropContainer::dragOperationStarted()
|
2020-01-21 15:54:32 +00:00 |
|
ed
|
8ce79e20e7
|
macOS: Fixed a bug causing hidden NSWindows to become unhidden when the app regains focus
|
2020-01-20 12:46:44 +00:00 |
|
ed
|
e58f264c07
|
Added a MouseEvent::mouseWasDraggedSinceMouseDown() check in ConcertinaPanel::PanelHolder::mouseDrag()
|
2020-01-20 09:46:25 +00:00 |
|