| .. |
|
java
|
Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed.
|
2017-12-14 16:20:05 +00:00 |
|
juce_android_Files.cpp
|
URL: add method to get filename (most useful for Android’s content:// scheme).
|
2017-12-14 18:53:35 +00:00 |
|
juce_android_JNIHelpers.h
|
Add native content sharing support for iOS and Android
|
2017-12-11 16:08:01 +00:00 |
|
juce_android_Misc.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_android_Network.cpp
|
URL: add method to get filename (most useful for Android’s content:// scheme).
|
2017-12-14 18:53:35 +00:00 |
|
juce_android_RuntimePermissions.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_android_SystemStats.cpp
|
Android: move a bunch of generic Android and Java classes to JNI helpers, add Android/Java prefixes to disambiguate.
|
2017-11-08 18:29:12 +01:00 |
|
juce_android_Threads.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_BasicNativeHeaders.h
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
2017-05-16 13:42:35 +01:00 |
|
juce_curl_Network.cpp
|
Tidied up a few bits of messy String concatenation
|
2017-12-05 12:03:30 +00:00 |
|
juce_linux_CommonFile.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_linux_Files.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_linux_Network.cpp
|
Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
|
2017-10-11 12:10:58 +01:00 |
|
juce_linux_SystemStats.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_linux_Threads.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_mac_ClangBugWorkaround.h
|
Renamed XCode to Xcode in multiple places
|
2017-10-06 09:54:32 +01:00 |
|
juce_mac_Files.mm
|
Updated the implementation of File::moveToTrash() on OSX so that it uses the newer API calls on 10.8 and above, and added a bodge for older versions that makes it blocks until the operation has completed
|
2017-10-12 09:14:37 +01:00 |
|
juce_mac_Network.mm
|
Fixed a misaligned pointer access
|
2017-12-07 10:24:42 +00:00 |
|
juce_mac_Strings.mm
|
Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
|
2017-10-11 12:10:58 +01:00 |
|
juce_mac_SystemStats.mm
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_mac_Threads.mm
|
Implement Process::hide for mobile platforms
|
2017-10-10 09:22:03 +01:00 |
|
juce_osx_ObjCHelpers.h
|
PushNotifications: add OSX implementation.
|
2017-11-22 12:59:53 +01:00 |
|
juce_posix_NamedPipe.cpp
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
2017-11-01 17:41:06 +00:00 |
|
juce_posix_SharedCode.h
|
Fixed a data race in the Thread destructor
|
2017-12-04 10:07:46 +00:00 |
|
juce_win32_ComSmartPtr.h
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_win32_Files.cpp
|
Fixed a compiler warning involving deprecated static variables when compiling with GCC
|
2017-10-11 12:16:33 +01:00 |
|
juce_win32_Network.cpp
|
Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters
|
2017-10-11 12:10:58 +01:00 |
|
juce_win32_Registry.cpp
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
juce_win32_SystemStats.cpp
|
MinGW: Fixed some 32 bit build errors
|
2017-09-20 12:53:27 +01:00 |
|
juce_win32_Threads.cpp
|
Fixed a data race in the Thread destructor
|
2017-12-04 10:07:46 +00:00 |