summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)AuthorFilesLines
2015-07-31canvas: replace boost::function with std::functionMichael Stahl2-6/+7
2015-07-31canvas: replace boost::function with std::functionMichael Stahl4-3/+5
2015-07-31tdf#92459 Replace select1st for lambda expressionsDaniel Robertson1-49/+35
2015-07-22com::sun::star->css in canvasNoel Grandin84-1389/+1350
2015-07-21tdf#91574 - ensure we get paint events to render directx presenter console.Michael Meeks1-1/+0
2015-07-10do not include boost/utility.hppMichael Stahl22-22/+22
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe31-75/+64
2015-07-09canvas: remove boost::bind from headersMichael Stahl5-0/+7
2015-07-06tdf#91574: SLIDESHOW: crash when second monitor connectedJulien Nabet1-1/+1
2015-07-03tdf#91574 fix presenter console not displayedChristian Lohmaier1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe7-16/+12
2015-06-15inline COMPHELPER_SERVICEDECL_ macroNoel Grandin6-8/+35
2015-06-11Cleanup crossplatform cairoMox Soini1-93/+4
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-7/+7
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara9-10/+10
2015-06-05Revert "Cleanup crossplatform cairo"Jan Holesovsky1-4/+93
2015-06-04Cleanup crossplatform cairoMox Soini1-93/+4
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-5/+5
2015-05-29loplugin:loopvartoosmallNoel Grandin1-5/+5
2015-05-28fix Windows buildNoel Grandin1-4/+1
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-26tdf#91426 - fix DX canvas - missed by VclPtr / Clang plugin.Michael Meeks1-7/+6
2015-05-25callcatcher: update unused codeCaolán McNamara6-35/+0
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin8-31/+31
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin2-5/+5
2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe1-4/+4
2015-05-07simplify code by replacing std::find_if with std::any_of/std::none_ofTakeshi Abe2-8/+8
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-2/+2
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin2-2/+2
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist13-46/+46
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks21-59/+81
2015-04-27More loplugin:simplifyboolStephan Bergmann3-4/+4
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-17Windows compilation fix in DX canvas.Michael Meeks2-2/+7
2015-04-16formula & canvas: convert new to ::Create to get initial ref-counting right.Michael Meeks3-4/+5
2015-04-14More missing lifecycle pieces.Michael Meeks1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks5-7/+7
2015-04-10calling delete on VclPtrNoel Grandin1-2/+1
2015-04-10wrap more stuff in VclPtrNoel Grandin1-1/+1
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks1-1/+1
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks6-8/+10
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks5-34/+34
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks2-3/+3