jules
|
b172d3a070
|
Changed the double->String conversion to use std::ostream instead of sprintf, in order to avoid foreign locale formatting problems.
|
11 years ago |
jules
|
24f5fdea22
|
Some minor clean-ups and comments in Thread class.
|
11 years ago |
jules
|
0c035bed6f
|
Added a RelativeTime::seconds() constructor method.
|
11 years ago |
jules
|
ea9e833e5d
|
Added an overloaded translate() function that takes CharPointer_UTF8
|
12 years ago |
jules
|
88cb38ea29
|
iOS build fix.
|
12 years ago |
jules
|
5e7bc2a187
|
Added a JUCE_DELETED_FUNCTION macro.
|
12 years ago |
jules
|
3cd00c8730
|
A few android warning fixes.
|
12 years ago |
jules
|
779e1d483f
|
Added tests for SSE3 capability.
|
12 years ago |
jules
|
0713d87a95
|
Added a Process::hide() method (implemented only on OSX)
|
12 years ago |
jules
|
df668c3e5f
|
Changed android failure exit code.
|
12 years ago |
jules
|
32c98223ac
|
Refactored some lowlevelgraphicscontext classes to remove duplicated code.
|
12 years ago |
jules
|
c2afa62696
|
Changed Process:terminate() to exit with an error code of 1 instead of 0.
|
12 years ago |
jules
|
fc21a145cf
|
Fix for broken screen coord conversion in plugin windows.
|
12 years ago |
jules
|
ac3151ad1f
|
(Fixed typo in the last check-in)
|
12 years ago |
jules
|
ca40721527
|
Cleaned up edge-cases in string numeric conversion methods, and added some extra unit tests.
|
12 years ago |
jules
|
0e27986214
|
Modified the HashMap class to store an instance of its hashcode-generator class instead of calling static methods.
|
12 years ago |
jules
|
1b9a60e52c
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
12 years ago |
jules
|
3330b9b587
|
Added StringArray::clearQuick method.
|
12 years ago |
jules
|
5b25ac6609
|
Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility.
|
12 years ago |
jules
|
19b7d59c14
|
Added method OwnedArray::clearQuick
|
12 years ago |
jules
|
072c27d7f4
|
Renamed Rectangle::transformed to Rectangle::transformedBy, in order to match the method name in Point, and allow easier use of these classes in templates.
|
12 years ago |
jules
|
c3e082b252
|
Added WindowsRegistry::keyExists() methods
|
12 years ago |
jules
|
9f97ff341b
|
Added a MemoryOutputStream constructor to write into a fixed block of memory.
|
12 years ago |
jules
|
30e3b0d865
|
Optimised Result::ok()
|
12 years ago |
jules
|
3e9f20da8f
|
Added another Random::fillBitsRandomly method.
|
12 years ago |
jules
|
4a5380171a
|
Version number update
|
12 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
67740c1441
|
Added return values for various OutputStream::writeXYZ methods.
|
12 years ago |
jules
|
731a9b1d59
|
Added method StringArray::ensureStorageAllocated()
|
12 years ago |
jules
|
229beeab83
|
Limited the time that TextDiff can spend on large input files.
|
12 years ago |
jules
|
93d7d79b95
|
Replaced use of the deprecated GetVersionEx win32 call.
|
12 years ago |
jules
|
4fc8fbaef1
|
Added some more override decorators.
|
12 years ago |
jules
|
4ce1908f79
|
Misc tidying-up.
|
12 years ago |
jules
|
23f59fd99c
|
Improved some documentation in the File class.
|
12 years ago |
jules
|
4346fdb5f5
|
Replaced calls to the deprecated unix siginterrupt function.
|
12 years ago |
jules
|
eb646f8c42
|
Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes.
|
12 years ago |
jules
|
58f3ec2700
|
Minor reference refactoring.
|
12 years ago |
jules
|
516bddabcc
|
Misc minor clean-ups.
|
12 years ago |
jules
|
282cf3dac4
|
constness fix in OwnedArray.
|
12 years ago |
jules
|
899b1253da
|
Minor clean-ups.
|
12 years ago |
jules
|
aec3d12753
|
A few minor tweaks to avoid warnings etc.
|
12 years ago |
jules
|
2757bf2270
|
Fix for UTF32 strings.
|
12 years ago |
jules
|
d95fda2e90
|
Fix for strings in UTF32 mode.
|
12 years ago |
jules
|
7f7cbe73fd
|
Over-zealous assertion fix.
|
12 years ago |
jules
|
57832f97e1
|
Avoided a false assertion.
|
12 years ago |
jules
|
78aac0995a
|
Fixes for some clang static analysis warnings.
|
12 years ago |
jules
|
1881908846
|
Added a pthread naming fallback for older glib versions.
|
12 years ago |
jules
|
c5b4e48b80
|
Updated some headers and URLs.
|
12 years ago |
jules
|
98ae8a49d2
|
Added DPI field to Desktop::Display information. Couple of Android fixes.
|
12 years ago |
jules
|
5c59897ba6
|
Replaced some uses of the no-longer-needed literal64Bit macro.
|
12 years ago |