summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-08-17tdf#93482 vcl rendercontext: add Window::RequestDoubleBuffering()Miklos Vajna
2015-08-17tdf#93482 vcl rendercontext: introduce WindowImpl::mbDoubleBufferingRequestedMiklos Vajna
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin
2015-08-17tdf#93284 vcl: fix VirtualDevice leaks in the WMF filterMiklos Vajna
2015-08-17Put Line under tools namespaceNorbert Thiebaud
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-17Fix GTK3 right-to-left renderingKhaled Hosny
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin
2015-08-16Avoid unnecessary OUString copiesMatteo Casalin
2015-08-16sal_uLong to sal_uInt32Matteo Casalin
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16Simplify by using range-based for loopsMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt8 to bool, use a cleaner predicate/setter interfaceMatteo Casalin
2015-08-16Prefer member initialization lists and remove some redundant parenthesesMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16/short to sal_Int32Matteo Casalin
2015-08-16Do not use duplicated variables, and simplifyMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16Use auto and range-based for loopsMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16Throbber: remove redundant field and fix conversion warningsMatteo Casalin
2015-08-16Fix some conversion warnings, reduce scopeMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16Avoid conversion warningsMatteo Casalin
2015-08-16Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung
2015-08-14vcldemo: fix --widgets crash-on-exitMiklos Vajna
2015-08-14vcldemo: make --widgets handle rendercontextMiklos Vajna
2015-08-14vcl opengl: fix setting up debug context on WindowsMiklos Vajna
2015-08-14limit access to dx array to min of input len and len of arrayCaolán McNamara
2015-08-13tdf#44388: handle the NULL clip correctly for pdf outputThorsten Behrens
2015-08-13rhbz#1247588: Hold UNO objects by css::uno::ReferenceStephan Bergmann
2015-08-13Remove #ifdef ENABLE_TRACING codeStephan Bergmann
2015-08-13Add a globally usable WindowsErrorString functionTor Lillqvist
2015-08-13kill YIELD_GUARD macroNorbert Thiebaud
2015-08-12another avoid endless loop with busted wmfCaolán McNamara
2015-08-12cosmetic: clean-up vcl/quartzNorbert Thiebaud
2015-08-12WaE: 'rArgs' : unreferenced formal parameterTor Lillqvist
2015-08-12Drop SimpleWinLayoutTor Lillqvist
2015-08-11tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-11vcl: add SalFrame / SalVirtualDevice doxygen commentsMiklos Vajna
2015-08-10tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logicMiklos Vajna
2015-08-10SimpleWinLayout::mbDisableGlyphs was always trueTor Lillqvist
2015-08-10tdf#93325 ImplAnimView rendercontext: stop painting animgifs directlyMiklos Vajna
2015-08-10tdf#93325 ImplAnimView: handle rendercontextMiklos Vajna