ed
|
11c4e91fa5
|
VST: Fixed an unused variable warning on Linux
|
2018-04-04 17:00:05 +01:00 |
|
jules
|
121719be69
|
Added new method Rectangle::toNearestIntEdges(), and used this to improve the Grid layout snapping
|
2018-04-04 16:43:17 +01:00 |
|
ed
|
5c8084c3e6
|
VST: Workaround for a potential infinite resizing loop due to coordinate rounding when updating the host window size
|
2018-04-04 16:33:34 +01:00 |
|
jules
|
705262600b
|
Quick cleanup of some posix code
|
2018-04-04 16:22:04 +01:00 |
|
jules
|
2e0f6b5dbc
|
Avoided an OSX font bug workaround that's no longer needed in 10.11, and also stripped out a huge amount of defunct OSX 10.5 font code
|
2018-04-04 16:03:40 +01:00 |
|
jules
|
b46c63bdae
|
Made the MidiMessageSequence copy constructor generate a more faithful version of the original state, rather than always matching up all note on/off pairs
|
2018-04-04 15:52:45 +01:00 |
|
Tom Poole
|
98483e826a
|
Fixed a compiler warning
|
2018-04-04 15:52:08 +01:00 |
|
hogliux
|
0db9415de6
|
Add bypass support to both hosting and plug-in client code
|
2018-04-04 11:26:26 +01:00 |
|
hogliux
|
e05a1549f2
|
Re-worked plug-in wrappers to all use new parameter system via LegacyAudioParameter wrapper class
|
2018-04-04 11:26:26 +01:00 |
|
Dimitri Sudell
|
2ff4d858c6
|
AUv3: use 'UIViewContentMode' for nicer resizing
|
2018-04-04 11:10:05 +01:00 |
|
hogliux
|
736a07e4ce
|
Added a setTagName method to XmlElement
|
2018-04-04 10:46:18 +01:00 |
|
jules
|
809651694e
|
Simplified the SparseSet class using Ranges
|
2018-04-03 16:18:06 +01:00 |
|
jules
|
f752a3331e
|
Added methods UndoManager::getUndoDescriptions() and UndoManager::getRedoDescriptions()
|
2018-04-03 12:32:08 +01:00 |
|
hogliux
|
7bcd6a5ecd
|
Added support for uncompressing symbolic links in zip files
|
2018-04-03 12:01:30 +01:00 |
|
hogliux
|
0c18f1cab7
|
Fixed a signed conversion warning on macOS and iOS
|
2018-04-03 11:29:40 +01:00 |
|
hogliux
|
c048f5d40a
|
macOS/iOS/Linux: Added support for compressing symbolic links in zip files
|
2018-04-03 11:19:39 +01:00 |
|
hogliux
|
3ebe75f030
|
Windows: ensured that File::replaceInternal does not fail with ACL errors
|
2018-04-03 09:51:07 +01:00 |
|
Noah Dayan
|
fd0c426ed0
|
Fixed Doxygen bug in CoreAudioLayouts
|
2018-03-29 15:43:45 +01:00 |
|
Noah Dayan
|
65c82b99db
|
Fixed typo in docs of MultiChoicePropertyComponent
|
2018-03-29 15:27:53 +01:00 |
|
Noah Dayan
|
db1e454f45
|
Fixed a documentation tag in URLInputSource
|
2018-03-29 15:19:32 +01:00 |
|
hogliux
|
5b0b97473c
|
macOS: Fixed a bug which would prevent a SystemTrayIconComponent from creating a native popup window
|
2018-03-29 10:45:09 +01:00 |
|
ed
|
c70d321007
|
Fixed a positioning bug in MultiChoicePropertyComponent
|
2018-03-28 18:33:37 +01:00 |
|
ed
|
51ff1daf60
|
Various improvements to MultiChoicePropertyComponent such as setting a max number of selectable values and displaying the default values
|
2018-03-28 15:57:16 +01:00 |
|
ed
|
11ad96d0c8
|
Added some methods to ValueWithDefault for converting between Array<var> and a delimited string so that it can be written to XML
|
2018-03-28 15:55:40 +01:00 |
|
hogliux
|
975b242987
|
macOS/iOS: Workaround an Apple bug which could result in a race-condition when accessing a WebInputStream from multiple threads
|
2018-03-28 10:49:43 +01:00 |
|
ed
|
89d1e60595
|
Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed
|
2018-03-27 14:31:17 +01:00 |
|
Tom Poole
|
f5174e340e
|
Added some assertions when the input to a NormalisableRange conversion function is outside of the expected range
|
2018-03-27 11:06:41 +01:00 |
|
reuk
|
e98c73bc6d
|
AU: Pragma ignore warnings which are triggered by Apple code
|
2018-03-27 08:51:07 +01:00 |
|
hogliux
|
350551b37c
|
Ensured that ThreadPool::moveJobToFront can survive a stale job pointer
|
2018-03-26 14:31:25 +01:00 |
|
jules
|
a632b57e7a
|
Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems
|
2018-03-26 12:25:02 +01:00 |
|
Tom Poole
|
dd684b1a5d
|
Fixed a parameter change recursion issue in the VST and AU wrappers
|
2018-03-26 09:54:40 +01:00 |
|
jules
|
734d33dd80
|
Avoided a problem with the on-screen keyboard being re-created after shutdown on Windows
|
2018-03-26 09:12:27 +01:00 |
|
ed
|
a7b6f55885
|
Ensure that the underlying var array controlled by MultiChoicePropertyComponent is sorted and that its toggle buttons are updated if the default changes
|
2018-03-23 16:21:15 +00:00 |
|
ed
|
a9283f48fa
|
Added a lambda callback to ValueWithDefault that will be called when the default value is changed
|
2018-03-23 16:19:16 +00:00 |
|
ed
|
404838a99f
|
Added a MultiChoicePropertyComponent class to juce_gui_basics and updated the PropertiesDemo example to use it
|
2018-03-22 15:04:53 +00:00 |
|
ed
|
9916aa6870
|
Minor cleanup in ChoicePropertyComponent
|
2018-03-22 15:04:21 +00:00 |
|
Noah Dayan
|
9e867255d3
|
Fixed doxygen deprecated bug
|
2018-03-22 13:06:20 +00:00 |
|
ed
|
b4b6feaf97
|
Added a isTextEditorMultiLine() method to TextPropertyComponent
|
2018-03-21 12:11:25 +00:00 |
|
jules
|
c734e03dd0
|
Avoided some UB warnings when trying to sort empty arrays
|
2018-03-21 10:49:27 +00:00 |
|
Lukasz Kozakiewicz
|
b0d515f329
|
iOS: fix a crash in ContentSharer upon sharing finish.
|
2018-03-20 12:37:30 +01:00 |
|
Lukasz Kozakiewicz
|
43b80f7a73
|
Android: fix a crash on app resume when native views are displayed.
|
2018-03-20 10:50:16 +01:00 |
|
jules
|
5a122e124a
|
Added support for Bela in the form of an AudioIODeviceType
|
2018-03-19 15:50:38 +00:00 |
|
jules
|
26e31ff7d6
|
Whitespace
|
2018-03-19 14:07:38 +00:00 |
|
jules
|
9af093d1d4
|
Merged-in some Ogg-Vorbis security fixes
|
2018-03-19 14:01:16 +00:00 |
|
hogliux
|
3ae28b3d54
|
Viewport: Added the ability to position the scrollbars at the top/left
|
2018-03-19 14:00:31 +00:00 |
|
hogliux
|
266beb22b2
|
Mouse: Added MouseListener::mouseMagnify and cleaned up some mouse event handler code
|
2018-03-19 13:52:37 +00:00 |
|
Tom Poole
|
87dcb5e02b
|
Fixed an issue with recursive VST3 parameter changed callbacks
|
2018-03-16 11:24:12 +00:00 |
|
ed
|
262dff8854
|
Bump version number to 5.3.0
|
2018-03-15 12:23:30 +00:00 |
|
ed
|
cdbc28c18b
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
ed
|
e982c70438
|
Fix juce_box2d build errors when included with other modules using int8, int16, int32 etc.
|
2018-03-15 12:10:32 +00:00 |
|