summaryrefslogtreecommitdiff
path: root/libreofficekit/source
AgeCommit message (Expand)AuthorFilesLines
2019-04-24lok: emit ProfileZone data in messages when requested.Michael Meeks1-0/+2
2019-01-11gtktiledviewer: Handle LOK_CALLBACK_SIGNATURE_STATUS to avoid an assert.Jan Holesovsky1-0/+5
2019-01-11gtktiledviewer: Compile-time check instead of an annoying assert.Jan Holesovsky1-1/+9
2018-07-17More loplugin:cstylecast: libreofficekitStephan Bergmann1-18/+18
2018-04-20sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai1-2/+15
2018-03-27lokdocview: new property 'is-initialized'; fix gtktiledviewer for calcPranav Kant1-0/+22
2018-03-19lokdocview: Handle INVALIDATE_HEADER cbPranav Kant1-3/+43
2018-03-19lokdialog: Simplify; make the LOK dialog API more genericPranav Kant1-46/+9
2018-03-19Revert "Revert the incomplete dialog tunneling, the API has changed ..."Andras Timar1-31/+69
2018-01-05lokdocview: use std::string where possiblePranav Kant1-22/+20
2017-12-22lokdocview: Handle INVALIDATE_HEADER cbPranav Kant1-0/+39
2017-12-22rhbz#1527945 segv on failed open of password protected doc in gnome-documentsCaolán McNamara1-1/+1
2017-12-21Revert the incomplete dialog tunneling, the API has changed completely.Jan Holesovsky1-69/+30
2017-10-24fix build errorDavid Tardon1-4/+2
2017-10-02Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant1-7/+8
2017-10-02lokdialog: Support for rendering floating window dialog widgetsPranav Kant1-0/+37
2017-10-02lokdocview: Remove unnecessary codePranav Kant1-30/+11
2017-10-02lokdialog: Queue a redraw on invalidation in gtktiledviewerPranav Kant1-1/+17
2017-10-02lokdialog: Dialog invalidation supportPranav Kant1-0/+4
2017-08-17implementing callback for ruler invalidationAditya Dewan1-0/+16
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-23loplugin:unusedfields in jvmfwk..mysqlcNoel Grandin2-7/+0
2017-06-18Fix typosAndrea Gelmini1-1/+1
2017-06-16Resolves: rhbz#1454693 segv if tiled rendering is interruptedCaolán McNamara1-0/+15
2017-06-15Related: rhbz#1444437 check if m_nTimeoutId is validCaolán McNamara1-1/+2
2017-05-11lok: sc: notify cell cursor position to address control in clientMarco Cecchetti1-0/+28
2017-05-10Resolves: rhbz#144437 make gnome-documents not crash the whole timeCaolán McNamara1-11/+23
2017-05-09rhbz#1444437 gnome-documents finalize may not occur immediatelyCaolán McNamara1-2/+15
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-22loplugin:unusedfieldsNoel Grandin2-10/+4
2017-01-27lokdocview: 'comment' signal for comment callbacksPranav Kant1-0/+36
2017-01-27lokdocview: Separate gobject property for turning off commentsPranav Kant1-1/+26
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-24loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin1-2/+0
2017-01-23lokdocview: Handle keypad enterPranav Kant1-0/+1
2017-01-09New loplugin:externvar: libreofficekitStephan Bergmann1-1/+1
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-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