summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2015-10-05create "disabled" image (icon) only if the original changesTomaž Vajngerl
2015-10-02Resolves: tdf#92993 access violation on particular .docx on glyph layoutCaolán McNamara
2015-10-02vcl tiled rendering: avoid 'Pixel represents color values!' warningsMiklos Vajna
2015-10-02loplugin:unusedmethods in vclNoel Grandin
2015-10-01desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna
2015-09-30shared_array->unique_ptr<[]>Caolán McNamara
2015-09-30maSvgDataArray only populates a uno::Sequence, so use that insteadCaolán McNamara
2015-09-30Fix typosAndrea Gelmini
2015-09-29reorganize so arrays are allocated with same variables as access limitsCaolán McNamara
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl
2015-09-29coverity#1325070 Resource leakCaolán McNamara
2015-09-29coverity#1325067 Resource leakCaolán McNamara
2015-09-29coverity#1325063 Resource leakCaolán McNamara
2015-09-29coverity#1325062 Resource leakCaolán McNamara
2015-09-28don't allocate (by eraseing) an un-initialized 1x1 virtual deviceTomaž Vajngerl
2015-09-28wmf spec says that these are only allowed bitcount valuesCaolán McNamara
2015-09-22remove unused Link<> fieldNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-22remove some unused paramsNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara
2015-09-18Fix typosAndrea Gelmini
2015-09-17bmp failure not detected as such because of svg fallback testCaolán McNamara
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara
2015-09-15remove Link<> field that is never Call()'edNoel Grandin
2015-09-14Refactor graphite integration and update graphiteMartin Hosken
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-10convert Link<> to typedNoel Grandin
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-03Fix mis-mergeStephan Bergmann
2015-09-01Removed no more needed code in ImpBitmap::ImplGetChecksuMarco Cecchetti
2015-09-01switch to 64-bit checksum: conversion from BitmapChecksum to an octet arrayMarco Cecchetti
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-08-31other bitmap methods check for bad_allocCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-30tdf#62525 vcl: use cow_wrapper for GradientDaniel Robertson
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-27kill dubious debugging SAL_INFOCaolán McNamara
2015-08-24tdf#89381 Revert "vcl: SalGraphics::mirror() - always use GetGraphicsWidth()"Maxim Monastirsky
2015-08-23don't mirror 0, RECT_EMPTY, 0, RECT_EMPTY rectangleCaolán McNamara
2015-08-19vcl: kill 'special member functions' the compiler generatesThorsten Behrens
2015-08-18tdf#832525 - Wrong punctuation direction after Chinese characters inMark Hung
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-13tdf#44388: handle the NULL clip correctly for pdf outputThorsten Behrens
2015-08-13Add a globally usable WindowsErrorString functionTor Lillqvist