summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Expand)AuthorAgeFilesLines
* rhbz#1589029 tdf#93789 impress not showing text highlight in presentation modeCaolán McNamara2018-06-124-21/+119
* make Bitmap/BitmapEx constructors explicitNoel Grandin2018-05-121-3/+3
* fix Windows buildNoel Grandin2018-04-121-0/+1
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-091-2/+2
* Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2018-04-071-4/+4
* long->sal_Int32 in tools/gen.hxxNoel Grandin2018-04-031-4/+4
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* loplugin:unusedmethodsNoel Grandin2018-03-145-123/+0
* Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl2018-03-111-0/+1
* use more Color in cppcanvas..drawinglayerNoel Grandin2018-03-072-5/+5
* delete colordata.hxxNoel Grandin2018-03-021-1/+0
* convert COL_ constants to be of type ColorNoel Grandin2018-02-281-3/+3
* replace Color(COL_*) with COL_*Noel Grandin2018-02-272-6/+6
* vcl: remove BitmapColor Color() operatorChris Sherlock2018-02-051-1/+1
* loplugin:unused-returns in basegfx..cppcanvasNoel Grandin2018-01-252-5/+3
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-192-4/+2
* loplugin:useuniqueptr in EMFPPenNoel Grandin2018-01-192-6/+4
* loplugin:useuniqueptr in EMFPRegionNoel Grandin2018-01-192-6/+2
* loplugin:useuniqueptr in EMFPBrushNoel Grandin2018-01-192-36/+17
* More loplugin:cstylecast: cppcanvasStephan Bergmann2018-01-123-23/+23
* tdf#42949 Fix some Include What You Use warningsMiklos Vajna2017-12-221-4/+0
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-061-1/+5
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-231-10/+10
* loplugin:constparams in cppcanvas,drawinglayerNoel Grandin2017-11-068-12/+12
* loplugin:constmethod in drawinglayerNoel Grandin2017-11-032-6/+6
* Remove part of clang-cl workaround that is no longer neededStephan Bergmann2017-10-272-6/+0
* remove GetSwapFloat nonsense from all 3 EMF readersMichael Stahl2017-10-271-23/+0
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-1/+1
* loplugin:includeform: cppucanvasStephan Bergmann2017-10-2329-60/+60
* chmod 0755 -> 0644 for some source filesStephan Bergmann2017-10-2314-0/+0
* tdf#31814 Resolve TODO from EMF+ DrawImage and DrawImagePointsBartosz Kosiorek2017-10-161-33/+29
* remove cppcanvas Color classNoel Grandin2017-10-0910-129/+14
* work around clang-cl ABI bug PR25641Stephan Bergmann2017-09-302-0/+6
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-2624-87/+90
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-30/+19
* clang-tidy modernize-use-emplace in c*Noel Grandin2017-09-112-83/+57
* loplugin:useuniqueptr in cppcanvasNoel Grandin2017-08-243-33/+29
* tdf#96099 Remove ActionSharedPtr typedefIvan Safonov2017-08-1216-83/+80
* move resmgr to unotoolsCaolán McNamara2017-08-011-1/+1
* loplugin:checkunusedparamsNoel Grandin2017-08-011-5/+0
* loplugin:constparams handle constructorsNoel Grandin2017-07-281-12/+12
* loplugin:checkunusedparams more part1Noel Grandin2017-07-287-34/+12
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-252-24/+14
* loplugin:unusedfields in cppcanvas..cuiNoel Grandin2017-07-221-4/+1
* migrate to boost::gettextCaolán McNamara2017-07-212-6/+0
* loplugin:constparams in cppcanvasNoel Grandin2017-07-205-12/+12
* Fix CppunitTest_cppcanvas_emfplusStephan Bergmann2017-07-171-0/+1
* emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand2017-07-151-1/+1
* use more begin()/end() for SequenceNoel Grandin2017-07-061-3/+1