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

350 commits

Author SHA1 Message Date
jules
4c0bc70411 Deleted some defunct Mac PowerPC code 2016-04-19 16:46:45 +01:00
jules
48b35c447a Workaround for long filenames in Process::openDocument on OSX 2016-04-14 12:43:32 +01:00
jules
e04b7ff1c4 Added some extra time-out settings to the Linux CURL code 2016-04-14 12:00:01 +01:00
hogliux
44359cb429 Fix missing std::nullptr defines 2016-04-07 10:01:52 +01:00
Timur Doumler
70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
Timur Doumler
e30464b210 Reverted: Added a missing include in juce_android_RuntimePermissions.cpp (the relevant compile error was already fixed by commit 2ecbe54c in a better way). 2016-03-18 16:35:17 +00:00
Timur Doumler
4203f58548 Added a missing include in juce_android_RuntimePermissions.cpp. 2016-03-18 16:15:50 +00:00
Timur Doumler
a694a66739 Android: fixed bug in Java code that caused compiler errors on API Level 21. 2016-03-18 14:26:35 +00:00
jules
8653a97ede Avoided a false-positive in File::isOnHardDisk() with unplugged network drives 2016-03-18 09:58:29 +00:00
jules
56b6efbbad Made sure that String::toCFString() never returns a null pointer 2016-02-25 16:53:14 +00:00
jules
6149a4f649 Avoided an MSVC warning 2016-02-25 14:49:13 +00:00
jules
606a503a15 Improved some Windows registry root key handling. 2016-02-25 10:18:43 +00:00
Timur Doumler
9ea874428c Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 2016-02-25 10:12:30 +00:00
jules
b5907fa90d Normalised some divider comments 2016-02-20 09:45:43 +00:00
jules
cb6085733f Fixed a minor leak in posix WaitableEvent 2016-02-19 16:01:09 +00:00
jules
d6f02c9ba4 Avoided a false assertion in ChildProcess 2016-02-17 14:24:53 +00:00
hogliux
10d1228e86 Add option to set default stack size for JUCE threads 2016-02-15 11:06:28 +00:00
jules
876b4ae1d3 Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags 2016-02-12 17:03:21 +00:00
jules
b010df5bcd Made ChildProcess::start() auto-remove quotes from the name of the executable that it is given 2016-02-12 10:51:25 +00:00
Timur Doumler
28730a28c8 Fixed bug in File::deleteFile() where it would fail to delete a symlink if it was pointing to a nonexistent file. 2016-02-10 12:40:25 +00:00
jules
71b62a8503 Moved some code that was in the wrong file 2016-02-09 12:52:29 +00:00
jules
fbda96b899 Added new method: Process::setMaxNumberOfFileHandles() 2016-02-09 11:30:26 +00:00
jules
08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 2016-02-04 16:07:21 +00:00
hogliux
2e0325c5df Replace android code which are not available on older android versions 2016-02-02 12:59:09 +00:00
Timur Doumler
5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 2016-01-28 15:34:00 +00:00
jules
b557277f6f Removed a few stray semicolons 2016-01-28 11:48:48 +00:00
hogliux
e6b4dcb6a2 Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo 2016-01-26 10:06:30 +00:00
jules
a6afb208c6 Android: removed the action bar 2016-01-15 10:24:47 +00:00
jules
de4637d8cb Added support for some more File::getSpecialLocation locations on Android 2016-01-14 10:02:54 +00:00
jules
99052af8bc Added Android support for screen orientation control 2016-01-13 12:05:29 +00:00
jules
18de8b36c1 Avoided defining alloca on MINGW if there's already a definition for it 2016-01-07 09:12:48 +00:00
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
86a745dc35 Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result. 2015-12-23 14:31:06 +00:00
jules
2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 2015-12-23 11:47:18 +00:00
jules
ae712c72d8 Cleaned up a few String::empty uses 2015-12-21 12:01:28 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +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
Joshua Gerrard
26b01e9f18 Fixed File::getLinkedTarget prepending string on Windows 2015-11-16 10:09:07 +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
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
145a80f11f Fix for builds with JUCE_STRING_UTF_TYPE = 32 2015-10-27 17:19:35 +00:00
jules
13b27a2923 Fix for win32 implementation of SystemStats::getComputerName() 2015-10-08 10:56:55 +01:00
jules
a610931e71 Fixed a OSX 10.11 deprecation warning in File::moveToTrash 2015-10-01 17:25:31 +01:00
hogliux
290c502e78 Replace HTTP_BAD_REQUEST with http status code literals as org.apache is no longer available on newer platforms 2015-09-14 09:18:20 +01:00