jules
|
43e53f01b4
|
Made sure that Rectangle::operator/ can cope with an integer argument.
|
12 years ago |
jules
|
ed220632ed
|
Minor clean-ups.
|
12 years ago |
jules
|
779e1d483f
|
Added tests for SSE3 capability.
|
12 years ago |
jules
|
69f75c344d
|
Workarounds to get Rectangle<int>::getSmallestIntegerContainer() to work in VC2010
|
12 years ago |
jules
|
ebc0b2b727
|
Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings.
|
12 years ago |
jules
|
6629921a8b
|
Removed some override specifiers due to a Clang compiler bug.
|
12 years ago |
jules
|
e31ebbfbc9
|
Improved the SHA256 unit test, and added test for MD5.
|
12 years ago |
jules
|
43fb1f11d9
|
win32 double-right-click on taskbar icon fix.
|
12 years ago |
jules
|
0713d87a95
|
Added a Process::hide() method (implemented only on OSX)
|
12 years ago |
jules
|
67916bc9d0
|
Refactored OpenGLGraphicsContext to share a lot of code with the software renderer, and to use edgetables rather than image masks for faster clipping.
|
12 years ago |
jules
|
08c9d5d22f
|
EdgeTable performance tuning.
|
12 years ago |
jules
|
df668c3e5f
|
Changed android failure exit code.
|
12 years ago |
jules
|
8c7a35addb
|
Fixed some obscure rounding errors in Rectangle.
|
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
|
aafa12fd81
|
Increased the warning level for the Xcode builds of the demo + introjucer, and avoided a few warnings.
|
12 years ago |
jules
|
ac3151ad1f
|
(Fixed typo in the last check-in)
|
12 years ago |
jules
|
dd1a3496c2
|
Fixed the AudioSampleBuffer copy-constructor's behaviour to match its description.
|
12 years ago |
jules
|
ca40721527
|
Cleaned up edge-cases in string numeric conversion methods, and added some extra unit tests.
|
12 years ago |
jules
|
6a6f42ddc9
|
Workarounds for GCC not understanding friend template classes in RectangleList.
|
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
|
b91983c480
|
Work towards supporting a global scaling factor: Desktop::setGlobalScaleFactor().
|
12 years ago |
jules
|
7d167aef87
|
Added a new AffineTransform::scaled method and improved Rectangle::operator*=
|
12 years ago |
jules
|
7590e3f1fe
|
Fixed some toolbar customiser drag+drop problems.
|
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
|
60a0087114
|
Some internal component peer work.
|
12 years ago |
jules
|
cf01cae2ea
|
Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type.
|
12 years ago |
jules
|
c3e082b252
|
Added WindowsRegistry::keyExists() methods
|
12 years ago |
jules
|
30cc1ed757
|
Added flags for multisampling in GL, and implementation of this for iOS.
|
12 years ago |
jules
|
8d05e58bc7
|
Horrible hack to work around OSX openGL swap intervals not working correctly when the window is occluded.
|
12 years ago |
jules
|
4d7aaace23
|
Changed DragAndDropContainer::getCurrentDragDescription() to return a var.
|
12 years ago |
jules
|
7fbb6803dc
|
Fix for positioning of some Carbon VST windows.
|
12 years ago |
jules
|
b506a13ba2
|
Documentation fix.
|
12 years ago |
jules
|
7c83d51aa6
|
Changed AAX + RTAS 6.1 channel formats to 7.0, for wider support
|
12 years ago |
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
12 years ago |
jules
|
b075af5e6c
|
Added method FileTreeComponent::setItemHeight().
|
12 years ago |
jules
|
9f97ff341b
|
Added a MemoryOutputStream constructor to write into a fixed block of memory.
|
12 years ago |
jules
|
e661096762
|
Enabled JUCE_RTAS_LINK_TO_DEBUG_LIB by default in a debug build.
|
12 years ago |
jules
|
30e3b0d865
|
Optimised Result::ok()
|
12 years ago |
jules
|
10a1a54af2
|
Added JUCE_RTAS_LINK_TO_DEBUG_LIB macro.
|
12 years ago |
jules
|
d2996f50cf
|
Made Synthesiser::handleMidiEvent overridable.
|
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 |