summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin
2017-08-24vcl PDF export: remove no longer direct NSS dependencyMiklos Vajna
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-08-17Fix typosAndrea Gelmini
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-17remove UL/L suffixes from shift-by-constant expressionsNoel Grandin
2017-08-13Related tdf#101467: fix a leak with pSalMask (vcl/bitmapex)Julien Nabet
2017-08-09send this MapMode scale thing back to where it came fromCaolán McNamara
2017-08-09Resolves: tdf#99286 for jpeg dpi use apis that know about MapUnit::MapPixelCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-31loplugin:oncevarNoel Grandin
2017-07-27make animation loop sal_uInt32 consistentlyCaolán McNamara
2017-07-24pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara
2017-07-23pQLine2 will be non-zero in any case that nHeight is non-zeroCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-07-18Fix typosAndrea Gelmini
2017-07-18No reason to silently misbehave when these UNO services are missingStephan Bergmann
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-16vcl: use svl signing and remove moved codeAshod Nakashian
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand
2017-07-15emfplus: make VectorFormats Emf/Wmf/Svg workArmin Le Grand
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-07-10loplugin:useuniqueptr in vclNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07vcl: clean up all #if OSL_DEBUG_LEVEL checks in pdfwriter_impl.cxxMichael Stahl
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-23simplify some string handling in tracing callsNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-06-16silence DrMemory warning about Selected font handle deletedCaolán McNamara
2017-06-15continue if theme cannot be determinedCaolán McNamara
2017-06-15tdf#99680 save graphic state even for empty clipping regionVasily Melenchuk
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth
2017-06-06replace PRINTER_OK with ERRORCODE_NONENoel Grandin
2017-06-05typosJulien Nabet
2017-06-05Improved loplugin:cstylecast to reference types: vclStephan Bergmann
2017-06-02Improved loplugin:redundantcast static_cast handling: vclStephan Bergmann