summaryrefslogtreecommitdiff
path: root/libreofficekit/source
AgeCommit message (Expand)AuthorFilesLines
2016-10-24revert string::find changesNoel Grandin1-1/+1
2016-10-24fix "cppcheck:stlIfStrFind"Noel Grandin1-1/+1
2016-10-24cppcheck:stlIfStrFindJulien Nabet1-1/+1
2016-10-14LOK: handle "EMPTY" invalid tile msg with part number in payloadMarco Cecchetti1-1/+1
2016-10-10Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann1-3/+1
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke1-1/+21
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna1-1/+4
2016-09-21lok::Document::getCommandValues: expose sw redline author colorsMiklos Vajna1-22/+69
2016-09-20lokdocview: guard against int overflowMiklos Vajna1-2/+10
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna1-1/+1
2016-09-12gtktiledviewer - Calc fix: selection handlers were not removedMarco Cecchetti1-0/+3
2016-08-31lokdocview: handle empty LOK_CALLBACK_DOCUMENT_SIZE_CHANGED payloadMiklos Vajna1-1/+5
2016-08-29Emit notification to a LibreOfficeKit client also when a redline is modifiedTor Lillqvist1-0/+6
2016-08-28coverity#1354270 Uninitialized scalar fieldCaolán McNamara1-0/+1
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna1-0/+6
2016-08-18coverity#1371131 Dereference after null checkCaolán McNamara1-1/+1
2016-08-18gtktiledviewer: specify author name when calling initializeForRendering()Miklos Vajna1-2/+3
2016-08-05gtktiledviewer: expose undo/redo info in a repair document dialogMiklos Vajna1-1/+1
2016-07-25lokdocview: draw a lock inside the lock indicatorMiklos Vajna1-13/+13
2016-07-22sw: add new LOK_CALLBACK_VIEW_LOCK callbackMiklos Vajna1-0/+59
2016-07-19lokdocview: still allow view selections/cursors from other Writer viewsMiklos Vajna1-4/+10
2016-07-19lokdocview: handle part number in view selections/cursorsMiklos Vajna1-23/+68
2016-07-15lokdocview: ignore notifications on view shutdownMiklos Vajna1-0/+9
2016-07-15gtktiledviewer: allow testing of destroyView()Miklos Vajna1-6/+22
2016-07-13lokdocview: This can be fired even without documentPranav Kant1-0/+5
2016-07-13lokdocview: Add missing callbacksPranav Kant1-0/+4
2016-07-12lokdocview: log the view id of the callback messagesMiklos Vajna1-1/+4
2016-07-08sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna1-0/+21
2016-07-01svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna1-4/+39
2016-07-01lokdocview: replace handle_graphic.png with manual drawingMiklos Vajna1-27/+7
2016-07-01sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-0/+43
2016-06-30lokdocview: avoid pointless setView() before getView()Miklos Vajna1-4/+0
2016-06-30LOK: change back type of view ids to intMiklos Vajna1-8/+8
2016-06-22lokdocview: ensure setView() + doSomethingElse is atomicMiklos Vajna1-0/+23
2016-06-21sw: add LOK_CALLBACK_TEXT_VIEW_SELECTION testcaseMiklos Vajna1-1/+0
2016-06-21lokdocview: handle LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-2/+28
2016-06-21sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-0/+7
2016-06-21lok: Expose LO version informationPranav Kant1-0/+9
2016-06-20lokdocview: handle LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-1/+58
2016-06-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-0/+7
2016-06-17LOK: change type of view ids to uintptr_tMiklos Vajna1-2/+5
2016-06-14lok_doc_view_reset_view: don't touch the view idMiklos Vajna1-9/+46
2016-05-11lokdocview: Add debug info; paintTile rendering timePranav Kant1-1/+9
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-27lokdocview: log postMouseEvent() argumentsMiklos Vajna1-0/+8
2016-04-26lokdocview: log setGraphicSelection() argumentsMiklos Vajna1-0/+5
2016-04-19tdf#99314 lokdocview: add new userprofileurl propertyMiklos Vajna1-1/+36
2016-04-08lok context menu: Expose context menuPranav Kant1-0/+7
2016-02-25cid#1354270 fix uninitialized membersMiklos Vajna1-0/+1
2016-02-21tdf#97235: Protect reset_view when called with no tile buffer initializedPranav Kant1-1/+3