hogliux
8c242b7547
Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
10 years ago
hogliux
e732c6e6d8
Fix VisualStudio warning
10 years ago
hogliux
e0d1dd0a71
Fix warnings on Mac and Linux
10 years ago
hogliux
67cc7f3fed
Add multicast support to juce_Socket
10 years ago
jules
581158e443
Fixed a rare race condition in OSX URL reading.
10 years ago
jules
ba0c4bd823
Fixed an alignment issue when writing WAV files with tracktion loop info blocks.
10 years ago
jules
7e51e64422
Added detection for SSSE3 and AVX instructions to the SystemStats class.
10 years ago
jules
6cd473576b
Fixed a warning on iOS.
10 years ago
jules
19b2beec63
Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection.
10 years ago
jules
c17a72e5b1
Minor clean-ups.
10 years ago
jules
739e8ffba0
Fix to make sure IME methods are possible with text components that are directly added to the desktop.
10 years ago
jules
5cd4bf5905
Added a method MouseInactivityDetector::setMouseMoveTolerance()
10 years ago
jules
7ee6583952
Tweaked the way Freetype is included to allow it to be used on other OSes than linux, and to be used in its amalgamated form.
10 years ago
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.
11 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.
11 years ago
jules
c1355fa11a
Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy.
11 years ago
jules
121ce102a7
Whitespace cleanup.
11 years ago
hogliux
41b38f59ed
Re-write DatagramSocket class and general clean-up in socket code
11 years ago
jules
1ee737c7cd
Removed no-longer-necessary check in the AU code which was producing a warning.
11 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