| .. |
|
java
|
Updated some headers and URLs.
|
2013-06-24 16:03:33 +01:00 |
|
juce_android_Files.cpp
|
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_android_JNIHelpers.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_android_Misc.cpp
|
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_android_Network.cpp
|
Added some more override decorators.
|
2013-07-10 10:22:33 +01:00 |
|
juce_android_SystemStats.cpp
|
Changed android failure exit code.
|
2013-07-30 17:17:25 +01:00 |
|
juce_android_Threads.cpp
|
Changed Process:terminate() to exit with an error code of 1 instead of 0.
|
2013-07-30 09:57:14 +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
|
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_linux_Network.cpp
|
Added some more override decorators.
|
2013-07-10 10:22:33 +01:00 |
|
juce_linux_SystemStats.cpp
|
Misc minor clean-ups.
|
2013-07-03 09:51:23 +01:00 |
|
juce_linux_Threads.cpp
|
Changed Process:terminate() to exit with an error code of 1 instead of 0.
|
2013-07-30 09:57:14 +01:00 |
|
juce_mac_Files.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_Network.mm
|
Added some more override decorators.
|
2013-07-10 10:22:33 +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
|
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_Threads.mm
|
Added a Process::hide() method (implemented only on OSX)
|
2013-07-30 19:30:09 +01:00 |
|
juce_osx_ObjCHelpers.h
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
2013-07-28 18:08:28 +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
|
Replaced calls to the deprecated unix siginterrupt function.
|
2013-07-08 15:06:03 +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
|
Replaced some uses of the no-longer-needed literal64Bit macro.
|
2013-06-24 11:30:24 +01:00 |
|
juce_win32_Network.cpp
|
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_win32_Registry.cpp
|
Added WindowsRegistry::keyExists() methods
|
2013-07-25 10:49:12 +01:00 |
|
juce_win32_SystemStats.cpp
|
Replaced use of the deprecated GetVersionEx win32 call.
|
2013-07-10 11:08:00 +01:00 |
|
juce_win32_Threads.cpp
|
Changed Process:terminate() to exit with an error code of 1 instead of 0.
|
2013-07-30 09:57:14 +01:00 |