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

275 commits

Author SHA1 Message Date
hogliux
123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 2015-04-20 15:49:43 +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
hogliux
5b8a633108 Fix unicode input on Android 2015-04-08 12:05:20 +01:00
jules
3bc4eb3efb Fix for PPC build 2015-04-06 11:29:33 +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
cfb3c5459a Improved the way juce_isRunningUnderDebugger() works on linux. 2015-03-20 10:17:20 +00:00
jules
726279be09 Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs. 2015-03-09 10:36:55 +00:00
jules
e1dcd96892 Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 2015-03-03 09:47:03 +00:00
jules
7d4273f9d4 A couple of small changes that seem to be needed for some Android builds. 2015-02-27 09:29:34 +00:00
jules
17863a45b6 Workaround for problems on Android when the OS reuses a posix thread for the openGL thread. 2015-02-24 17:59:53 +00:00
jules
c87463cad1 Added support for in-memory fonts on Android. 2015-02-24 10:15:01 +00:00
jules
5cbad3b30f Removed more 'final's from the android java class. 2015-02-12 09:11:25 +00:00
jules
c206793ff1 Removed 'final' from the android java activity class. 2015-02-11 16:39:07 +00:00
jules
fe7d345060 Workaround for win32 folder read-only permissions problem. 2015-02-06 17:09:17 +00:00
jules
04019091a7 Fix for deletion of opengl views on newer versions of android 2015-01-19 12:21:51 -08:00
jules
268497e8bc Added a number-of-redirects parameter to URL::createInputStream 2014-12-29 10:15:54 +00:00
jules
9d9f94cadd Minor android compile fix. 2014-12-13 12:34:18 +00:00
jules
15ddb6699e Fix for some problems with the CFString utf16 implementation. 2014-12-09 10:50:03 +00:00
jules
1313eb0bef Oops - fixed win32 typo in last commit. 2014-11-12 17:15:26 +00:00
jules
9c884f79d3 Added method File::setExecutePermission() 2014-11-12 15:01:34 +00:00
jules
7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 2014-10-26 19:36:54 +00:00
jules
74571aba11 New class: MountedVolumeListChangeDetector 2014-10-26 17:39:49 +00:00
jules
cb80f332ac Made the win32 URL streaming code handle redirects. 2014-10-09 09:22:41 +01:00
jules
23d3bfe3e2 Bit of minor cleaning up. 2014-09-28 13:15:01 +01:00
jules
a3cf165fc4 Fix for osx 10.5 compatibility. 2014-09-28 11:07:59 +01:00
jules
6c06c34304 Fix for File::getCreationTime on OSX. 2014-09-26 09:55:51 +01:00
jules
6c37ffdf48 Avoided an iOS warning. 2014-09-24 10:15:40 +01:00
jules
b1e4823066 Avoided some gcc compiler warnings 2014-09-15 17:31:43 +01:00
jules
574241650e Improved MAC address detection on linux. 2014-08-29 11:34:10 +01:00
jules
f376a82a56 Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 2014-08-17 11:47:55 +01:00
jules
3e7d305094 A few minor whitespace cleanups. 2014-08-16 21:06:27 +01:00
jules
a9750c0e38 Workaround for linux gcc warning. 2014-08-05 10:26:31 +01:00
jules
6773fc2f4f Modified the posix HighResolutionTimer to cope with being started/stopped from its own callback. 2014-08-01 09:11:30 +01:00
jules
6bb3a4b74f For for hi-res timer threads on android. 2014-07-31 09:00:37 +01:00
jules
bd5b47484f Added an internal flag JUCE_WIN32_TIMER_PERIOD, which can be set to change the value that is passed to the timeBeginPeriod function, or to prevent this function being called at all. 2014-07-19 12:41:14 +01:00
jules
f6603043a2 Fix for https in the win32 http stream implementation 2014-07-13 19:25:30 +01:00
jules
13f99df268 Fix for changing the OSX HighResolutionTimer interval while it's still running. 2014-07-09 18:16:48 +01:00
jules
ae0383c7db Added a win32-specific flag File::windowsSystemDirectory 2014-07-08 14:05:55 +01:00
jules
71eafe439c Split the SystemStats::Windows8 enum into 8.0 and 8.1 values. 2014-07-05 13:13:54 +01:00
jules
c7ed08a008 Added some safety-checking for android DLL builds 2014-06-19 15:24:50 +01:00
jules
3c8fbc0bfe MSVC UTF-32 build fix. 2014-05-30 09:10:09 +01:00
jules
5930215e09 Avoided static-order-of-initialisation problems from causing crashes in the Time::getMillisecondCounter function. 2014-05-27 17:03:46 +01:00
jules
d8180f7ba5 Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file. 2014-05-24 18:36:17 +01:00
jules
90d317a74a Workaround for missing java method in some android SDKs 2014-05-23 21:51:37 +01:00
jules
05527babf9 Fixed a typo that prevented disabling of stderr in a child process 2014-05-14 10:07:47 +01:00
jules
d7ce09ff15 Tweaks to SystemStats::getDisplayLanguage() on android/linux to return a two-part identifier in the same way as other platforms. 2014-05-13 08:56:30 +01:00
jules
4721d75cc1 Clarified documentation for SystemStats::getDisplayLanguage(), to make clear that it may return a multi-part region name. Updated the win32 implementation of this method to include the region code. 2014-05-09 11:40:04 +01:00
jules
3759aecfbc Fixed a mix-up in iOS timing calculations. 2014-05-05 15:00:12 +01:00