summaryrefslogtreecommitdiff
path: root/vcl/inc/salgdi.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-2/+1
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu1-1/+1
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin1-3/+1
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin1-4/+1
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-1/+3
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-1/+0
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-2/+2
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin1-1/+1
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin1-4/+4
2016-01-27vcl: put back std headers to salgdiimpl.hxxChris Sherlock1-0/+4
2016-01-27vcl: remove comment cruft from salgdi.hxxChris Sherlock1-2/+0
2016-01-27vcl: remove unnecessary headers from salgdi.hxxChris Sherlock1-12/+0
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock1-1/+1
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock1-1/+3
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock1-2/+2
2016-01-08vcl: update documentation of drawAlphaRectChris Sherlock1-3/+12
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock1-1/+1
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock1-2/+2
2015-12-24loplugin:unnecessaryvirtualNoel Grandin1-2/+0
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-4/+4
2015-11-18com::sun::star->css in vcl/Noel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-09-16GL paint-flushing guard re-work.Michael Meeks1-2/+1
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-1/+1
2015-07-08loplugin:unusedmethods vclNoel Grandin1-5/+0
2015-06-11Cleanup crossplatform cairoMox Soini1-0/+9
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky1-9/+0
2015-06-05Revert "vcl: fix Android build"Jan Holesovsky1-1/+1
2015-06-05vcl: fix Android buildMiklos Vajna1-1/+1
2015-06-04Cleanup crossplatform cairoMox Soini1-0/+9
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin1-4/+4
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara1-0/+7
2015-03-19reorganize resizing surfaces logicCaolán McNamara1-1/+0
2015-03-19move the cairo resize hack into vclCaolán McNamara1-0/+1
2015-03-18revert work in progressCaolán McNamara1-3/+0
2015-03-18more thinkingCaolán McNamara1-0/+1
2015-03-18thinkingCaolán McNamara1-0/+1
2015-03-18move the cairo resize hack into vclCaolán McNamara1-0/+1
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara1-0/+3
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara1-2/+2
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl1-1/+3
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara1-3/+3
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+24
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky1-0/+4
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-0/+3
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-1/+2
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/+11