1551 Commits (0149aab09d478d2bbbad45e7e6ae9e5bd24f7d3c)

Author SHA1 Message Date
  jules 0149aab09d CaretComponent optimisation. 11 years ago
  jules cbe2777656 Default desktop scaling for win32. 11 years ago
  jules bd3a75e726 Added some more translation methods to AffineTransform, and a couple of methods to Rectangle and RectangleList 11 years ago
  jules 24f5fdea22 Some minor clean-ups and comments in Thread class. 11 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
  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