jules
|
b172d3a070
|
Changed the double->String conversion to use std::ostream instead of sprintf, in order to avoid foreign locale formatting problems.
|
12 years ago |
jules
|
31577c6837
|
Minor comment clarification.
|
12 years ago |
jules
|
67b6cff503
|
Improved clipping when using mixed GL/non-GL windows in win32.
|
12 years ago |
jules
|
7fb2533bb0
|
Some rendering fixes.
|
12 years ago |
jules
|
a469fa6def
|
Fix for win32 GL repaint clipping positions.
|
12 years ago |
jules
|
1f506a2b79
|
win32 scaled window constraint fix.
|
12 years ago |
jules
|
16b9bbe212
|
Fix for win32 scaled component mouse positioning.
|
12 years ago |
jules
|
8fba517850
|
Fix for win32 scaled desktop maximised windows.
|
12 years ago |
jules
|
e4d000dcd3
|
Fixes for ActiveX window embedding.
|
12 years ago |
jules
|
f2e9b0a434
|
Some modal loop code cleanups.
|
12 years ago |
jules
|
61ab5be83f
|
Optimisation for software renderer performance in scaled components.
|
12 years ago |
jules
|
641b4d1ec8
|
Fix for GL repaint flickering on win32.
|
12 years ago |
jules
|
dc5385676d
|
Made coefficients public in IIRFilterCoefficients
|
12 years ago |
jules
|
0149aab09d
|
CaretComponent optimisation.
|
12 years ago |
jules
|
cbe2777656
|
Default desktop scaling for win32.
|
12 years ago |
jules
|
bd3a75e726
|
Added some more translation methods to AffineTransform, and a couple of methods to Rectangle and RectangleList
|
12 years ago |
jules
|
24f5fdea22
|
Some minor clean-ups and comments in Thread class.
|
12 years ago |
jules
|
0d477bb422
|
Cleaned up some ASIO code and added some logging.
|
12 years ago |
jules
|
74bd1ea8e6
|
Added some new methods to AudioProcessor, to support truncated parameter names, default parameter values and parameter step sizes. These are needed to support some AAX/RTAS host features.
|
12 years ago |
jules
|
0c035bed6f
|
Added a RelativeTime::seconds() constructor method.
|
12 years ago |
jules
|
a696e907e4
|
Had a look at the SplashScreen class, and realised it was total crap, so redesigned it to avoid using any modal loop nastiness, and to encourage initialisation on background threads.
|
12 years ago |
jules
|
44b4ccc693
|
Removed the constness from the return type of LookAndFeel::getTypefaceForFont(), to allow the move operator to be used.
|
12 years ago |
jules
|
41f257053a
|
Fix for openGL rendering engine in native-titlebar windows.
|
12 years ago |
jules
|
ea9e833e5d
|
Added an overloaded translate() function that takes CharPointer_UTF8
|
12 years ago |
jules
|
29ada09816
|
Cleaned up some unused variables.
|
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
|
7a47c12a76
|
Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering.
|
12 years ago |
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 |