summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2015-10-05create "disabled" image (icon) only if the original changesTomaž Vajngerl1-1/+6
2015-10-02Resolves: tdf#92993 access violation on particular .docx on glyph layoutCaolán McNamara1-2/+4
2015-10-02vcl tiled rendering: avoid 'Pixel represents color values!' warningsMiklos Vajna1-1/+5
2015-10-02loplugin:unusedmethods in vclNoel Grandin4-155/+0
2015-10-01desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna1-4/+8
2015-09-30shared_array->unique_ptr<[]>Caolán McNamara1-15/+15
2015-09-30maSvgDataArray only populates a uno::Sequence, so use that insteadCaolán McNamara2-21/+15
2015-09-30Fix typosAndrea Gelmini8-10/+10
2015-09-29reorganize so arrays are allocated with same variables as access limitsCaolán McNamara1-50/+54
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin4-111/+0
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-13/+12
2015-09-29coverity#1325070 Resource leakCaolán McNamara1-5/+5
2015-09-29coverity#1325067 Resource leakCaolán McNamara1-1/+6
2015-09-29coverity#1325063 Resource leakCaolán McNamara1-1/+2
2015-09-29coverity#1325062 Resource leakCaolán McNamara1-2/+4
2015-09-28don't allocate (by eraseing) an un-initialized 1x1 virtual deviceTomaž Vajngerl1-4/+6
2015-09-28wmf spec says that these are only allowed bitcount valuesCaolán McNamara1-1/+13
2015-09-22remove unused Link<> fieldNoel Grandin1-9/+2
2015-09-22convert Link<> to typedNoel Grandin3-17/+9
2015-09-22remove some unused paramsNoel Grandin3-23/+22
2015-09-22convert Link<> to typedNoel Grandin1-4/+4
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara1-1/+1
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-09-17bmp failure not detected as such because of svg fallback testCaolán McNamara1-1/+6
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara1-2/+22
2015-09-15remove Link<> field that is never Call()'edNoel Grandin1-6/+0
2015-09-14Refactor graphite integration and update graphiteMartin Hosken1-5/+10
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-4/+4
2015-09-10convert Link<> to typedNoel Grandin2-5/+5
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-03Fix mis-mergeStephan Bergmann1-6/+6
2015-09-01Removed no more needed code in ImpBitmap::ImplGetChecksuMarco Cecchetti1-2/+1
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti3-28/+31
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti4-89/+89
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti8-17/+17
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti2-52/+25
2015-08-31other bitmap methods check for bad_allocCaolán McNamara2-103/+112
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-30tdf#62525 vcl: use cow_wrapper for GradientDaniel Robertson1-74/+20
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin6-12/+12
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+2
2015-08-27kill dubious debugging SAL_INFOCaolán McNamara1-36/+0
2015-08-24tdf#89381 Revert "vcl: SalGraphics::mirror() - always use GetGraphicsWidth()"Maxim Monastirsky1-6/+30
2015-08-23don't mirror 0, RECT_EMPTY, 0, RECT_EMPTY rectangleCaolán McNamara1-1/+3
2015-08-19vcl: kill 'special member functions' the compiler generatesThorsten Behrens1-46/+1
2015-08-18tdf#832525 - Wrong punctuation direction after Chinese characters inMark Hung1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud13-131/+130
2015-08-13tdf#44388: handle the NULL clip correctly for pdf outputThorsten Behrens1-3/+6
2015-08-13Add a globally usable WindowsErrorString functionTor Lillqvist1-42/+16