jules
|
efda09a512
|
Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file
|
7 years ago |
hogliux
|
6dbb975c01
|
Windows: Fixed an issue in the conversion from URL to Windows UNC file paths and vice versa
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
Noah Dayan
|
1a31c86f39
|
Bump version number to 5.3.1
|
7 years ago |
hogliux
|
71860c88e4
|
Windows: Fixed an issue where File::getLinkedTarget could return an invalid File object on Windows although the docs state that it will return the link file itself if the link cannot be resolved
|
7 years ago |
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
7 years ago |
Lukasz Kozakiewicz
|
0b030331f1
|
Android: ensure “hide native keyboard message” is sent only after the keyboard was actually shown.
|
7 years ago |
hogliux
|
7a1937b0da
|
Zip: Added support for relative symbolic links when compressing and uncompressing zip archives
|
7 years ago |
hogliux
|
06d20b20c0
|
Files: Added support for creating and reading relative or special path symbolic link files
|
7 years ago |
jules
|
705262600b
|
Quick cleanup of some posix code
|
7 years ago |
hogliux
|
736a07e4ce
|
Added a setTagName method to XmlElement
|
7 years ago |
jules
|
809651694e
|
Simplified the SparseSet class using Ranges
|
7 years ago |
hogliux
|
7bcd6a5ecd
|
Added support for uncompressing symbolic links in zip files
|
7 years ago |
hogliux
|
0c18f1cab7
|
Fixed a signed conversion warning on macOS and iOS
|
7 years ago |
hogliux
|
c048f5d40a
|
macOS/iOS/Linux: Added support for compressing symbolic links in zip files
|
7 years ago |
hogliux
|
3ebe75f030
|
Windows: ensured that File::replaceInternal does not fail with ACL errors
|
7 years ago |
Noah Dayan
|
db1e454f45
|
Fixed a documentation tag in URLInputSource
|
7 years ago |
hogliux
|
975b242987
|
macOS/iOS: Workaround an Apple bug which could result in a race-condition when accessing a WebInputStream from multiple threads
|
7 years ago |
Tom Poole
|
f5174e340e
|
Added some assertions when the input to a NormalisableRange conversion function is outside of the expected range
|
7 years ago |
hogliux
|
350551b37c
|
Ensured that ThreadPool::moveJobToFront can survive a stale job pointer
|
7 years ago |
jules
|
a632b57e7a
|
Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems
|
7 years ago |
Noah Dayan
|
9e867255d3
|
Fixed doxygen deprecated bug
|
7 years ago |
jules
|
c734e03dd0
|
Avoided some UB warnings when trying to sort empty arrays
|
7 years ago |
Lukasz Kozakiewicz
|
43b80f7a73
|
Android: fix a crash on app resume when native views are displayed.
|
7 years ago |
jules
|
26e31ff7d6
|
Whitespace
|
7 years ago |
ed
|
262dff8854
|
Bump version number to 5.3.0
|
7 years ago |
ed
|
cdbc28c18b
|
Add documentation tags
|
7 years ago |
hogliux
|
d8c06ab657
|
URL: fixed an issue where an invalid File could lead to infinite loop in the URL constructor
|
7 years ago |
hogliux
|
f802c6950b
|
Add URLInputSource class
|
7 years ago |
Tom Poole
|
f1af3908d5
|
Documentation fixes
|
7 years ago |
Lukasz Kozakiewicz
|
c859b4af1d
|
Android: add support for Google Oboe (developer preview).
|
7 years ago |
Tom Poole
|
4d20d1a406
|
Fixed an issue reading BigInteger ranges beyond the highest set bit
|
7 years ago |
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.
|
7 years ago |
reuk
|
bd290d8283
|
Avoid sorting arrays which contain one or fewer elements
|
7 years ago |
ed
|
d77f4fe691
|
Added an initialiser list constructor to OwnedArray
|
7 years ago |
jules
|
8d578fae55
|
Whitespace
|
7 years ago |
jules
|
36e872837b
|
Fix for JUCE_NO_DEPRECATION_WARNINGS causing problems
|
7 years ago |
Lukasz Kozakiewicz
|
72116171cc
|
Android: rework back button handling to catch also programmatic requests.
|
7 years ago |
Lukasz Kozakiewicz
|
8dd4e55557
|
Android: add a couple of JNI classes definitions.
|
7 years ago |
Lukasz Kozakiewicz
|
0bc498e913
|
Projucer: add option to customise activity base class in Android exporter.
|
7 years ago |
ed
|
fa0f7a4281
|
Bump version number to 5.2.1
|
7 years ago |
hogliux
|
d8d2f5d0f4
|
Added new SystemStats::getDeviceManufacturer()
|
7 years ago |
ed
|
87c973e191
|
Update the documentation of Time::formatted to have correct second range
|
7 years ago |
jules
|
6ee9030e37
|
Fixed an edge-case in String::compareNatural
|
7 years ago |
Lukasz Kozakiewicz
|
c4ebfcd735
|
Re-saved all projects.
|
7 years ago |
Lukasz Kozakiewicz
|
3237d50f0e
|
Android: fix crash when calling juce::JUCEApplicationBase::quit().
|
7 years ago |
Tom Poole
|
224d0a9325
|
Fixed a bug setting the number of decimal places in a String
|
7 years ago |
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!
|
7 years ago |
jules
|
7d24b39f18
|
Cranked up the Clang warning level in the projucer, and fixed a few minor warnings
|
7 years ago |
jules
|
13cbb960f4
|
Fixed a warning on Android
|
7 years ago |