summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2015-04-24loplugin:simplifyboolStephan Bergmann5-5/+5
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-2/+2
2015-04-22SpriteDeviceHelper::createBuffers unused and does nothingCaolán McNamara4-18/+0
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-23More Windows define whack-a-moleStephan Bergmann1-1/+2
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara30-1475/+61
2015-03-19move ucs4toindexCaolán McNamara3-41/+42
2015-03-19reorganize resizing surfaces logicCaolán McNamara8-46/+14
2015-03-19loplugin:constantfunction: canvasNoel Grandin19-232/+0
2015-03-19move the cairo resize hack into vclCaolán McNamara1-6/+6
2015-03-18revert work in progressCaolán McNamara3-123/+14
2015-03-18more thinkingCaolán McNamara2-0/+5
2015-03-18thinkingCaolán McNamara2-8/+112
2015-03-18move the cairo resize hack into vclCaolán McNamara1-6/+6
2015-03-18we don't need any xlib things here, but we do need freetype supportCaolán McNamara1-3/+2
2015-03-18move IsCairoWorking to vclplug level and renameCaolán McNamara6-35/+5
2015-03-18OpenOffice.org->LibreOfficeCaolán McNamara3-3/+3
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-3/+9
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-22/+26
2015-03-11presumably this Commit->ImplCommit is the right build fixCaolán McNamara2-3/+3
2015-03-11Clean up previous commitStephan Bergmann2-14/+4
2015-03-11canvas: use constructor syntax in canvas.componentChris Sherlock2-26/+6
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+1
2015-03-09V801: Decreased performanceCaolán McNamara4-10/+6
2015-03-05Simplify o3tl::LazyUpdateStephan Bergmann1-5/+5
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl1-4/+0
2015-03-02Remove references to unused GLUStephan Bergmann1-1/+0
2015-02-18TyposJulien Nabet2-4/+4
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: canvasStephan Bergmann2-2/+2
2015-01-13svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at allDouglas Mencken1-12/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-4/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-11only checked for new VirtualDeviceCaolán McNamara1-2/+2
2014-12-11stray debugging codeCaolán McNamara1-1/+0
2014-12-11Resolves: fdo#87242 reuse vcl clip for cairo during animationsCaolán McNamara2-3/+25
2014-12-11Related: fdo#87242 merge duplicate clip setup codeCaolán McNamara3-147/+106
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara3-3/+8
2014-12-11reduce scope of local variablesMichael Weghorn4-8/+4
2014-12-10canvas: DIRECTX_VERSION macro is obsoleteMichael Stahl5-11/+0
2014-12-10canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectXMichael Stahl4-36/+2
2014-12-10Kill unused directx < 9 ifdeferyRiccardo Magliocchetti1-16/+1
2014-12-07mpSurface->getCairo() == mpCairoCaolán McNamara3-10/+8
2014-12-07cairo_restore without matching cairo_saveCaolán McNamara1-2/+0
2014-12-05Slightly less verbose adaptation to boost-1.56.0Thorsten Behrens2-4/+3