| .. |
|
java
|
Fixed a typo in the native java README.txt
|
2019-02-28 16:27:55 +00:00 |
|
javacore
|
Whitespace
|
2019-02-07 09:56:43 +00:00 |
|
juce_android_Files.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_android_JNIHelpers.cpp
|
Android: Added some missing activity lifecycle callbacks for Android Q
|
2019-08-14 12:12:33 +01:00 |
|
juce_android_JNIHelpers.h
|
Android: Added some missing activity lifecycle callbacks for Android Q
|
2019-08-14 12:12:33 +01: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
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_android_RuntimePermissions.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_android_SystemStats.cpp
|
Re-structured the low-level Android native code
|
2018-11-13 12:33:40 +00:00 |
|
juce_android_Threads.cpp
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_BasicNativeHeaders.h
|
Replaced select() calls with poll()
|
2019-10-07 14:41:18 +01:00 |
|
juce_curl_Network.cpp
|
Revert "Workaround for bad HTTP response header parsing on Linux"
|
2019-05-03 18:02:03 +01:00 |
|
juce_linux_CommonFile.cpp
|
Files: Added support for creating and reading relative or special path symbolic link files
|
2018-04-09 14:02:53 +01:00 |
|
juce_linux_Files.cpp
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01:00 |
|
juce_linux_Network.cpp
|
Replaced select() calls with poll()
|
2019-10-07 14:41:18 +01:00 |
|
juce_linux_SystemStats.cpp
|
Bela: Fixed timestamp call from realtime thread
|
2019-08-23 11:48:16 +01:00 |
|
juce_linux_Threads.cpp
|
Bit of tidying up in linux code
|
2019-07-24 06:54:26 +01:00 |
|
juce_mac_ClangBugWorkaround.h
|
Projucer: Check for libc++ version instead of macOS SDK version when working around a live-build error
|
2019-04-13 20:01:58 +01:00 |
|
juce_mac_Files.mm
|
macOS: Cleaned up old 10.6 support ifdefs
|
2019-04-05 10:05:21 +01:00 |
|
juce_mac_Network.mm
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
juce_mac_Strings.mm
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_mac_SystemStats.mm
|
iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator
|
2019-03-01 10:54:10 +00:00 |
|
juce_mac_Threads.mm
|
Fixed some stray zeros that were still being passed as null pointers
|
2018-10-05 12:15:04 +01:00 |
|
juce_osx_ObjCHelpers.h
|
macOS: Fixed a couple of places where CFStrings weren't being released properly
|
2019-03-13 15:04:03 +00:00 |
|
juce_posix_IPAddress.h
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
juce_posix_NamedPipe.cpp
|
Replaced select() calls with poll()
|
2019-10-07 14:41:18 +01:00 |
|
juce_posix_SharedCode.h
|
Fixed an implicit narrowing conversion warning in setFileTimesInternal()
|
2019-09-04 11:56:57 +01:00 |
|
juce_win32_ComSmartPtr.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_win32_Files.cpp
|
Windows: Removed A: and B: special cases from File::isOnHardDisk
|
2019-05-30 17:35:13 +01:00 |
|
juce_win32_Network.cpp
|
Windows: Fixed a signed/unsigned comparison warning in juce_win32_Network.cpp
|
2019-01-14 15:48:21 +00:00 |
|
juce_win32_Registry.cpp
|
Windows: Fixed a bug checking if a key exists in the registry
|
2019-08-12 15:29:22 +01:00 |
|
juce_win32_SystemStats.cpp
|
Windows: Updated SystemStats::getOperatingSystemType() to use RtlGetVersion()
|
2019-07-19 14:12:02 +01:00 |
|
juce_win32_Threads.cpp
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
2018-04-10 18:34:20 +01:00 |