summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2017-02-01Replace a terribly expensive json parsing with a peek for the value.Jan Holesovsky1-4/+20
2017-01-23lok: Listen for state change events for cell alignment commandsPranav Kant1-0/+3
2016-12-16lok: Fix state feedback for ToggleMergeCellsPranav Kant1-1/+0
2016-12-16tdf#100837: honor LibreOffice command line arguments for Office URIsMike Kaganski2-98/+105
2016-12-16Restructure CommandLineArgs::ParseCommandLine_ImplMike Kaganski2-178/+89
2016-12-16tdf#100837: Support Office URI SchemesMike Kaganski5-7/+220
2016-12-08lokit: support password protected binary MS and OOXML documentsTomaž Vajngerl1-11/+30
2016-12-02Revert "lok: in preinit stage, do not force locale"Tor Lillqvist1-2/+2
2016-12-01Lok: correct tile invalidation mergingAshod Nakashian2-3/+42
2016-11-29lok: ensure positive values for width and heightHenry Castro1-0/+5
2016-11-29Revert "Lok: compress duplicate state-changed events"Ashod Nakashian2-24/+1
2016-11-27sw lok: notify repair when exist a conflict of multiple users undo/redoHenry Castro1-2/+6
2016-11-27lok: avoid render font with empty rectangleHenry Castro1-0/+3
2016-11-27lok: in preinit stage, do not force localeHenry Castro1-2/+2
2016-11-27Lok: compress duplicate state-changed eventsAshod Nakashian2-1/+24
2016-11-24tdf#103395 opencl: don't initialize OpenCL when disabledTomaž Vajngerl1-2/+1
2016-11-24tdf#100965: Restart on initialisation-time OpenCL crashTor Lillqvist1-0/+1
2016-11-21lok: add command values .uno:FontSubsetcp-5.1-13Henry Castro3-1/+93
2016-11-14lok: add character parameter to renderFontHenry Castro1-2/+8
2016-11-01coverity#1371375 Resource leakcp-5.1-11Caolán McNamara1-1/+2
2016-10-21CppunitTest_desktop_lib: fix valgrind errorsMiklos Vajna1-8/+8
2016-10-21Revert "CppunitTest_desktop_lib: add ModifiedStatus callback testcase"Miklos Vajna1-65/+0
2016-10-21CppunitTest_desktop_lib: fix stack-use-after-returnMiklos Vajna1-0/+2
2016-10-19Avoid deadlock in CppunitTest_libreofficekit_tiledrenderingTor Lillqvist1-1/+3
2016-10-19LOK: hold the solar mutex consistently for document method calls.Michael Meeks1-6/+68
2016-10-14LOK: handle "EMPTY" invalid tile msg with part number in payloadMarco Cecchetti1-27/+73
2016-10-08LOK: logging in Idle callback queueAshod Nakashian1-6/+11
2016-10-02Calc LOK: clear cell background when editing in parallelAshod Nakashian1-1/+2
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna2-13/+118
2016-09-29sw lok: fix one view inserting a comment, other view jumping there as wellMiklos Vajna1-3/+14
2016-09-27sw lok: fix cursor position after inserting a commentMiklos Vajna1-1/+47
2016-09-23desktop: guard against nullptr frame in doc_registerCallback()Miklos Vajna1-1/+1
2016-09-22lok::Document::getCommandValues: expose sw redline author colorsMiklos Vajna1-0/+17
2016-09-20sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redlineMiklos Vajna1-0/+1
2016-09-16sfx2: add SfxLokHelper::getViewIdsMiklos Vajna2-0/+14
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna2-7/+7
2016-09-15Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti1-18/+1
2016-09-14desktop lok: avoid unnecessary setPart() in paintPartTile()cp-5.1-6Miklos Vajna3-0/+98
2016-09-11LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti1-1/+18
2016-09-10Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti2-32/+14
2016-09-09LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti2-14/+32
2016-09-09LOK: new callback dropping implementationMarco Cecchetti2-34/+168
2016-09-09LOK: tidy up `CallbackFlushHandler::queue`, improved cell view cursorMarco Cecchetti2-79/+108
2016-09-03LOK: queue-up events while processing client callsAshod Nakashian2-23/+65
2016-09-01sfx2: nullptr pViewShell was seen in SfxLokHelper::getView()Miklos Vajna1-4/+15
2016-08-31sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) APIMiklos Vajna2-30/+73
2016-08-19sw redlines: expose description as part of the UNO/LOK APIMiklos Vajna2-0/+8
2016-08-19tdf#101592 sw: track changes state is doc-specific, not view-specificMiklos Vajna2-2/+35
2016-08-18lok::Document::getCommandValues: expose redline infoMiklos Vajna2-0/+78
2016-08-09desktop: add undo/redo support to lok::Document::getCommandValues()Miklos Vajna2-1/+66