summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2016-01-29sanitize valueDavid Tardon1-0/+2
2016-01-28Resolves: tdf#96580 Sequence::get doesn't return the start of the dataCaolán McNamara1-4/+4
2016-01-25absolute seek is clearerDavid Tardon1-2/+2
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara1-9/+5
2015-12-04tdf#94739 use GetScanlineSize instead of calculating itTomaž Vajngerl1-1/+1
2015-12-04pdf export: use ScopedBitmapAccess and remove AccessReleaserTomaž Vajngerl1-13/+3
2015-11-26coverity#1340225 Missing break in switchCaolán McNamara1-0/+1
2015-11-25tdf#95783: Don't calculate width of text with glyph fallback as way too wideTor Lillqvist1-3/+6
2015-11-24Bin old Windows-only MULTI_SL_DEBUG code of dubious usefulnessTor Lillqvist1-49/+2
2015-11-24It's "incomplete", not "in complete"Tor Lillqvist1-5/+5
2015-11-24loplugin:unusedfields in vcl/Noel Grandin2-2/+0
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara4-6/+4
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara4-34/+39
2015-11-19vcl: move and split up "Image" related sources to "image" folderTomaž Vajngerl4-1572/+0
2015-11-18com::sun::star->css in vcl/Noel Grandin13-70/+67
2015-11-17vcl, sd: rename some overly generic static variablesMichael Stahl1-2/+2
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-11/+8
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-12/+6
2015-11-13silence Solar-Version warningsCaolán McNamara1-5/+0
2015-11-12Windows header sanitizationAshod Nakashian1-1/+4
2015-11-115th step to remove tools/rtti.hxxOliver Specht2-3/+0
2015-11-11new loplugin: memoryvarNoel Grandin5-43/+21
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann44-547/+547
2015-11-08support to load SVG images when loading from Image resourceTomaž Vajngerl1-0/+5
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-27/+27
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin2-1/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-11-04yyyyyNoel Grandin2-14/+14
2015-11-03tdf#81144 Chinese full-width punctuation does not align properlyMark Hung1-0/+5
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-29tdf#70833: IDNA support when exporing hyperlinks to PDFStephan Bergmann1-4/+7
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin4-1/+5
2015-10-27loplugin:unusedmethodsNoel Grandin2-110/+1
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann4-17/+74
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara1-3/+3
2015-10-23nSetGoToRMode wants to be boolStephan Bergmann1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann3-6/+6
2015-10-19loplugin:defaultparamsStephan Bergmann2-24/+24
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-2/+2
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-1/+1
2015-10-15cppcheck:variableScopeNoel Grandin4-37/+24
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-12/+12
2015-10-12tdf#94384 fix black icons with OpenGL enabled on WindowsTomaž Vajngerl1-20/+3
2015-10-12vcl: recolor images (icons) to be more visible in a dark themeTomaž Vajngerl1-0/+7
2015-10-12remove unused BitmapExTomaž Vajngerl1-2/+0
2015-10-11valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-4/+5
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+5