summaryrefslogtreecommitdiff
path: root/vcl/inc/generic
AgeCommit message (Expand)AuthorFilesLines
2014-12-02vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+6
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-0/+1
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-1/+2
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard1-0/+1
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne1-0/+2
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock1-0/+2
2014-10-17coverity#704104 Unchecked return valueCaolán McNamara1-1/+1
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock2-3/+3
2014-10-06Remove pointless commented-out 'virtual' keywordsTor Lillqvist1-1/+1
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock2-2/+2
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin2-2/+2
2014-05-21CosmeticsTor Lillqvist1-34/+20
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist5-25/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-86/+86
2014-03-26Sprinkle some SAL_OVERRIDEsTor Lillqvist1-15/+15
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud2-0/+2
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud1-49/+58
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud3-7/+8
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-3/+5
2014-03-20all the filterText impls are now no-ops, so removeCaolán McNamara1-2/+0
2014-03-20Resolves: #i49980# Autosense fax4cups devices and configure automaticallyCaolán McNamara2-8/+0
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-28Unvirtualize a couple of functionsTor Lillqvist1-6/+6
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-26Remove visual noise from vclAlexander Wilms1-10/+10
2014-02-21vcl: sal_Bool -> boolStephan Bergmann5-32/+32
2014-01-24coverity#708575 Uninitialized scalar fieldCaolán McNamara1-2/+5
2014-01-24coverity#738922 Uninitialized scalar fieldCaolán McNamara1-4/+3
2014-01-24coverity#738923 Uninitialized scalar fieldCaolán McNamara1-0/+5
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr2-13/+13
2013-12-31Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr1-5/+5
2013-12-11fontmanager.hxx is private to vclTor Lillqvist1-1/+1
2013-12-04Device-specific font substitution is not usedKhaled Hosny1-1/+0
2013-12-04Don't perform printer font substitutionKhaled Hosny1-8/+6
2013-12-02Make include guards sane in vclTor Lillqvist1-2/+1
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-2/+2
2013-10-28fixincludeguards.sh: vclThomas Arnhold9-25/+25
2013-10-21Simplify further after the kerning pair changesTor Lillqvist1-1/+0
2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny1-1/+0
2013-10-21Removed unused kerning stuffKhaled Hosny2-37/+1
2013-10-21Drop support for non-Unicode fontsKhaled Hosny1-1/+0
2013-09-30This have been unused for a whileKhaled Hosny1-2/+0
2013-07-12Fix headless mode glyph cache memory handlingStephan Bergmann1-20/+7