Timur Doumler
|
8174ad00b3
|
Added comment to Time::getCurrentTime() to make clear that it is not required to be monotonic.
|
9 years ago |
jules
|
db09156251
|
Added a couple of missing 'override's
|
9 years ago |
jules
|
576c60fd15
|
un-templated a couple of functions to prevent them being accidentally called with integral type arguments
|
9 years ago |
jules
|
a48d70010f
|
Added support for javascript Array.push method
|
9 years ago |
jules
|
a6afb208c6
|
Android: removed the action bar
|
9 years ago |
jules
|
9241028eda
|
Added a flag JUCE_DISABLE_ASSERTIONS to allow assertions to be disabled even in a debug build
|
9 years ago |
jules
|
de4637d8cb
|
Added support for some more File::getSpecialLocation locations on Android
|
9 years ago |
jules
|
99052af8bc
|
Added Android support for screen orientation control
|
9 years ago |
jules
|
f6dd015999
|
The File class will now canonicalise the paths that it is given, to remove ellipsis
|
9 years ago |
jules
|
36a8380e4c
|
Fix for case-insensitive comparison of extended UTF8 unicode chars, and some refactoring of CharacterFunctions.
|
9 years ago |
jules
|
18de8b36c1
|
Avoided defining alloca on MINGW if there's already a definition for it
|
9 years ago |
jules
|
85cd905fb4
|
Whitespace
|
9 years ago |
jules
|
5a5fa35368
|
Fixed a comment for StringArray::removeString that didn't match the behaviour
|
9 years ago |
jules
|
923e8fabdb
|
Removed some unnecessary includes of AppConfig.h
|
9 years ago |
jules
|
c95253fad0
|
Cleaned out some old amalgamated build references.
|
9 years ago |
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
9 years ago |
jules
|
86a745dc35
|
Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result.
|
9 years ago |
jules
|
8c5f433691
|
Standardised the names of some old macros in PlatformDefs.h
|
9 years ago |
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
9 years ago |
jules
|
f7524d0d09
|
Fixed some spelling mistakes in a comment
|
9 years ago |
jules
|
beee911a6d
|
Fixed some comments in ZipFile
|
9 years ago |
jules
|
ae712c72d8
|
Cleaned up a few String::empty uses
|
9 years ago |
jules
|
0af818324e
|
Fixed a typo that caused a problem when JUCE_STRING_UTF_TYPE is set to 16 or 32
|
9 years ago |
jules
|
19d0c71050
|
Version number update
|
9 years ago |
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
9 years ago |
jules
|
428c8a79a5
|
Version number update
|
9 years ago |
jules
|
afaaf00202
|
Moved ListenerList from the juce_events module into juce_core
|
9 years ago |
jules
|
c334530f29
|
Added new method Array::remove that takes an element pointer.
|
9 years ago |
jules
|
a14f6abbe0
|
Corrected a typo in the documentation
|
9 years ago |
Timur Doumler
|
6986010bb7
|
Whitespace.
|
9 years ago |
jules
|
51165c0f6b
|
Added enum SystemStats::MacOSX_10_11
|
9 years ago |
jules
|
99ebba4e4c
|
Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check"
|
9 years ago |
jules
|
41c2e8ea26
|
Minor documentation correction in File.
|
9 years ago |
jules
|
99de06cf2c
|
Javascript parser: Fixed the fact that Math.PI and E were methods instead of properties
|
9 years ago |
jules
|
31381c6864
|
Stripped out some defunct OSX 10.4 fallback code
|
9 years ago |
jules
|
064e45bc85
|
Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects
|
9 years ago |
Joshua Gerrard
|
9b96b551f2
|
Modified Win32 version of File::getLinkedTarget to dynamically load symbols for XP and MinGW compatibility.
|
9 years ago |
Joshua Gerrard
|
e220f35250
|
Fixed compilation errors on MinGW
|
9 years ago |
jules
|
c35ed85677
|
Version number update
|
9 years ago |
jules
|
b0ca1c40ca
|
Whitespace tidying
|
9 years ago |
jules
|
4fd8913037
|
Added a new method Array::sort() which uses the default comparator for simple types
|
9 years ago |
Joshua Gerrard
|
26b01e9f18
|
Fixed File::getLinkedTarget prepending string on Windows
|
9 years ago |
jules
|
7ff68d6e76
|
Tweaked GZIPCompressorOutputStream to allow a compression level of 0 (uncompressed)
|
9 years ago |
jules
|
4e4f8767fe
|
Fix for use of static_assert on C++11 compilers
|
9 years ago |
hogliux
|
19572b58c7
|
Also fix KEYCODE in JuceAppActivity when disabling the screensaver on android
|
9 years ago |
jules
|
89ba69ab29
|
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
|
9 years ago |
jules
|
02041328dc
|
Misc minor fix-ups
|
9 years ago |
jules
|
2286856b7b
|
Added some extra number->String converter methods, and extra unit-tests
|
9 years ago |
jules
|
810f2bfb2a
|
Introjucer: Added Android Studio exporter
|
9 years ago |
jules
|
ddcd78eae8
|
Android: made sure that when the screensaver is disabled, Android-M devices don't lower the app priority
|
9 years ago |