| .. |
|
java
|
Improved Android event callback mechanism.
|
2013-10-14 13:50:50 +01:00 |
|
juce_android_Files.cpp
|
Moved some duplicated linux/android code into a shared file. Added a method File::isLink()
|
2013-10-15 17:17:31 +01:00 |
|
juce_android_JNIHelpers.h
|
Improved Android event callback mechanism.
|
2013-10-14 13:50:50 +01:00 |
|
juce_android_Misc.cpp
|
A few android warning fixes.
|
2013-07-31 22:14:11 +01:00 |
|
juce_android_Network.cpp
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +01:00 |
|
juce_android_SystemStats.cpp
|
Avoided a false assertion in File. Minor clean-ups.
|
2013-09-10 15:11:20 +01:00 |
|
juce_android_Threads.cpp
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +01:00 |
|
juce_BasicNativeHeaders.h
|
Fix for MinGW builds.
|
2013-10-04 21:56:48 +01:00 |
|
juce_linux_CommonFile.cpp
|
Moved some duplicated linux/android code into a shared file. Added a method File::isLink()
|
2013-10-15 17:17:31 +01:00 |
|
juce_linux_Files.cpp
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
juce_linux_Network.cpp
|
Fix for linux URL stream opening.
|
2013-10-02 10:52:52 +01:00 |
|
juce_linux_SystemStats.cpp
|
Avoided a false assertion in File. Minor clean-ups.
|
2013-09-10 15:11:20 +01:00 |
|
juce_linux_Threads.cpp
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +01:00 |
|
juce_mac_Files.mm
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
juce_mac_Network.mm
|
Cleaned up some pedantic warnings in the iOS build.
|
2013-10-01 12:55:44 +01:00 |
|
juce_mac_Strings.mm
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_mac_SystemStats.mm
|
Added tests for SSE3 capability.
|
2013-07-31 11:04:16 +01:00 |
|
juce_mac_Threads.mm
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +01:00 |
|
juce_osx_ObjCHelpers.h
|
iOS build fix.
|
2013-08-01 09:08:27 +01:00 |
|
juce_posix_NamedPipe.cpp
|
Replaced calls to the deprecated unix siginterrupt function.
|
2013-07-08 15:06:03 +01:00 |
|
juce_posix_SharedCode.h
|
Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser.
|
2013-10-12 17:00:16 +01:00 |
|
juce_win32_ComSmartPtr.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_win32_Files.cpp
|
Moved some duplicated linux/android code into a shared file. Added a method File::isLink()
|
2013-10-15 17:17:31 +01:00 |
|
juce_win32_Network.cpp
|
New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this.
|
2013-09-09 20:07:17 +01:00 |
|
juce_win32_Registry.cpp
|
In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly.
|
2013-09-09 20:27:08 +01:00 |
|
juce_win32_SystemStats.cpp
|
Added tests for SSE3 capability.
|
2013-07-31 11:04:16 +01:00 |
|
juce_win32_Threads.cpp
|
Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser.
|
2013-10-12 17:00:16 +01:00 |