summaryrefslogtreecommitdiffstats
path: root/libreofficekit/source
Commit message (Expand)AuthorAgeFilesLines
* sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai2018-04-101-2/+15
* lokdocview: Handle INVALIDATE_HEADER cbPranav Kant2018-01-041-3/+65
* lokdocview: use std::string where possiblePranav Kant2018-01-041-22/+20
* Fix inefficient usage of string::find() in condition (CWE597)Muhammet Kara2017-12-181-1/+1
* lokdialog: Simplify; make the LOK dialog API more genericPranav Kant2017-12-051-46/+9
* Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant2017-11-151-7/+8
* lokdialog: Support for rendering floating window dialog widgetsPranav Kant2017-11-151-0/+37
* lokdocview: Remove unnecessary codePranav Kant2017-11-151-30/+11
* lokdialog: Queue a redraw on invalidation in gtktiledviewerPranav Kant2017-11-151-1/+17
* lokdialog: Dialog invalidation supportPranav Kant2017-11-151-0/+4
* implementing callback for ruler invalidationAditya Dewan2017-09-141-0/+16
* Resolves: rhbz#1454693 segv if tiled rendering is interruptedCaolán McNamara2017-06-271-2/+21
* lok: sc: notify cell cursor position to address control in clientMarco Cecchetti2017-05-161-0/+28
* lokdocview: 'comment' signal for comment callbacksPranav Kant2017-02-181-0/+36
* lokdocview: Separate gobject property for turning off commentsPranav Kant2017-02-181-1/+26
* lok: Implement new callbacks for comment notificationsPranav Kant2017-02-171-0/+4
* lokdocview: Turn off annotations rendering herePranav Kant2017-02-171-0/+1
* lokdocview: Handle keypad enterPranav Kant2017-02-171-0/+1
* lokdocview: Handle insert keyPranav Kant2017-02-171-0/+3
* revert string::find changesNoel Grandin2016-10-241-1/+1
* fix "cppcheck:stlIfStrFind"Noel Grandin2016-10-241-1/+1
* cppcheck:stlIfStrFindJulien Nabet2016-10-241-1/+1
* LOK: handle "EMPTY" invalid tile msg with part number in payloadMarco Cecchetti2016-10-141-1/+1
* Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann2016-10-101-3/+1
* let approxEqual() not scale too early for large representable integer valuesEike Rathke2016-10-011-1/+21
* LOK: conditionally include part number in invalidation payloadMiklos Vajna2016-09-291-1/+4
* lok::Document::getCommandValues: expose sw redline author colorsMiklos Vajna2016-09-211-22/+69
* lokdocview: guard against int overflowMiklos Vajna2016-09-201-2/+10
* lok::Document: rename getViews() to getViewsCount()Miklos Vajna2016-09-161-1/+1
* gtktiledviewer - Calc fix: selection handlers were not removedMarco Cecchetti2016-09-121-0/+3
* lokdocview: handle empty LOK_CALLBACK_DOCUMENT_SIZE_CHANGED payloadMiklos Vajna2016-08-311-1/+5
* Emit notification to a LibreOfficeKit client also when a redline is modifiedTor Lillqvist2016-08-291-0/+6
* coverity#1354270 Uninitialized scalar fieldCaolán McNamara2016-08-281-0/+1
* sw lok: add callbacks for redline table insertion / removalMiklos Vajna2016-08-191-0/+6
* coverity#1371131 Dereference after null checkCaolán McNamara2016-08-181-1/+1
* gtktiledviewer: specify author name when calling initializeForRendering()Miklos Vajna2016-08-181-2/+3
* gtktiledviewer: expose undo/redo info in a repair document dialogMiklos Vajna2016-08-051-1/+1
* lokdocview: draw a lock inside the lock indicatorMiklos Vajna2016-07-251-13/+13
* sw: add new LOK_CALLBACK_VIEW_LOCK callbackMiklos Vajna2016-07-221-0/+59
* lokdocview: still allow view selections/cursors from other Writer viewsMiklos Vajna2016-07-191-4/+10
* lokdocview: handle part number in view selections/cursorsMiklos Vajna2016-07-191-23/+68
* lokdocview: ignore notifications on view shutdownMiklos Vajna2016-07-151-0/+9
* gtktiledviewer: allow testing of destroyView()Miklos Vajna2016-07-151-6/+22
* lokdocview: This can be fired even without documentPranav Kant2016-07-131-0/+5
* lokdocview: Add missing callbacksPranav Kant2016-07-131-0/+4
* lokdocview: log the view id of the callback messagesMiklos Vajna2016-07-121-1/+4
* sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna2016-07-081-0/+21
* svx lok: add LOK_CALLBACK_GRAPHIC_VIEW_SELECTIONMiklos Vajna2016-07-011-4/+39
* lokdocview: replace handle_graphic.png with manual drawingMiklos Vajna2016-07-011-27/+7
* sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna2016-07-011-0/+43