jules
ddcd78eae8
Android: made sure that when the screensaver is disabled, Android-M devices don't lower the app priority
9 years ago
jules
145a80f11f
Fix for builds with JUCE_STRING_UTF_TYPE = 32
9 years ago
jules
13b27a2923
Fix for win32 implementation of SystemStats::getComputerName()
9 years ago
jules
a610931e71
Fixed a OSX 10.11 deprecation warning in File::moveToTrash
9 years ago
hogliux
290c502e78
Replace HTTP_BAD_REQUEST with http status code literals as org.apache is no longer available on newer platforms
9 years ago
jules
bafdb41511
Fixed typo in win32 child process pipe connection.
9 years ago
hogliux
fb8a1dbf48
Fix some iOS build warnings
9 years ago
jules
8883b1f9c1
Added a "mustNotExist" argument to NamedPipe creation
9 years ago
jules
b2ddfe67a8
Fixes for mingw headers.
9 years ago
jules
97cbf3f96c
Removed some defunct code.
9 years ago
hogliux
40848adac6
Add optional parameter to juce URL class to specify a custom HTTP command
9 years ago
hogliux
4e04dad00f
Fix warning on linux
9 years ago
hogliux
03dc6479e3
Implement setScreenSaver enabled on Android
9 years ago
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
9 years ago
hogliux
c7b8e77031
Update copyright notice
9 years ago
jules
e65bd0769a
Added support for reading chunked HTTP streams on linux.
9 years ago
hogliux
c2c0795aea
Add https/SSL support for Linux (via libcurl)
9 years ago
jules
fc2ce88576
Prevented accidental opening of already-open named pipes on win32.
10 years ago
hogliux
d126a0cfbb
Fix compiler error on newer Android versions
10 years ago
hogliux
8b01ffe133
Ensure that JNI callbacks have soft float ABI on arm processors
10 years ago
hogliux
67436307bf
Include port number in http request header if it is a non-standard port number (see HTTP spec 14.23)
10 years ago
jules
58105cde57
Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this.
10 years ago
jules
f4fe4c5749
Tidied up a bit of android code and resaved the demo project.
10 years ago
jules
f12ede92e5
Workaround for ridiculously old versions of GLIBC
10 years ago
jules
4c932b696c
Fixed linux thread affinity code.
10 years ago
Timur Doumler
be9a2ff1bb
Implemented support for Android OpenGL native ARGB pixel format.
10 years ago
hogliux
8c242b7547
Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
10 years ago
jules
581158e443
Fixed a rare race condition in OSX URL reading.
10 years ago
jules
7e51e64422
Added detection for SSSE3 and AVX instructions to the SystemStats class.
10 years ago
jules
19b2beec63
Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection.
10 years ago
hogliux
123b70ec91
Add JUCE_STANDALONE_APPLICATION pre-processor macro
10 years ago
hogliux
b5f2723ef9
Fix LLVM warning in previous commit
10 years ago
hogliux
0bac9fefc6
Add URL stream progress support on OSX/iOS
10 years ago
hogliux
0c3023327a
Get correct path for File::currentExecutableFile on Linux
10 years ago
hogliux
5b8a633108
Fix unicode input on Android
10 years ago
jules
3bc4eb3efb
Fix for PPC build
10 years ago
jules
5b2aed2982
Fix for PPC build
10 years ago
jules
f6395d4cda
Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this.
10 years ago
jules
cfb3c5459a
Improved the way juce_isRunningUnderDebugger() works on linux.
10 years ago
jules
726279be09
Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs.
10 years ago
jules
e1dcd96892
Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled.
10 years ago
jules
7d4273f9d4
A couple of small changes that seem to be needed for some Android builds.
10 years ago
jules
17863a45b6
Workaround for problems on Android when the OS reuses a posix thread for the openGL thread.
10 years ago
jules
c87463cad1
Added support for in-memory fonts on Android.
10 years ago
jules
5cbad3b30f
Removed more 'final's from the android java class.
10 years ago
jules
c206793ff1
Removed 'final' from the android java activity class.
10 years ago
jules
fe7d345060
Workaround for win32 folder read-only permissions problem.
10 years ago
jules
04019091a7
Fix for deletion of opengl views on newer versions of android
10 years ago
jules
268497e8bc
Added a number-of-redirects parameter to URL::createInputStream
10 years ago
jules
9d9f94cadd
Minor android compile fix.
10 years ago