70 Commits (39c44c12ed4872b6aba49b31e1b2cbeb5db5e080)

Author SHA1 Message Date
  jules 1e3973a212 Doxygen warning fixes and extra comments. 12 years ago
  jules 0906f661f6 Correction to AffineTransform::getScaleFactor() 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 29ada09816 Cleaned up some unused variables. 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 69f75c344d Workarounds to get Rectangle<int>::getSmallestIntegerContainer() to work in VC2010 12 years ago
  jules 08c9d5d22f EdgeTable performance tuning. 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 6a6f42ddc9 Workarounds for GCC not understanding friend template classes in RectangleList. 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 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 7d167aef87 Added a new AffineTransform::scaled method and improved Rectangle::operator*= 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 cf01cae2ea Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type. 12 years ago
  jules b506a13ba2 Documentation fix. 12 years ago
  jules 3d74717349 Bit of tidying-up in the Point class, and some spelling fixes in comments. 12 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 12 years ago
  jules 518e302d4a Avoided some VC warnings. 12 years ago
  jules d086d55b44 Added division operator to Rectangle. 12 years ago
  jules a53a50eb35 Improved ShapeButton's mouse-click movement behaviour. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules 4d0cd69895 Minor tidying 12 years ago
  jules 31fc78b314 Minor tidying up. 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules 100e231122 Removed leak detector from BorderSize class. 12 years ago
  jules 4c147d94a5 Fix to Rectangle::intersects 12 years ago
  jules d9f1b72067 Added method AffineTransform::withAbsoluteTranslation 12 years ago
  jules 29419e480e Added a method Point::dotProduct() 12 years ago
  jules f1f237ebbf Added Rectangle::toDouble() method 12 years ago
  jules b627a75c21 Minor docs updates. Added a method to Rectangle. 12 years ago
  jules 79cad7771a Fix for Rectangle::constrainedWithin() 12 years ago
  jules 9ed6f088e3 Improved Path::addBubble. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 13 years ago
  jules 3c83383d0e Added Line::toFloat(). Fix for scrollbar edge-case. 13 years ago
  jules e704ed0c46 Support for high-dpi software rendering on OSX. 13 years ago
  jules f6ce67ed4a OpenGL context now supports high DPI displays. Added operator* to Rectangle class. 13 years ago
  jules 667a18712f Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster. 13 years ago
  jules 07e7188eb1 Tidied up a few compiler warnings. 13 years ago
  jules 0033491cc8 Cleaned up some compiler warnings. 13 years ago
  jules 9a7e7a267a New method: Rectangle::constainedWithin(). 13 years ago
  jules 9a24aa8a20 Minor clean-ups. 13 years ago
  jules 745e2ae8b9 Added new version of Path::addRoundedRectangle(). Introjucer: new button look and feel. 13 years ago
  jules 842d30fbfa Minor tidying-up. 13 years ago
  jules bddebf3433 Added a couple of reduced/expanded methods to Rectangle. 13 years ago
  jules 27f1901fe6 Refactored Path::addBubble, BubbleMessageComponent and BubbleComponent classes to work better and avoid duplicated code. 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules 56bbab1537 (automated whitespace clean-up) 13 years ago
  jules 49870de020 Added a bit of extra functionality to WindowsRegistry. Linux: couple of fixes for fullscreen, file chooser, and a bit of tidying up. Internal refactoring in NSViewComponent. 13 years ago