summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2015-10-07Make this compile for iOS againTor Lillqvist1-1/+1
2015-10-07afl-eventtesting: quit on next cycle if testing stops earlyCaolán McNamara1-5/+4
2015-10-07fix some indentCaolán McNamara1-13/+13
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara4-38/+43
2015-10-07afl-eventtesting: it has learned to open dialogs, so...Caolán McNamara1-2/+14
2015-10-07afl-eventtesting: lets ditch the key repeat and timestamp fieldsCaolán McNamara1-2/+2
2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin1-1/+1
2015-10-06Prefer getSelectedFiles to getFiles (vcl)Julien Nabet1-1/+1
2015-10-06experimental afl driven ui testingCaolán McNamara1-0/+65
2015-10-06loplugin:unusedmethodsNoel Grandin2-28/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-06loplugin:mergeclassesNoel Grandin1-25/+49
2015-10-05create "disabled" image (icon) only if the original changesTomaž Vajngerl1-1/+6
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin1-16/+16
2015-10-02Allow non ASCII chars as accelerator keysNiklas Johansson1-2/+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-02loplugin:unusedmethods in vclNoel Grandin10-250/+5
2015-10-01desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna1-4/+8
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-10-01Fix typosAndrea Gelmini9-10/+10
2015-10-01Graphite edge case line endingsMartin Hosken1-37/+30
2015-10-01remove old standalone Sun bug numbersNoel Grandin4-7/+6
2015-09-30tdf#92702 Unable to select menu items that were initially off-screenLászló Németh1-1/+1
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 Gelmini11-13/+13
2015-09-30Fix typosAndrea Gelmini15-20/+20
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann13-107/+107
2015-09-29reorganize so arrays are allocated with same variables as access limitsCaolán McNamara1-50/+54
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin10-131/+0
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl1-3/+2
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-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
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-29-Werror,-Wunused-variableStephan Bergmann1-1/+0
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-29coverity#1242704 Untrusted loop boundCaolán McNamara1-1/+6
2015-09-29XFrame parameter to SetMenuBar() is actually never used.Jan Holesovsky2-3/+6
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-24convert Link<> to typedNoel Grandin1-37/+34
2015-09-24convert Link<> to typedNoel Grandin2-24/+32