275 Commits (68fa0eaa191efdbcd379e8fbb27e3749efdaa087)

Author SHA1 Message Date
  hogliux 123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 10 years ago
  hogliux b5f2723ef9 Fix LLVM warning in previous commit 10 years ago
  hogliux 0bac9fefc6 Add URL stream progress support on OSX/iOS 10 years ago
  hogliux 0c3023327a Get correct path for File::currentExecutableFile on Linux 10 years ago
  hogliux 5b8a633108 Fix unicode input on Android 11 years ago
  jules 3bc4eb3efb Fix for PPC build 11 years ago
  jules 5b2aed2982 Fix for PPC build 11 years ago
  jules f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 11 years ago
  jules cfb3c5459a Improved the way juce_isRunningUnderDebugger() works on linux. 11 years ago
  jules 726279be09 Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs. 11 years ago
  jules e1dcd96892 Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 11 years ago
  jules 7d4273f9d4 A couple of small changes that seem to be needed for some Android builds. 11 years ago
  jules 17863a45b6 Workaround for problems on Android when the OS reuses a posix thread for the openGL thread. 11 years ago
  jules c87463cad1 Added support for in-memory fonts on Android. 11 years ago
  jules 5cbad3b30f Removed more 'final's from the android java class. 11 years ago
  jules c206793ff1 Removed 'final' from the android java activity class. 11 years ago
  jules fe7d345060 Workaround for win32 folder read-only permissions problem. 11 years ago
  jules 04019091a7 Fix for deletion of opengl views on newer versions of android 11 years ago
  jules 268497e8bc Added a number-of-redirects parameter to URL::createInputStream 11 years ago
  jules 9d9f94cadd Minor android compile fix. 11 years ago
  jules 15ddb6699e Fix for some problems with the CFString utf16 implementation. 11 years ago
  jules 1313eb0bef Oops - fixed win32 typo in last commit. 11 years ago
  jules 0fe7802c93 Oops - fixed win32 typo in last commit. 11 years ago
  jules 9c884f79d3 Added method File::setExecutePermission() 11 years ago
  jules 7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 11 years ago
  jules 74571aba11 New class: MountedVolumeListChangeDetector 11 years ago
  jules cb80f332ac Made the win32 URL streaming code handle redirects. 11 years ago
  jules 23d3bfe3e2 Bit of minor cleaning up. 11 years ago
  jules a3cf165fc4 Fix for osx 10.5 compatibility. 11 years ago
  jules 6c06c34304 Fix for File::getCreationTime on OSX. 11 years ago
  jules 6c37ffdf48 Avoided an iOS warning. 11 years ago
  jules b1e4823066 Avoided some gcc compiler warnings 11 years ago
  jules 574241650e Improved MAC address detection on linux. 11 years ago
  jules f376a82a56 Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 11 years ago
  jules 3e7d305094 A few minor whitespace cleanups. 11 years ago
  jules a9750c0e38 Workaround for linux gcc warning. 11 years ago
  jules 6773fc2f4f Modified the posix HighResolutionTimer to cope with being started/stopped from its own callback. 11 years ago
  jules 6bb3a4b74f For for hi-res timer threads on android. 11 years ago
  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. 11 years ago
  jules f6603043a2 Fix for https in the win32 http stream implementation 11 years ago
  jules 13f99df268 Fix for changing the OSX HighResolutionTimer interval while it's still running. 11 years ago
  jules ae0383c7db Added a win32-specific flag File::windowsSystemDirectory 11 years ago
  jules 71eafe439c Split the SystemStats::Windows8 enum into 8.0 and 8.1 values. 11 years ago
  jules c7ed08a008 Added some safety-checking for android DLL builds 11 years ago
  jules 3c8fbc0bfe MSVC UTF-32 build fix. 11 years ago
  jules 5930215e09 Avoided static-order-of-initialisation problems from causing crashes in the Time::getMillisecondCounter function. 11 years ago
  jules d8180f7ba5 Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file. 11 years ago
  jules 90d317a74a Workaround for missing java method in some android SDKs 11 years ago
  jules 05527babf9 Fixed a typo that prevented disabling of stderr in a child process 11 years ago
  jules d7ce09ff15 Tweaks to SystemStats::getDisplayLanguage() on android/linux to return a two-part identifier in the same way as other platforms. 11 years ago