summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2016-07-12tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks1-0/+12
2016-07-12desktop: validate OpenCL drivers before use.Michael Meeks4-0/+182
2016-07-08Resolves: tdf#100713 on cancel curData points to deleted parents vector entryCaolán McNamara1-6/+8
2016-05-31tdf#100159: On Windows, compile GL shaders in advance, disable GL on failureTor Lillqvist5-42/+4
2016-04-26-Werror=strict-aliasing (GCC 6)Stephan Bergmann1-1/+1
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock1-1/+1
2016-03-09tdf#98210 do not require R_OK for pipe dirHank Leininger1-2/+7
2016-02-22WaE buggy warning in vs2015-r1Norbert Thiebaud1-0/+7
2016-02-05lok: fix saveAs for a loaded HTML documentTomaž Vajngerl1-1/+2
2016-02-02libreofficekit: fix inverted conditionMichael Stahl1-4/+7
2016-01-29libreofficekit: password interaction optional and off by defaultMichael Stahl4-7/+165
2016-01-25tdf#95573 - stop (crazy) busy loop from blocking rendering.Michael Meeks1-1/+1
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara1-3/+1
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara2-35/+4
2015-12-07tdf#96250 desktop: empty str is the same as 0 str in jsonToPropertyValues()Miklos Vajna1-1/+1
2015-11-24desktop: fix LOK_DEBUG rectangle paintingMiklos Vajna1-13/+13
2015-11-23updae getTileModeCaolán McNamara1-1/+1
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara3-13/+19
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-3/+3
2015-11-23Do all svp text rendering with cairoCaolán McNamara1-7/+5
2015-11-23Fix help for argument --pidfile (--pidfile=file)Reto Schneider1-1/+1
2015-11-23LOK: add Document::getTileMode()Miklos Vajna1-0/+7
2015-11-22cppcheck:useInitializationListNoel Grandin1-2/+3
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2-14/+15
2015-11-20loplugin:unusedfields in desktopNoel Grandin5-42/+12
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna1-1/+1
2015-11-18lok::Document::initializeForRendering: support init. argumentsMiklos Vajna3-39/+43
2015-11-16sc lok: use client zoom for ViewRowColumnHeadersAndrzej Hunt1-0/+3
2015-11-16Bin some const char arrays used only onceTor Lillqvist1-10/+2
2015-11-16desktop: stop --convert-to from creating some not requested ...Michael Stahl1-60/+66
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin2-44/+4
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-2/+2
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian4-438/+399
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-14CppunitTest_desktop_lib: add Writer comments textcaseMiklos Vajna2-0/+47
2015-11-13loplugin:nullptrStephan Bergmann2-6/+6
2015-11-13LOK: setClientZoom() - sets the client zoom levelMihai Varga2-1/+27
2015-11-12lok: Use reference instead of copy constructing in range-based for.Jan Holesovsky1-5/+5
2015-11-12sw lok: filter out defalt styles to avoid duplicatesAndrzej Hunt1-4/+14
2015-11-12More range based forAndrzej Hunt1-1/+1
2015-11-12Use std::vector instead of an array of stringsAndrzej Hunt1-3/+5
2015-11-12lok: send list of commands instead of ClearStylesAndrzej Hunt2-5/+22
2015-11-12Windows header sanitizationAshod Nakashian1-2/+2
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist1-1/+0
2015-11-11lok sw: Place default styles at top of style selectorAndrzej Hunt1-0/+33
2015-11-11lok: add Clear formatting to getStyles()Andrzej Hunt3-2/+15
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt1-0/+69
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-1/+1