summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-10-02drop unneeded headerDouglas Mencken1-1/+0
2015-10-02Allow non ASCII chars as accelerator keysNiklas Johansson1-2/+2
2015-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann1-0/+2
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-02fix Android and KDE buildNoel Grandin5-5/+43
2015-10-02Fix --enable-kde4Stephan Bergmann1-0/+1
2015-10-02fix KDE buildNoel Grandin1-0/+1
2015-10-02loplugin:unusedmethods in vclNoel Grandin71-774/+17
2015-10-01tdf#94428 - don't use OpenGL font rendering when we're printing.Michael Meeks1-1/+1
2015-10-01desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna1-4/+8
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-10-01add 602 format to fftesterCaolán McNamara1-1/+13
2015-10-01Fix typosAndrea Gelmini14-19/+19
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian15-12/+150
2015-10-01Graphite edge case line endingsMartin Hosken2-38/+31
2015-10-01vcl: Fix possible memory leak in OpenGLSalBitmapDaniel Robertson1-0/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin5-8/+7
2015-09-30tdf#92702 Unable to select menu items that were initially off-screenLászló Németh1-1/+1
2015-09-30add xls support to fftesterCaolán McNamara1-0/+14
2015-09-30cppcheck: uninitMemberVarCaolán McNamara1-3/+4
2015-09-30vcl: clean up before error returns in OpenGLContext::ImplInit()Michael Stahl1-0/+10
2015-09-30shared_array->unique_ptr<[]>Caolán McNamara1-15/+15
2015-09-30maSvgDataArray only populates a uno::Sequence, so use that insteadCaolán McNamara3-29/+23
2015-09-30Fix typosAndrea Gelmini15-17/+17
2015-09-30Fix typosAndrea Gelmini15-20/+20
2015-09-30Fix typosAndrea Gelmini11-11/+11
2015-09-29Fix typosAndrea Gelmini7-8/+8
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann15-116/+116
2015-09-29reorganize so arrays are allocated with same variables as access limitsCaolán McNamara1-50/+54
2015-09-29m_pData is always a ImplSVEventCaolán McNamara1-2/+2
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin24-183/+1
2015-09-29vcl: oops, fix windows buildMichael Stahl1-1/+1
2015-09-29vcl: Vista implies usp10.dll >= 1.600Michael Stahl1-0/+4
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl4-14/+8
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl4-4/+0
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-13/+15
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-13/+12
2015-09-29vcl: remove alloca() in UniscribeLayout::GetCaretPositions()Michael Stahl1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-09-29the only use of non-null pData in PostEvent is with a ImplSVEventCaolán McNamara2-2/+2
2015-09-29coverity#1325059 Argument cannot be negative bodgeCaolán McNamara1-0/+6
2015-09-29coverity#1325060 Argument cannot be negative bodgeCaolán McNamara1-0/+6
2015-09-29missing a PostEvent apparentlyCaolán McNamara1-1/+1
2015-09-29-Werror,-Wunused-variableStephan Bergmann1-1/+0
2015-09-29retain type for another levelCaolán McNamara11-11/+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