summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-08-21No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhereTor Lillqvist2-44/+0
2015-08-21loplugin: defaultparamsNoel Grandin5-12/+12
2015-08-21more tweaks for config-less load pathCaolán McNamara1-18/+22
2015-08-21tweak config-less load pathCaolán McNamara1-9/+13
2015-08-21allow differentiation between ww6 and ww8Caolán McNamara1-3/+11
2015-08-21loplugin:externandnotdefinedStephan Bergmann1-5/+5
2015-08-21tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks7-0/+202
2015-08-20vcl: remove obsolete defines.Michael Meeks1-12/+0
2015-08-20Adjust for the TA_BASELINE of the DCTor Lillqvist1-1/+6
2015-08-20Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecadeTor Lillqvist4-97/+1
2015-08-20loplugin:implicitboolconversionNoel Grandin1-18/+18
2015-08-20loplugin:cstylecastNoel Grandin1-1/+1
2015-08-20more config skipping stuff and a tester toolCaolán McNamara12-9/+399
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara5-38/+97
2015-08-19tdf#93293 Fix inverted conditionMaxim Monastirsky1-1/+1
2015-08-19Still more hacking on OpenGL glyph caching for WindowsTor Lillqvist1-10/+45
2015-08-19Consolidate isFileUrl checksStephan Bergmann2-2/+4
2015-08-19Make the pixel greylevel debug output work as intendedTor Lillqvist1-1/+4
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+1
2015-08-19vcl: document VCL_DOUBLEBUFFERING_ENABLEMiklos Vajna1-0/+1
2015-08-19Add SAL_ENABLE_GLYPH_CACHINGTor Lillqvist1-0/+1
2015-08-19More hacks to glyph rendering for caching with OpenGL on WindowsTor Lillqvist1-2/+11
2015-08-19More hacking on OpenGL glyph caching on WindowsTor Lillqvist1-18/+23
2015-08-19Add FIXME comment and bin an #if 0 snippetTor Lillqvist1-10/+2
2015-08-19Initial hack for OpenGL glyph caching on WindowsTor Lillqvist3-1/+349
2015-08-19document some env vars in VCLTomaž Vajngerl1-0/+22
2015-08-19vcl: kill 'special member functions' the compiler generatesThorsten Behrens1-46/+1
2015-08-18tdf#92036 - Writer infinite spelling loopAshod Nakashian1-0/+3
2015-08-18tdf#832525 - Wrong punctuation direction after Chinese characters inMark Hung2-2/+2
2015-08-18Remove mention of long-gone vnd.sun.star.wfsStephan Bergmann1-1/+1
2015-08-17tdf#93482 vcl rendercontext: add Window::RequestDoubleBuffering()Miklos Vajna1-1/+13
2015-08-17tdf#93482 vcl rendercontext: introduce WindowImpl::mbDoubleBufferingRequestedMiklos Vajna2-4/+4
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin9-22/+22
2015-08-17tdf#93284 vcl: fix VirtualDevice leaks in the WMF filterMiklos Vajna1-3/+3
2015-08-17Put Line under tools namespaceNorbert Thiebaud1-7/+7
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud52-353/+333
2015-08-17Fix GTK3 right-to-left renderingKhaled Hosny1-7/+23
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin5-59/+56
2015-08-16Avoid unnecessary OUString copiesMatteo Casalin2-9/+6
2015-08-16sal_uLong to sal_uInt32Matteo Casalin3-6/+6
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin2-5/+5
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin10-120/+116
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-3/+3
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin4-23/+21
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin2-6/+6
2015-08-16Simplify by using range-based for loopsMatteo Casalin1-8/+8
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin4-34/+29
2015-08-16sal_uInt8 to bool, use a cleaner predicate/setter interfaceMatteo Casalin2-9/+9
2015-08-16Prefer member initialization lists and remove some redundant parenthesesMatteo Casalin1-25/+34
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin4-21/+21