summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)AuthorFilesLines
2017-02-13Fix typosAndrea Gelmini1-1/+1
2017-01-31gtktiledviewer: gtk version checksPranav Kant1-2/+12
2017-01-30gtktiledviewer: Handle comment callback with Modify flagPranav Kant1-18/+29
2017-01-30gtktiledviewer: Unused variablePranav Kant1-2/+1
2017-01-30gtktiledviewer: Mark reply comments with lightgreen backgroundPranav Kant1-0/+13
2017-01-30gtktiledviewer: Can edit comment from comment sidebar nowPranav Kant1-2/+27
2017-01-28coverity#1351757 Uninitialized pointer fieldCaolán McNamara1-0/+1
2017-01-27gtktiledviewer: Can reply, delete comments from sidebarPranav Kant1-13/+81
2017-01-27gtktiledviewer: factor out user prompt entry dialogPranav Kant1-36/+48
2017-01-27lokdocview: 'comment' signal for comment callbacksPranav Kant2-16/+98
2017-01-27gtktiledviewer: Comment dialog when tiled annotations are offPranav Kant1-1/+44
2017-01-27lokdocview: Separate gobject property for turning off commentsPranav Kant2-8/+42
2017-01-27gtktiledviewer: Comments sidebarPranav Kant1-2/+96
2017-01-27lok: Implement new callbacks for comment notificationsPranav Kant1-0/+4
2017-01-27lokdocview: Turn off annotations rendering herePranav Kant1-0/+1
2017-01-27CppunitTest_libreofficekit_tiledrendering: fix cppunitassertequals warningsMiklos Vajna1-8/+8
2017-01-24loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin1-2/+0
2017-01-23gtktiledviewer: Make edit mode the default onePranav Kant1-0/+2
2017-01-23lokdocview: Handle keypad enterPranav Kant1-0/+1
2017-01-23lok: Listen for state change events for cell alignment commandsPranav Kant1-12/+5
2017-01-09New loplugin:externvar: libreofficekitStephan Bergmann1-1/+1
2017-01-06gtktiledviewer: Lets avoid using manual buffer sizesPranav Kant1-14/+8
2017-01-06gtktiledviewer: Override alignment buttons uno commands for calcPranav Kant1-0/+19
2017-01-06gtktiledviewer: Support for posting arguments to uno commandsPranav Kant1-9/+12
2017-01-06lokdocview: Handle insert keyPranav Kant1-0/+3
2017-01-02Fix inefficient usage of string::find() in condition (CWE597)Muhammet Kara1-1/+1
2016-11-10re-apply "use material style selection handles""Christian Lohmaier1-1/+1
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-23gtktiledviewer: Wrap dialogs in a GtkScrolledWindowPranav Kant1-2/+8
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-19sw: emit LOK_CALLBACK_STATE_CHANGED when cursor enters/leaves a redlineMiklos Vajna1-2/+16
2016-09-16lok::Document: rename getViews() to getViewsCount()Miklos Vajna1-1/+1
2016-09-15sw: allow select of redline by indexMiklos Vajna1-2/+7
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-30gtktiledviewer: don't crash on unimplemented tracked change listMiklos Vajna1-0/+3
2016-08-29sw: use SwModule::GetRedlineAuthor() in SwTextShell::ExecField()Miklos Vajna1-17/+2
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 redlines: expose description as part of the UNO/LOK APIMiklos Vajna1-3/+4
2016-08-19sw lok: add callbacks for redline table insertion / removalMiklos Vajna1-0/+6
2016-08-19tdf#101592 sw: track changes state is doc-specific, not view-specificMiklos Vajna1-0/+12
2016-08-18coverity#1371131 Dereference after null checkCaolán McNamara1-1/+1