1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

3925 commits

Author SHA1 Message Date
jules
127342e147 Introjucer: minor refactoring. 2013-08-04 17:53:56 +01:00
jules
711764103e Introjucer: made it recognise the .hh file suffix. 2013-08-04 16:49:06 +01:00
jules
68e49a99bb Introjucer: tweaked the dead code stripping flags for Xcode. 2013-08-04 16:36:03 +01:00
jules
2c97d9ed3d Introjucer: made Xcode release builds strip dead code. 2013-08-04 13:14:13 +01:00
jules
0d477bb422 Cleaned up some ASIO code and added some logging. 2013-08-03 11:23:38 +01:00
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. 2013-08-02 17:37:25 +01:00
jules
0c035bed6f Added a RelativeTime::seconds() constructor method. 2013-08-02 15:38:31 +01:00
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. 2013-08-02 15:36:49 +01:00
jules
44b4ccc693 Removed the constness from the return type of LookAndFeel::getTypefaceForFont(), to allow the move operator to be used. 2013-08-02 14:15:14 +01:00
jules
41f257053a Fix for openGL rendering engine in native-titlebar windows. 2013-08-01 16:45:37 +01:00
jules
ea9e833e5d Added an overloaded translate() function that takes CharPointer_UTF8 2013-08-01 14:32:50 +01:00
jules
29ada09816 Cleaned up some unused variables. 2013-08-01 12:40:50 +01:00
jules
88cb38ea29 iOS build fix. 2013-08-01 09:08:27 +01:00
jules
5e7bc2a187 Added a JUCE_DELETED_FUNCTION macro. 2013-07-31 22:15:58 +01:00
jules
3cd00c8730 A few android warning fixes. 2013-07-31 22:14:11 +01:00
jules
7a47c12a76 Cleaned away some old region-masking code from ComponentPeer, and improved some messy repaint inefficiencies involving win32 GL rendering. 2013-07-31 18:58:02 +01:00
jules
68f98d1243 Added a FPS readout to the rendering demo. 2013-07-31 16:52:14 +01:00
jules
43e53f01b4 Made sure that Rectangle::operator/ can cope with an integer argument. 2013-07-31 15:05:27 +01:00
jules
ed220632ed Minor clean-ups. 2013-07-31 13:16:08 +01:00
jules
779e1d483f Added tests for SSE3 capability. 2013-07-31 11:04:16 +01:00
jules
69f75c344d Workarounds to get Rectangle<int>::getSmallestIntegerContainer() to work in VC2010 2013-07-30 23:14:01 +01:00
jules
ebc0b2b727 Removed some warning settings that weren't supported by older GCCs. Also added workarounds for some spurious GCC warnings. 2013-07-30 21:47:15 +01:00
jules
6629921a8b Removed some override specifiers due to a Clang compiler bug. 2013-07-30 21:14:57 +01:00
jules
e31ebbfbc9 Improved the SHA256 unit test, and added test for MD5. 2013-07-30 19:45:04 +01:00
jules
43fb1f11d9 win32 double-right-click on taskbar icon fix. 2013-07-30 19:30:42 +01:00
jules
0713d87a95 Added a Process::hide() method (implemented only on OSX) 2013-07-30 19:30:09 +01:00
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. 2013-07-30 17:20:58 +01:00
jules
08c9d5d22f EdgeTable performance tuning. 2013-07-30 17:18:04 +01:00
jules
df668c3e5f Changed android failure exit code. 2013-07-30 17:17:25 +01:00
jules
8c7a35addb Fixed some obscure rounding errors in Rectangle. 2013-07-30 17:16:56 +01:00
jules
32c98223ac Refactored some lowlevelgraphicscontext classes to remove duplicated code. 2013-07-30 09:59:03 +01:00
jules
c2afa62696 Changed Process:terminate() to exit with an error code of 1 instead of 0. 2013-07-30 09:57:14 +01:00
jules
fc21a145cf Fix for broken screen coord conversion in plugin windows. 2013-07-29 16:31:03 +01:00
jules
aafa12fd81 Increased the warning level for the Xcode builds of the demo + introjucer, and avoided a few warnings. 2013-07-29 13:15:21 +01:00
jules
ac3151ad1f (Fixed typo in the last check-in) 2013-07-29 13:14:02 +01:00
jules
dd1a3496c2 Fixed the AudioSampleBuffer copy-constructor's behaviour to match its description. 2013-07-29 10:54:03 +01:00
jules
ca40721527 Cleaned up edge-cases in string numeric conversion methods, and added some extra unit tests. 2013-07-29 10:51:51 +01:00
jules
6a6f42ddc9 Workarounds for GCC not understanding friend template classes in RectangleList. 2013-07-29 08:55:55 +01:00
jules
0e27986214 Modified the HashMap class to store an instance of its hashcode-generator class instead of calling static methods. 2013-07-28 19:49:45 +01:00
jules
68227e8b29 Introjucer: Fixed an ordering problem in linux makefile generation. 2013-07-28 18:42:59 +01:00
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. 2013-07-28 18:08:28 +01:00
jules
3330b9b587 Added StringArray::clearQuick method. 2013-07-28 12:05:25 +01:00
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. 2013-07-28 11:31:25 +01:00
jules
19b7d59c14 Added method OwnedArray::clearQuick 2013-07-27 12:33:42 +01:00
jules
b91983c480 Work towards supporting a global scaling factor: Desktop::setGlobalScaleFactor(). 2013-07-26 17:35:33 +01:00
jules
7d167aef87 Added a new AffineTransform::scaled method and improved Rectangle::operator*= 2013-07-26 17:19:07 +01:00
jules
7590e3f1fe Fixed some toolbar customiser drag+drop problems. 2013-07-25 18:14:23 +01:00
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. 2013-07-25 18:13:27 +01:00
jules
60a0087114 Some internal component peer work. 2013-07-25 14:55:55 +01:00
jules
cf01cae2ea Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type. 2013-07-25 14:28:29 +01:00