1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

3021 commits

Author SHA1 Message Date
jules
5cd4bf5905 Added a method MouseInactivityDetector::setMouseMoveTolerance() 2015-04-27 11:58:52 +01:00
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. 2015-04-27 11:33:16 +01:00
jules
68fa0eaa19 Fixed a minor compiler warning. 2015-04-27 11:23:04 +01:00
jules
06f279856c Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod 2015-04-27 11:14:05 +01:00
jules
10a912453c Fixed an edge-case when dismissing TracktionMarketplaceUnlockForm 2015-04-24 17:49:20 +01:00
jules
6ebc6378ef More TracktionMarketplaceUnlockForm customisability changes 2015-04-24 16:35:00 +01:00
jules
ac175bca9e More additions and tweaks to TracktionMarketplaceStatus. 2015-04-24 12:36:17 +01:00
jules
973e530bcf Additions and tweaks to the tracktion_marketplace module to make it more flexible. 2015-04-24 11:28:25 +01:00
jules
adf01a6a15 Whitespace 2015-04-24 11:27:21 +01:00
hogliux
e83a69560a Fix for duplicateIfShared when image depends on other image via SubsectionImageData 2015-04-22 17:38:32 +01:00
Timur Doumler
4f28be946c Merge branch 'bugfix/broken_drag_and_drop' 2015-04-22 16:01:58 +01:00
Timur Doumler
ca6aa75bc8 now passing SparseSet<int> as const& instead of by value in ListBox::createSnapshotOfRows/startDragAndDrop. 2015-04-22 16:01:01 +01:00
jules
179d99f57d Made MidiKeyboardComponent work better when attached as a mouse listener to child components. 2015-04-22 15:36:52 +01:00
Timur Doumler
d3d7670f83 moved deprecated method ListBox::createSnapshotOfSelectedRows into JUCE_CATCH_DEPRECATED_CODE_MISUSE block. 2015-04-21 16:27:10 +01:00
Timur Doumler
9b7d2cb8d6 fixed drag and drop behaviour of ListBox for the new case selectOnMouseDown == false 2015-04-21 16:14:56 +01:00
jules
e72826b3fe Added a method ListBox::setRowSelectedOnMouseDown() 2015-04-20 18:07:05 +01:00
jules
7037b7243e Tweaked handling of corrupted data in ValueTree::readFromStream 2015-04-20 18:06:10 +01:00
jules
28123033cd Fixed an iOS GL compile error. 2015-04-20 17:29:11 +01:00
hogliux
123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 2015-04-20 15:49:43 +01:00
jules
b8133ad331 Fix for GL multisampling on some iOS versions. 2015-04-20 12:04:53 +01:00
jules
f0ce8d0700 Fix for a performance problem in a few FloatVectorOperations calls on Windows. 2015-04-20 11:50:09 +01:00
jules
d8bf3aabca Added a method ReferenceCountedArray::clearQuick() 2015-04-20 11:10:22 +01:00
hogliux
b5f2723ef9 Fix LLVM warning in previous commit 2015-04-17 18:02:09 +01:00
hogliux
0bac9fefc6 Add URL stream progress support on OSX/iOS 2015-04-17 17:44:56 +01:00
hogliux
0c3023327a Get correct path for File::currentExecutableFile on Linux 2015-04-17 11:56:44 +01:00
jules
4af50da9f7 Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method. 2015-04-14 11:30:25 +01:00
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. 2015-04-13 17:06:20 +01:00
jules
c1355fa11a Minor SystemTrayIconComponent tweak to keep OSX10.3 builds happy. 2015-04-13 16:07:44 +01:00
jules
121ce102a7 Whitespace cleanup. 2015-04-13 13:01:52 +01:00
hogliux
41b38f59ed Re-write DatagramSocket class and general clean-up in socket code 2015-04-13 12:56:23 +01:00
jules
1ee737c7cd Removed no-longer-necessary check in the AU code which was producing a warning. 2015-04-13 12:38:57 +01:00
jules
9c9d10dc0a Clarified some documentation relating to the Component::setBufferedToImage, which didn't match the actual behaviour of that method. 2015-04-10 12:48:06 +01:00
hogliux
ea4262f5e1 Add ignoreUnused utility function as a tool to avoid unused variables warning 2015-04-10 11:12:50 +01:00
jules
0496e944b1 Documentation fix. 2015-04-10 10:13:02 +01:00
jules
12f8940de5 Added MIDI channel pressure support to the Synthesiser class. 2015-04-09 10:58:56 +01:00
jules
30aa1f3a80 Whitespace cleanup 2015-04-09 10:58:23 +01:00
hogliux
5b8a633108 Fix unicode input on Android 2015-04-08 12:05:20 +01:00
hogliux
1986f9b2ad Fix TextLayout height when string is empty 2015-04-08 10:43:11 +01:00
hogliux
7a370a9019 Fixed typo 2015-04-07 18:03:59 +01:00
jules
7930bd92f2 Minor clean-up 2015-04-07 17:48:18 +01:00
hogliux
63d16bb136 Fix neon compile errors and fabs vector operation support for neon 2015-04-07 17:48:13 +01:00
jules
3613542330 Updates to avoid pedantic warnings in gcc. 2015-04-07 14:37:12 +01:00
hogliux
36e5939820 Fix window ordering on mac 2015-04-07 14:13:13 +01:00
hogliux
1eab4fe594 Do not ignore return-value of AudioPlayHead::getCurrentPosition 2015-04-07 10:12:27 +01:00
jules
5b2aed2982 Fix for PPC build 2015-04-06 11:28:53 +01:00
Fabian Renn-Giles
bb70069626 Remove colour swizzle to fix inverted colour bug on Samsung phones 2015-04-02 17:43:12 +01:00
Fabian Renn-Giles
a9278b0fb8 Fix Android compile error with recent isfinite patch 2015-04-02 17:14:52 +01:00
Fabian Renn-Giles
1365204d66 Shorter bit operation for floating point abs operation 2015-04-02 16:11:05 +01:00
Fabian Renn-Giles
e2302a246f Add absolute value operation to FloatVectorOperations 2015-04-02 15:18:00 +01:00
jules
904dd784fa Fix for an obscure Visual Studio warning. 2015-04-01 14:55:16 +01:00