jules
|
68fa0eaa19
|
Fixed a minor compiler warning.
|
10 years ago |
jules
|
06f279856c
|
Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod
|
10 years ago |
jules
|
10a912453c
|
Fixed an edge-case when dismissing TracktionMarketplaceUnlockForm
|
10 years ago |
jules
|
6ebc6378ef
|
More TracktionMarketplaceUnlockForm customisability changes
|
10 years ago |
jules
|
ac175bca9e
|
More additions and tweaks to TracktionMarketplaceStatus.
|
10 years ago |
jules
|
973e530bcf
|
Additions and tweaks to the tracktion_marketplace module to make it more flexible.
|
10 years ago |
jules
|
adf01a6a15
|
Whitespace
|
10 years ago |
hogliux
|
e83a69560a
|
Fix for duplicateIfShared when image depends on other image via SubsectionImageData
|
10 years ago |
Timur Doumler
|
ca6aa75bc8
|
now passing SparseSet<int> as const& instead of by value in ListBox::createSnapshotOfRows/startDragAndDrop.
|
10 years ago |
jules
|
179d99f57d
|
Made MidiKeyboardComponent work better when attached as a mouse listener to child components.
|
10 years ago |
Timur Doumler
|
d3d7670f83
|
moved deprecated method ListBox::createSnapshotOfSelectedRows into JUCE_CATCH_DEPRECATED_CODE_MISUSE block.
|
10 years ago |
Timur Doumler
|
9b7d2cb8d6
|
fixed drag and drop behaviour of ListBox for the new case selectOnMouseDown == false
|
10 years ago |
jules
|
e72826b3fe
|
Added a method ListBox::setRowSelectedOnMouseDown()
|
10 years ago |
jules
|
7037b7243e
|
Tweaked handling of corrupted data in ValueTree::readFromStream
|
10 years ago |
jules
|
28123033cd
|
Fixed an iOS GL compile error.
|
10 years ago |
hogliux
|
123b70ec91
|
Add JUCE_STANDALONE_APPLICATION pre-processor macro
|
10 years ago |
jules
|
b8133ad331
|
Fix for GL multisampling on some iOS versions.
|
10 years ago |
jules
|
f0ce8d0700
|
Fix for a performance problem in a few FloatVectorOperations calls on Windows.
|
10 years ago |
jules
|
d8bf3aabca
|
Added a method ReferenceCountedArray::clearQuick()
|
10 years ago |
hogliux
|
b5f2723ef9
|
Fix LLVM warning in previous commit
|
10 years ago |
hogliux
|
0bac9fefc6
|
Add URL stream progress support on OSX/iOS
|
10 years ago |
hogliux
|
0c3023327a
|
Get correct path for File::currentExecutableFile on Linux
|
10 years ago |
jules
|
4af50da9f7
|
Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method.
|
10 years ago |
jules
|
e0556acccc
|
Added a JucePlugin_PreferredChannelConfigurations_AAX flag which can be used as an AAX-specific alternative to JucePlugin_PreferredChannelConfigurations in edge-case situations where you need it to be different.
|
10 years ago |
jules
|
c1355fa11a
|
Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy.
|
10 years ago |
jules
|
121ce102a7
|
Whitespace cleanup.
|
10 years ago |
hogliux
|
41b38f59ed
|
Re-write DatagramSocket class and general clean-up in socket code
|
10 years ago |
jules
|
1ee737c7cd
|
Removed no-longer-necessary check in the AU code which was producing a warning.
|
10 years ago |
jules
|
9c9d10dc0a
|
Clarified some documentation relating to the Component::setBufferedToImage, which didn't match the actual behaviour of that method.
|
11 years ago |
hogliux
|
ea4262f5e1
|
Add ignoreUnused utility function as a tool to avoid unused variables warning
|
11 years ago |
jules
|
0496e944b1
|
Documentation fix.
|
11 years ago |
jules
|
12f8940de5
|
Added MIDI channel pressure support to the Synthesiser class.
|
11 years ago |
jules
|
30aa1f3a80
|
Whitespace cleanup
|
11 years ago |
hogliux
|
5b8a633108
|
Fix unicode input on Android
|
11 years ago |
hogliux
|
1986f9b2ad
|
Fix TextLayout height when string is empty
|
11 years ago |
hogliux
|
7a370a9019
|
Fixed typo
|
11 years ago |
jules
|
7930bd92f2
|
Minor clean-up
|
11 years ago |
hogliux
|
63d16bb136
|
Fix neon compile errors and fabs vector operation support for neon
|
11 years ago |
jules
|
afbec9cf3c
|
Updates to avoid pedantic warnings in gcc.
|
11 years ago |
hogliux
|
bbe1b0bc01
|
Do not ignore return-value of AudioPlayHead::getCurrentPosition
|
11 years ago |
jules
|
3613542330
|
Updates to avoid pedantic warnings in gcc.
|
11 years ago |
hogliux
|
36e5939820
|
Fix window ordering on mac
|
11 years ago |
hogliux
|
1eab4fe594
|
Do not ignore return-value of AudioPlayHead::getCurrentPosition
|
11 years ago |
jules
|
3bc4eb3efb
|
Fix for PPC build
|
11 years ago |
jules
|
5b2aed2982
|
Fix for PPC build
|
11 years ago |
Fabian Renn-Giles
|
ad3c04cdac
|
Remove colour swizzle to fix inverted colour bug on Samsung phones
|
11 years ago |
Fabian Renn-Giles
|
6d38e890f7
|
Fix Android compile error with recent isfinite patch
|
11 years ago |
Fabian Renn-Giles
|
bb70069626
|
Remove colour swizzle to fix inverted colour bug on Samsung phones
|
11 years ago |
Fabian Renn-Giles
|
a9278b0fb8
|
Fix Android compile error with recent isfinite patch
|
11 years ago |
Fabian Renn-Giles
|
1365204d66
|
Shorter bit operation for floating point abs operation
|
11 years ago |