ed
|
262dff8854
|
Bump version number to 5.3.0
|
2018-03-15 12:23:30 +00:00 |
|
ed
|
cdbc28c18b
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
hogliux
|
d8c06ab657
|
URL: fixed an issue where an invalid File could lead to infinite loop in the URL constructor
|
2018-03-13 15:45:16 +00:00 |
|
hogliux
|
f802c6950b
|
Add URLInputSource class
|
2018-03-13 15:44:59 +00:00 |
|
Tom Poole
|
f1af3908d5
|
Documentation fixes
|
2018-03-11 09:25:09 +00:00 |
|
Lukasz Kozakiewicz
|
c859b4af1d
|
Android: add support for Google Oboe (developer preview).
|
2018-03-07 17:43:39 +01:00 |
|
Tom Poole
|
4d20d1a406
|
Fixed an issue reading BigInteger ranges beyond the highest set bit
|
2018-03-06 17:50:11 +00:00 |
|
Lukasz Kozakiewicz
|
4469217b3e
|
Android: un-focus TextEditor when keyboard is hidden from nav bar. Ensure immersive mode is properly restored. Fix TextEditor not hiding keyboard if deleted immediately after getting focus.
|
2018-03-02 11:48:37 +00:00 |
|
reuk
|
bd290d8283
|
Avoid sorting arrays which contain one or fewer elements
|
2018-02-21 11:38:48 +00:00 |
|
ed
|
d77f4fe691
|
Added an initialiser list constructor to OwnedArray
|
2018-02-20 17:22:28 +00:00 |
|
jules
|
8d578fae55
|
Whitespace
|
2018-02-13 16:53:09 +00:00 |
|
jules
|
36e872837b
|
Fix for JUCE_NO_DEPRECATION_WARNINGS causing problems
|
2018-02-12 09:52:48 +00:00 |
|
Lukasz Kozakiewicz
|
72116171cc
|
Android: rework back button handling to catch also programmatic requests.
|
2018-02-09 11:54:45 +01:00 |
|
Lukasz Kozakiewicz
|
8dd4e55557
|
Android: add a couple of JNI classes definitions.
|
2018-02-09 11:54:45 +01:00 |
|
Lukasz Kozakiewicz
|
0bc498e913
|
Projucer: add option to customise activity base class in Android exporter.
|
2018-02-09 11:54:45 +01:00 |
|
ed
|
fa0f7a4281
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
hogliux
|
d8d2f5d0f4
|
Added new SystemStats::getDeviceManufacturer()
|
2018-02-06 15:40:53 +00:00 |
|
ed
|
87c973e191
|
Update the documentation of Time::formatted to have correct second range
|
2018-02-05 11:39:38 +00:00 |
|
jules
|
6ee9030e37
|
Fixed an edge-case in String::compareNatural
|
2018-02-05 11:12:15 +00:00 |
|
Lukasz Kozakiewicz
|
c4ebfcd735
|
Re-saved all projects.
|
2018-01-31 18:45:33 +01:00 |
|
Lukasz Kozakiewicz
|
3237d50f0e
|
Android: fix crash when calling juce::JUCEApplicationBase::quit().
|
2018-01-31 18:45:16 +01:00 |
|
Tom Poole
|
224d0a9325
|
Fixed a bug setting the number of decimal places in a String
|
2018-01-25 11:03:30 +00:00 |
|
jules
|
415f0e4c90
|
Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit!
|
2018-01-17 11:23:12 +00:00 |
|
jules
|
7d24b39f18
|
Cranked up the Clang warning level in the projucer, and fixed a few minor warnings
|
2018-01-16 17:15:06 +00:00 |
|
jules
|
13cbb960f4
|
Fixed a warning on Android
|
2018-01-16 12:52:25 +00:00 |
|
jules
|
e2688eec0a
|
Added methods AbstractFifo::read() and AbstractFifo::write() which return a scope-based object to make it easy to hold, release and iterate blocks of items.
|
2018-01-16 12:38:44 +00:00 |
|
Tom Poole
|
0e7c503720
|
Lowered the minimim supported version of clang
|
2018-01-15 13:00:27 +00:00 |
|
jules
|
2e3c8a351b
|
Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU
|
2018-01-15 12:02:20 +00:00 |
|
Lukasz Kozakiewicz
|
f2fc06b447
|
Android: add utility macro to log JNI references table.
|
2018-01-12 13:36:56 +01:00 |
|
Lukasz Kozakiewicz
|
6e5b6b3eb1
|
Android: fix JNI local references leak in JNIClassBase.
|
2018-01-12 13:36:48 +01:00 |
|
jules
|
057bb262dd
|
Enabled std::atomic for Android
|
2018-01-11 09:08:51 +00:00 |
|
jules
|
8d09eaadb6
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
2018-01-11 09:08:51 +00:00 |
|
jules
|
1a60fa9765
|
More ScopedPointer/unique_ptr compatibility work
|
2018-01-10 17:35:08 +00:00 |
|
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
2018-01-10 14:49:57 +00:00 |
|
jules
|
5b13063162
|
Fixed a typo in comments
|
2018-01-10 11:48:06 +00:00 |
|
jules
|
f9313c8338
|
Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago!
|
2018-01-09 16:28:14 +00:00 |
|
jules
|
249ab04f76
|
fixed a typo
|
2018-01-09 15:27:01 +00:00 |
|
jules
|
7326a37795
|
Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2
|
2018-01-09 15:15:33 +00:00 |
|
jules
|
3ec5c17bb1
|
Misc cleanups relating to ScopedPointer
|
2018-01-08 18:03:26 +00:00 |
|
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
2018-01-08 10:28:41 +00:00 |
|
Noah Dayan
|
381874c20a
|
Fix typo in juce_TemporaryFile.h
|
2018-01-08 09:17:07 +00:00 |
|
Tom Poole
|
90f3d11ab8
|
Fixed an issue terminating threads on iOS
|
2018-01-03 09:10:23 +00:00 |
|
jules
|
7c847e7126
|
Added some BSD target support
|
2018-01-02 14:24:49 +00:00 |
|
jules
|
81abb6a1a6
|
Avoided a spurious assertion when trying to compile invalid javascript
|
2018-01-02 10:47:22 +00:00 |
|
jules
|
85f74ca7d3
|
Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated
|
2017-12-31 10:49:33 +00:00 |
|
Lukasz Kozakiewicz
|
ce0ab63f57
|
Android: avoid an assertion in URL::isLocalFile().
|
2017-12-21 13:20:27 +01:00 |
|
jules
|
78791be3c5
|
Deleted some old deprecated methods from Component, and tidied a few things up
|
2017-12-20 15:30:40 +00:00 |
|
Tom Poole
|
809c8f56e2
|
Added CURLOPT_NOSIGNAL to the cURL configuration
|
2017-12-20 14:45:18 +00:00 |
|
Lukasz Kozakiewicz
|
3b130b10fe
|
URL: add method to get filename (most useful for Android’s content:// scheme).
|
2017-12-14 18:53:35 +00:00 |
|
Lukasz Kozakiewicz
|
360449de0b
|
Android: ensure that navigation/status bar visibility is correctly restored when the app gets resumed.
|
2017-12-14 16:20:05 +00:00 |
|