summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-09Abstract out repeated code into lambdasStephan Bergmann1-32/+51
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara1-27/+30
2015-10-06Prefer getSelectedFiles to getFiles (vcl)Julien Nabet1-1/+1
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