jules
|
b9198f4f88
|
Tweaked the Uuid class to make it compatible with RFC 4122 version 4.
|
12 years ago |
jules
|
5f9552c4ec
|
Version number update
|
12 years ago |
jules
|
ec52acc609
|
Minor clean ups inside Random class and introjucer.
|
12 years ago |
jules
|
bfbc7d843a
|
arm64 compile fix.
|
12 years ago |
jules
|
b05c8413cf
|
Tidied up some docs and added an AudioFormat constructor.
|
12 years ago |
jules
|
8a66ec83f0
|
Minor clean-ups.
|
12 years ago |
jules
|
81c87652db
|
Removed an incorrect assertion.
|
12 years ago |
jules
|
8809efcb7a
|
A few tweaks to help the clang static analyser avoid false alarms.
|
12 years ago |
jules
|
1451d555c1
|
Fix for arm-64 iOS.
|
12 years ago |
jules
|
eed99767d0
|
Documentation updates.
|
12 years ago |
jules
|
5051b2ffcc
|
Optimised some number streaming functions.
|
12 years ago |
jules
|
abd3babc02
|
Minor optimisations and clean-ups.
|
12 years ago |
jules
|
ca902e0122
|
URL class: allowed user-supplied headers to contain a content-type specifier.
|
12 years ago |
jules
|
9243e3dbdd
|
Minor tinkering with the String class.
|
12 years ago |
jules
|
99d1357a4c
|
Added a "willSendRequest" callback to the OSX web stream delegate class.
|
12 years ago |
jules
|
55bbea3238
|
Undefined some zlib internal macros
|
12 years ago |
jules
|
221786dfcf
|
New method Array::addNullTerminatedArray(), and misc minor tightening-up of code.
|
12 years ago |
jules
|
15424753c3
|
Added method JSON::escapeString
|
12 years ago |
jules
|
4c896471d9
|
Minor exception-correctness
|
12 years ago |
jules
|
5804ecfa5e
|
Revised Uuid::null, and turned it into a static method, not a variable.
|
12 years ago |
jules
|
8f2c2353e1
|
Added a Uuid::null variable.
|
12 years ago |
jules
|
9a193b55f2
|
Fixed a bug in File relative path parsing.
|
12 years ago |
jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
12 years ago |
jules
|
addd649b27
|
Disambiguations to keep the MS compiler happy when using UTF32 string mode.
|
12 years ago |
jules
|
a8b41cb717
|
Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available.
|
12 years ago |
jules
|
c54ca1037d
|
Fixes for builds using utf-32 string storage.
|
12 years ago |
jules
|
94f7377009
|
Typo fix.
|
12 years ago |
jules
|
3a47baf9b9
|
Misc minor string optimisations.
|
12 years ago |
jules
|
435089e89b
|
Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs.
|
12 years ago |
jules
|
14cfa338b6
|
Avoided a false assertion in File. Minor clean-ups.
|
12 years ago |
jules
|
ec524a437d
|
Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h
|
12 years ago |
jules
|
f7bb014c21
|
In WindowsRegistry::registerFileAssociation(), the icon resource number was being negated for some mysterious reason.. Corrected this, so the number you give it is now used directly.
|
12 years ago |
jules
|
fecba9c31c
|
New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this.
|
12 years ago |
jules
|
7bf1da5e17
|
Added MouseInputSource::isUnboundedMouseMovementEnabled(). Tweaks to mouse cursor snap-back in Sliders.
|
12 years ago |
jules
|
40c896ac64
|
Cleaned up some critical section code.
|
12 years ago |
jules
|
059737b163
|
Version number update
|
12 years ago |
jules
|
b093f47a8c
|
Misc minor cleanups and comment fixes.
|
12 years ago |
jules
|
5df6bf0513
|
Minor clean-ups.
|
12 years ago |
jules
|
42aa27900b
|
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
|
12 years ago |
jules
|
7afa650942
|
Increased the precision used by XmlElement when storing strings.
|
12 years ago |
jules
|
c429b2aa24
|
Fixes for support of non-utf8 strings.
|
12 years ago |
jules
|
2fccfccbc0
|
Misc performance tweaks.
|
12 years ago |
jules
|
1356ae6387
|
More XML parser optimisations and better error detection.
|
12 years ago |
jules
|
c89abff867
|
Refactored some byte-order mark detection code.
|
12 years ago |
jules
|
e336dd1c1c
|
Optimisation for String and XML parsing.
|
12 years ago |
jules
|
cbb4a6e86f
|
Made the XML parser cope with some errors that it missed before. Also found a couple of performance optimisations for it.
|
12 years ago |
jules
|
59d8d8172d
|
Replaced the crappy old juce sortArray function with std::sort, which seems to run twice as fast. This greatly speeds up edge table rendering.
|
12 years ago |
jules
|
f28cea034d
|
Typo fixes in ReferenceCountedObject.
|
12 years ago |
jules
|
22139761dc
|
Couple of MSVC warning clean-ups.
|
12 years ago |
jules
|
954312b23c
|
Changes to ReferenceCountedObject to support more flexible deletion via ContainerDeletePolicy.
|
12 years ago |