summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* inline COMPHELPER_SERVICEDECL_ macroNoel Grandin2015-06-156-8/+35
* Cleanup crossplatform cairoMox Soini2015-06-111-93/+4
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-111-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-7/+7
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-089-10/+10
* Revert "Cleanup crossplatform cairo"Jan Holesovsky2015-06-051-4/+93
* Cleanup crossplatform cairoMox Soini2015-06-041-93/+4
* convert B2DLineJoin to scoped enumNoel Grandin2015-06-041-5/+5
* loplugin:loopvartoosmallNoel Grandin2015-05-291-5/+5
* fix Windows buildNoel Grandin2015-05-281-4/+1
* convert PARENTCLIPMODE constants to scoped enumNoel Grandin2015-05-281-1/+1
* tdf#91426 - fix DX canvas - missed by VclPtr / Clang plugin.Michael Meeks2015-05-261-7/+6
* callcatcher: update unused codeCaolán McNamara2015-05-256-35/+0
* convert ANTIALIASING constants to scoped enumNoel Grandin2015-05-208-31/+31
* convert DRAWMODE constants to scoped enumNoel Grandin2015-05-202-5/+5
* std::ptr_fun became deprecated since C++11Takeshi Abe2015-05-081-4/+4
* simplify code by replacing std::find_if with std::any_of/std::none_ofTakeshi Abe2015-05-072-8/+8
* convert BMP_MIRROR constants to scoped enumNoel Grandin2015-05-061-2/+2
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-062-2/+2
* convert CONFIG_MODE constants to scoped enumNoel Grandin2015-05-061-1/+1
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-3013-46/+46
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2821-59/+81
|\
| * Windows compilation fix in DX canvas.Michael Meeks2015-04-172-2/+7
| * formula & canvas: convert new to ::Create to get initial ref-counting right.Michael Meeks2015-04-163-4/+5
| * More missing lifecycle pieces.Michael Meeks2015-04-141-2/+2
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-105-7/+7
| * calling delete on VclPtrNoel Grandin2015-04-101-2/+1
| * wrap more stuff in VclPtrNoel Grandin2015-04-101-1/+1
| * Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks2015-04-101-1/+1
| * Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks2015-04-106-8/+10
| * Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks2015-04-105-34/+34
| * Fix OutputDevice members / stack allocation.Michael Meeks2015-04-102-3/+3
| * Unwind VCLObject bits for OutputDevice derivatives.Michael Meeks2015-04-104-4/+19
| * start wrapping OutputDevice in VclPtrNoel Grandin2015-04-102-2/+2
* | More loplugin:simplifyboolStephan Bergmann2015-04-273-4/+4
* | loplugin:simplifyboolStephan Bergmann2015-04-245-5/+5
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-232-2/+2
* | SpriteDeviceHelper::createBuffers unused and does nothingCaolán McNamara2015-04-224-18/+0
|/
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-022-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* More Windows define whack-a-moleStephan Bergmann2015-03-231-1/+2
* move cairo helpers to vcl and make per-plugCaolán McNamara2015-03-2330-1475/+61
* move ucs4toindexCaolán McNamara2015-03-193-41/+42
* reorganize resizing surfaces logicCaolán McNamara2015-03-198-46/+14
* loplugin:constantfunction: canvasNoel Grandin2015-03-1919-232/+0
* move the cairo resize hack into vclCaolán McNamara2015-03-191-6/+6
* revert work in progressCaolán McNamara2015-03-183-123/+14
* more thinkingCaolán McNamara2015-03-182-0/+5