summaryrefslogtreecommitdiffstats
path: root/canvas/source
Commit message (Expand)AuthorAgeFilesLines
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-16/+17
* some windows SetPosSizePixel->setPosSizePixelCaolán McNamara2012-09-281-2/+2
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-251-2/+2
* fill whole polypolygon at once, so that fill rule is applied correctlyRadek Doulik2012-08-201-6/+8
* unusedcode: SpriteCanvasHelper's methodsMatúš Kukan2012-08-132-55/+0
* remove include comments and boxesThomas Arnhold2012-08-081-4/+0
* remove some more eof noiseThomas Arnhold2012-08-083-12/+0
* drop bogus eof linesThomas Arnhold2012-08-072-4/+0
* strip down UniString some moreCaolán McNamara2012-08-021-1/+1
* Reduce scopeJulien Nabet2012-07-161-1/+1
* Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)Christophe JAILLET2012-07-111-7/+7
* fix fdo#51547: revert "Some cppcheck cleaning"Michael Meeks2012-07-043-10/+10
* removed unnecessary forward declarations of classTakeshi Abe2012-07-0414-40/+0
* Remove unused include filesThomas Arnhold2012-06-272-124/+0
* remove bunch of obsolete looking .flt filesMichael Stahl2012-06-221-3/+0
* use generic names rather than specific algorithm names when scalingLuboš Luňák2012-06-222-2/+2
* fix comment snafuMichael Meeks2012-06-191-0/+1
* re-base on ALv2 code.Michael Meeks2012-06-1988-2079/+1286
* fdo#30519 paint scrolled area from the right surfaceDavid Tardon2012-06-182-15/+53
* OSL_TRACE -> SAL_INFODavid Tardon2012-06-181-5/+5
* removed unused forward declarations of classTakeshi Abe2012-06-161-1/+0
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-121-4/+0
* Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.Jan Holesovsky2012-06-052-2/+2
* Some cppcheck cleaningJulien Nabet2012-05-283-10/+10
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-162-3/+2
* Related: fdo#48961 don't crash on silly pixmap sizesCaolán McNamara2012-05-091-1/+19
* Remove unused method canvas::tools::clipBlitJordi Mallach2012-05-031-12/+0
* rework callcatcher makefile to build subsequentcheck testsCaolán McNamara2012-05-011-7/+0
* Some removing in cairocanvasJulien Nabet2012-04-304-22/+0
* WaE: msvc2008 unused formal parameterCaolán McNamara2012-04-261-1/+1
* bomb out compilation of cairo canvas for mac or windowsMichael Meeks2012-04-231-0/+4
* Nah, don't obscure the right type with void*Tor Lillqvist2012-04-151-1/+1
* Copy and adapt current state of Norbert's CoreText work for iOSTor Lillqvist2012-04-151-1/+5
* unusedcode.easy: remove various methodsThomas Arnhold2012-04-121-5/+0
* add .5 to control points coordinates after transformationRadek Doulik2012-04-121-2/+4
* Remove unused constructor for ParametricPolyPolygonGábor Stefanik2012-04-101-15/+0
* Remove canvas::tools::calcRectToRectTransformJulien Nabet2012-04-091-39/+0
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-2/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-10/+10
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0618-18/+18
* UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2012-04-053-12/+12
* removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe2012-03-282-3/+0
* removed duplicate includes in basic / canvas / chart2 / comphelperTakeshi Abe2012-03-261-1/+0
* Add missing component file for canvas.Thorsten Behrens2012-03-161-0/+36
* Cleanup formatting in cairocanvasThorsten Behrens2012-03-1619-589/+649
* Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens2012-03-166-55/+8
* Use transparency for gradients fdo#45219Thorsten Behrens2012-03-162-41/+42
* Return proper transparency value even for ignore_color.Thorsten Behrens2012-03-161-12/+12
* Make sure mask is rendered opaque in vclcanvas.Thorsten Behrens2012-03-161-0/+1
* Remove nasty xor hack for non-Mac vclcanvasThorsten Behrens2012-03-161-52/+0