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

990 commits

Author SHA1 Message Date
jules
0af818324e Fixed a typo that caused a problem when JUCE_STRING_UTF_TYPE is set to 16 or 32 2015-12-21 09:52:48 +00:00
jules
19d0c71050 Version number update 2015-12-16 18:14:23 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
428c8a79a5 Version number update 2015-12-10 11:02:38 +00:00
jules
afaaf00202 Moved ListenerList from the juce_events module into juce_core 2015-12-10 10:39:15 +00:00
jules
c334530f29 Added new method Array::remove that takes an element pointer. 2015-12-10 10:35:30 +00:00
jules
a14f6abbe0 Corrected a typo in the documentation 2015-12-10 09:08:42 +00:00
Timur Doumler
6986010bb7 Whitespace. 2015-12-09 15:43:24 +00:00
jules
51165c0f6b Added enum SystemStats::MacOSX_10_11 2015-12-09 09:52:30 +00:00
jules
99ebba4e4c Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check" 2015-12-07 19:31:05 +00:00
jules
41c2e8ea26 Minor documentation correction in File. 2015-12-07 14:21:02 +00:00
jules
99de06cf2c Javascript parser: Fixed the fact that Math.PI and E were methods instead of properties 2015-12-01 15:11:22 +00:00
jules
31381c6864 Stripped out some defunct OSX 10.4 fallback code 2015-12-01 12:48:01 +00:00
jules
064e45bc85 Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects 2015-11-30 11:47:04 +00:00
Joshua Gerrard
9b96b551f2 Modified Win32 version of File::getLinkedTarget to dynamically load symbols for XP and MinGW compatibility. 2015-11-24 11:24:05 +00:00
Joshua Gerrard
e220f35250 Fixed compilation errors on MinGW 2015-11-23 12:35:05 +00:00
jules
c35ed85677 Version number update 2015-11-17 16:37:03 +00:00
jules
b0ca1c40ca Whitespace tidying 2015-11-17 09:55:17 +00:00
jules
4fd8913037 Added a new method Array::sort() which uses the default comparator for simple types 2015-11-16 16:40:26 +00:00
Joshua Gerrard
26b01e9f18 Fixed File::getLinkedTarget prepending string on Windows 2015-11-16 10:09:07 +00:00
jules
7ff68d6e76 Tweaked GZIPCompressorOutputStream to allow a compression level of 0 (uncompressed) 2015-11-14 18:24:55 +00:00
jules
4e4f8767fe Fix for use of static_assert on C++11 compilers 2015-11-05 16:21:38 +00:00
hogliux
19572b58c7 Also fix KEYCODE in JuceAppActivity when disabling the screensaver on android 2015-11-03 15:34:36 +00:00
jules
89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 2015-11-03 10:37:52 +00:00
jules
02041328dc Misc minor fix-ups 2015-11-02 18:07:36 +00:00
jules
2286856b7b Added some extra number->String converter methods, and extra unit-tests 2015-11-02 16:48:38 +00:00
jules
810f2bfb2a Introjucer: Added Android Studio exporter 2015-11-02 16:13:46 +00:00
jules
ddcd78eae8 Android: made sure that when the screensaver is disabled, Android-M devices don't lower the app priority 2015-11-02 16:13:45 +00:00
jules
b1a8470514 Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities 2015-11-02 14:49:47 +00:00
jules
399e248488 Added new module: juce_osc 2015-11-02 11:48:01 +00:00
jules
12447ba38f Version 4.0.1 2015-11-02 11:02:55 +00:00
jules
a38c9c7aee Made TextDiff use less stack space 2015-11-02 09:59:05 +00:00
jules
3d3eec675e Added a couple of extra StringRef and NewLine concatenation operators 2015-11-02 09:59:04 +00:00
jules
145a80f11f Fix for builds with JUCE_STRING_UTF_TYPE = 32 2015-10-27 17:19:35 +00:00
jules
705e7f6110 Added method XmlElement::isValidXmlName() and implemented standard-compliant checking for XML name validity 2015-10-27 16:50:31 +00:00
jules
0506bc6100 Tweaked Timer and TimeSliceThread to reduce the frequency of their calls to wait() 2015-10-27 11:49:06 +00:00
hogliux
166f54fa0a Fix DatagramSocket from always blocking on read 2015-10-26 17:17:07 +00:00
jules
8602b8b172 Minor spelling correction 2015-10-14 09:31:46 +01:00
jules
b1195106f8 Improved some comments in the Range class. 2015-10-13 11:36:40 +01:00
jules
5e48332fb1 A couple of very minor cleanups. 2015-10-12 09:38:01 +01:00
jules
2271d6d7fd Added a couple of methods to MACAddress 2015-10-09 10:29:04 +01:00
jules
13b27a2923 Fix for win32 implementation of SystemStats::getComputerName() 2015-10-08 10:56:55 +01:00
jules
ebc47d9618 Avoided possible arithmetic overflow in MemoryInputStream::read() for very large streams. 2015-10-06 16:53:30 +01:00
jules
4404835a64 Avoided exceptions getting thrown by Expression::evaluate() 2015-10-05 12:53:47 +01:00
jules
13af784d03 Fix for mingw64 2015-10-05 09:18:38 +01:00
jules
a610931e71 Fixed a OSX 10.11 deprecation warning in File::moveToTrash 2015-10-01 17:25:31 +01:00
jules
6b66d6379c Fix for non-Windows socket address binding. 2015-09-28 17:13:13 +01:00
jules
1c5304b598 Refactored some socket options code and avoided a compile error on linux. 2015-09-24 19:34:57 -07:00
hogliux
2ae3d8f7c9 Fix compiler error for Android in recent commit 2015-09-18 07:49:19 +01:00
jules
c74d3cc12a Workaround for problems with Xcode 7 SDK headers. 2015-09-17 19:08:41 +01:00