summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-16sal_uInt16/short to sal_Int32Matteo Casalin3-19/+20
2015-08-16Do not use duplicated variables, and simplifyMatteo Casalin1-10/+4
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin2-6/+6
2015-08-16Use auto and range-based for loopsMatteo Casalin1-17/+13
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin2-8/+8
2015-08-16Throbber: remove redundant field and fix conversion warningsMatteo Casalin1-5/+5
2015-08-16Fix some conversion warnings, reduce scopeMatteo Casalin2-17/+17
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-3/+3
2015-08-16Avoid conversion warningsMatteo Casalin1-6/+6
2015-08-16Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung2-0/+4
2015-08-14vcldemo: fix --widgets crash-on-exitMiklos Vajna1-2/+2
2015-08-14vcldemo: make --widgets handle rendercontextMiklos Vajna1-6/+6
2015-08-14vcl opengl: fix setting up debug context on WindowsMiklos Vajna1-7/+22