1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

5115 commits

Author SHA1 Message Date
Timur Doumler
ee3fe813e1 fixed issue with label text being white and invisible; some refactoring 2015-04-20 16:37:01 +01:00
Timur Doumler
5fcf94bfe4 added EditableTextCustomComponent (based on Label) to WidgetsDemo 2015-04-20 15:22:27 +01:00
Timur Doumler
b7f77590ff Fixed problem in Introjucer where a newly created audio app would produce howling feedback because the audio buffer did not get cleared. 2015-04-20 11:45:26 +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
45a0cf35ab Merge remote-tracking branch 'origin/features/datagramsockets' 2015-04-13 13:02:49 +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
hogliux
d5859ec782 Merge branch 'develop' 2015-04-07 14:48:15 +01:00
jules
afbec9cf3c Updates to avoid pedantic warnings in gcc. 2015-04-07 14:41:28 +01:00
hogliux
bbe1b0bc01 Do not ignore return-value of AudioPlayHead::getCurrentPosition 2015-04-07 14:39:46 +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
3bc4eb3efb Fix for PPC build 2015-04-06 11:29:33 +01:00
jules
5b2aed2982 Fix for PPC build 2015-04-06 11:28:53 +01:00
Fabian Renn-Giles
ad3c04cdac Remove colour swizzle to fix inverted colour bug on Samsung phones 2015-04-06 11:23:59 +01:00
Fabian Renn-Giles
6d38e890f7 Fix Android compile error with recent isfinite patch 2015-04-06 11:23:50 +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
jules
82b4581d2d Fixed a warning in juce_isfinite 2015-04-01 12:28:53 +01:00
jules
05d15e83da Added assertions to RectangleList to warn about rectangles containing INFs. 2015-04-01 12:28:38 +01:00
jules
769c2f4b46 Added isFinite() methods to Point and Rectangle. 2015-04-01 11:58:05 +01:00
jules
5ce5d95064 Added some template specialisation to the juce_isfinite method, so that it can safely be called for integer types too. 2015-04-01 11:48:51 +01:00
jules
a1dfafe2c8 Introjucer: added Android version number 2015-04-01 11:14:41 +01:00
jules
2b5c9b43cf Made AudioDeviceManager prefer to use a device's current sample rate if asked to use a default rate. 2015-03-31 16:43:57 +01:00
jules
2c3c5c793b More refinements to the Synthesiser class voice-stealing algorithm. 2015-03-31 13:58:59 +01:00
jules
f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
jules
452a1f3475 Made the VST host classes support the "sizeWindow" canDo. The code has always supported the sizing callback, but for some reason the canDo wasn't responded to correctly. 2015-03-30 17:10:17 +01:00
jules
c0ccc756e4 Made it possible to build plugins with JUCE_MODAL_LOOPS_PERMITTED turned off 2015-03-30 14:13:57 +01:00
jules
8fb779e2fb Minor change to avoid a compiler warning. 2015-03-30 14:08:18 +01:00