summaryrefslogtreecommitdiff
path: root/libreofficekit/source
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-15gtktiledviewer: Handle LOK_CALLBACK_SIGNATURE_STATUS to avoid an assert.Jan Holesovsky1-0/+5
2018-11-15gtktiledviewer: Compile-time check instead of an annoying assert.Jan Holesovsky1-1/+9
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-06-28Fix typosAndrea Gelmini1-1/+1
2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai1-2/+15
2018-03-25Use for-range loops in some modulesJulien Nabet1-3/+2
2018-03-13lokdocview: new property 'is-initialized'; fix gtktiledviewer for calcPranav Kant1-0/+22
2018-03-02delete colordata.hxxNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: libreofficekitStephan Bergmann1-18/+18
2018-01-10Fix typoAndrea Gelmini1-1/+1
2018-01-08lokdocview: Make g-ir-compiler, scanner happyPranav Kant1-8/+14
2017-12-22rhbz#1527945 segv on failed open of password protected doc in gnome-documentsCaolán McNamara1-1/+1
2017-12-21Fix typosAndrea Gelmini1-1/+1
2017-12-21lokdocview: Handle INVALIDATE_HEADER cbPranav Kant1-3/+65
2017-12-21lokdocview: use std::string where possiblePranav Kant1-22/+20
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant1-46/+9
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