summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* canvas: error C2397: conversion from 'size_t' to 'BYTE' requires ...Michael Stahl2019-08-301-1/+2
* tdf#105620: Fix placement of image embedded in graphicTor Lillqvist2017-02-091-0/+6
* tdf#100151: Dispose of window if DX device creation failedAron Budea2017-01-251-8/+11
* Resolves: tdf#103026 invalid dash causes CAIRO_STATUS_INVALID_DASH stateCaolán McNamara2016-10-061-1/+4
* Resolves: tdf#86473 approx 1 pixel high rectangular polygon not drawnCaolán McNamara2016-08-211-1/+21
* update other places that read data from cairo image surfaceDavid Tardon2016-06-291-0/+7
* canvas: replace BOOST_PP usageMichael Stahl2016-05-251-17/+11
* Convert BMP_FORMAT to scoped enumNoel Grandin2016-05-254-69/+69
* Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara2016-05-193-3/+3
* rename to two GetSystemData methods to find all call-sitesCaolán McNamara2016-05-193-3/+3
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-3/+2
* remove various crutches for boost::bind/boost::mem_fnMichael Stahl2016-05-131-5/+0
* convert EXCEPTION_ to scoped enumNoel Grandin2016-05-131-5/+4
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-103-3/+3
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-282-6/+6
* tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel2016-04-262-6/+19
* Fix typosAndrea Gelmini2016-04-221-1/+1
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-212-5/+5
* new plugin stylepoliceNoel Grandin2016-04-211-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-203-3/+3
* - Removed the only-used-once FontLevelVector typedefRyan McCoskrie2016-04-181-4/+3
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-2/+2
* tdf#99165 initialize nLastX, nLastYArmin Le Grand2016-04-131-1/+1
* loplugin:passstuffbyref in canvasNoel Grandin2016-04-136-6/+6
* tdf#99165 always provide control points for beziersArmin Le Grand2016-04-131-1/+20
* fix copy assignment signaturesJochen Nitschke2016-04-111-1/+1
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-075-17/+8
* tdf#94306 replace boost::noncopyable in canvasJochen Nitschke2016-04-0723-68/+90
* fix headless buildOliver Specht2016-03-251-0/+5
* loplugin:unuseddefaultparams variousNoel Grandin2016-03-031-1/+1
* -Werror,-WshadowStephan Bergmann2016-03-011-1/+0
* -Werror,-Wnon-virtual-dtorStephan Bergmann2016-03-011-0/+3
* -Werror,-Wunused-macrosStephan Bergmann2016-03-011-2/+0
* werror: declaration hides previous declarationDavid Ostrovsky2016-02-251-0/+5
* werror: declaration hides previous declarationDavid Ostrovsky2016-02-251-2/+2
* werror: declaration of 'nWidth' hides previous declarationDavid Ostrovsky2016-02-251-2/+0
* convert SpriteChangeRecord::ChangeType to scoped enumNoel Grandin2016-02-241-2/+2
* convert canvas::IRenderModule::PrimitiveType to scoped enumNoel Grandin2016-02-242-8/+8
* convert canvas::IColorBuffer::Format to scoped enumNoel Grandin2016-02-232-4/+4
* convert GradientType to scoped enumNoel Grandin2016-02-235-15/+15
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-171-0/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-172-3/+3
* Remove excess newlinesChris Sherlock2016-02-097-9/+0
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-069-9/+9
* vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute'Chris Sherlock2016-02-061-2/+2
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-049-24/+24
* Remove leftover printf-style %fTor Lillqvist2016-02-021-1/+1
* tdf#43157: Fix format string violations in OSL_TRACE etc.aybuke2016-02-022-3/+3
* boost::tuple -> std::tupleCaolán McNamara2016-01-313-9/+8
* vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock2016-01-294-5/+5