| .. |
|
java
|
Updated some headers and URLs.
|
2013-06-24 16:03:33 +01:00 |
|
juce_android_Files.cpp
|
Added File::commonDocumentsDirectory enum.
|
2013-08-31 16:15:07 +01:00 |
|
juce_android_JNIHelpers.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +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
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_linux_Files.cpp
|
Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available.
|
2013-09-13 14:36:45 +01:00 |
|
juce_linux_Network.cpp
|
Added some JUCE_CALLTYPE flags to Process methods.
|
2013-08-14 19:04:01 +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
|
New method Array::addNullTerminatedArray(), and misc minor tightening-up of code.
|
2013-09-18 19:10:01 +01:00 |
|
juce_mac_Network.mm
|
Added a "willSendRequest" callback to the OSX web stream delegate class.
|
2013-09-19 19:26:46 +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
|
Cleaned up some critical section code.
|
2013-09-08 17:25:27 +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
|
Added File::commonDocumentsDirectory enum.
|
2013-08-31 16:15:07 +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 MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders.
|
2013-09-09 12:29:06 +01:00 |