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.
|
11 years ago |
jules
|
cf01cae2ea
|
Changed Rectangle::transformed to use getSmallestIntegerContainer on its result when used on a non-float rectangle type.
|
11 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 |
jules
|
a4b2a5dfa9
|
DRY-ing some loops in the software renderer (and improving performance).
|
12 years ago |
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
12 years ago |
jules
|
68476aded8
|
Renderer optimisations.
|
12 years ago |
jules
|
a51a4952e4
|
Cleaned up a few VC warnings.
|
12 years ago |
jules
|
667a18712f
|
Added begin()/end() iterators to RectangleList. You should use these in preference to RectangleList::Iterator, as they're faster.
|
12 years ago |
jules
|
8a3298ebb8
|
Added a PropertiesFile::reload() method.
|
12 years ago |
jules
|
0033491cc8
|
Cleaned up some compiler warnings.
|
12 years ago |
jules
|
9fde239d9c
|
Misc minor tidying up.
|
12 years ago |
jules
|
ec590c29cf
|
Handling variable pixel stride in transformed image render.
|
12 years ago |
jules
|
19e304bc6f
|
Better support for pixel strides in the software renderer.
|
12 years ago |