71 Commits (71d10e750a0fb03c63c32b162c6e103600abe656)

Author SHA1 Message Date
  jules eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
  jules 7c6f3d40b6 Tidied up some method calls involving HeapBlock 7 years ago
  jules 3df7f8ff8b Did a bit of minor modernising in Graphics + Path 7 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  jules bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 8 years ago
  jules 38d49a5ee7 Modernised a few RectangleList iterators 8 years ago
  hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
  ed aff5ea5a9b Replaced two instances of src[1] with src[0] in the render4PixelAverage method as adding pixelStride handles the offset 8 years ago
  jules edec7b34b2 Replaced some uses of AffineTransform::identity with a default-constructed object 9 years ago
  jules 6f092d602d Rendering optimisation when filling off-screen paths 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 10 years ago
  jules c304ea1e15 Made a couple of internal glyph handling methods public to help 3rd party tweaking. 10 years ago
  jules 7d8b9ad597 Avoided a few linux gcc warnings. 10 years ago
  jules d7777c87c5 Avoiding a VC warning. 11 years ago
  jules bcce4e388a Minor optimisation in software image rendering. 11 years ago
  jules f4c83a9411 Fix for a very obscure race-condition involving font string initialisation. 11 years ago
  jules 6c17d3ca74 GlyphCache multithreading fix. 11 years ago
  jules 2dbd55db3e Fix for threading bug in GlyphCache. 11 years ago
  jules 2f91b1c5f4 Bit of tidying up in GlyphCache. 11 years ago
  jules b153a92bae Performance increase for some software-renderer image blending ops. 11 years ago
  jules 02733aa1b7 Fix for affine transforms with a negative scaling factor in the software renderer. 11 years ago
  jules 42bff200ed Improved the vertical font hinting algorithm and removed some duplicated typeface code. 11 years ago
  jules a1a43ea418 Tweaks to font-rendering: fonts are now vertically hinted by finding the best overall scale that will make the most common horizontal features better aligned. Changed the font gamma to be greater when rendering with brighter colours. 11 years ago
  jules 57974a793c Some fixes for minor graphical problems. 11 years ago
  jules 59d719cc26 Increased the gamma of software-rendered fonts. 11 years ago
  jules a8984031ba Made sure that glyph caches are flushed along with the typeface cache. 11 years ago
  jules 5df6bf0513 Minor clean-ups. 11 years ago
  jules a2c95ce4fd Cleaned out and optimised some graphics code. 11 years ago
  jules dbf7053861 New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 11 years ago
  jules 65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
  jules ca3bc70acd Changes to improve scaling when using cached component images and component effects. 11 years ago
  jules 48ae5d16a7 Much faster software rendering of glyphs when display is scaled. 11 years ago
  jules 7fb2533bb0 Some rendering fixes. 11 years ago
  jules 61ab5be83f Optimisation for software renderer performance in scaled components. 11 years ago
  jules 6629921a8b Removed some override specifiers due to a Clang compiler bug. 11 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. 11 years ago
  jules 32c98223ac Refactored some lowlevelgraphicscontext classes to remove duplicated code. 11 years ago
  jules 6a6f42ddc9 Workarounds for GCC not understanding friend template classes in RectangleList. 11 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. 11 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 5a1112ab94 Updated the format of the header include guard macros. 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 a1e3f23ee4 Linux build fix. 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules 136041daa7 Fixed a couple of base-class copying typos and prevented copying of ReferenceCountedObject bases. 12 years ago
  jules d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 12 years ago
  jules 7a3453f48b Minor clean-ups. 12 years ago
  jules 6971cab6d2 Compiler compatibilty change in mac font code. 12 years ago