summaryrefslogtreecommitdiff
path: root/libreofficekit/source
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann1-16/+16
2019-11-13lokdocview: refresh tile buffer on resize to avoid UI breakage.Michael Meeks1-37/+21
2019-11-13lokdocview: encapsulate tile buffer properly.Michael Meeks3-7/+27
2019-10-30gtktiledviewer: always load with en-US languageAshod Nakashian1-1/+1
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann1-0/+5
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin1-1/+1
2019-09-30jsdialogs: add callback LOK_CALLBACK_JSDIALOGSzymon Kłos1-0/+1
2019-09-29constmethod for accessor-type methodsNoel Grandin1-2/+2
2019-09-26gtktiledviewer: Turn an annoying assert into a compile-time check.Jan Holesovsky1-14/+19
2019-09-24Add reference marks callbackSzymon Kłos1-0/+45
2019-09-07lokdocview: Add missing callback casesAron Budea1-0/+3
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin1-1/+1
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin1-6/+6
2019-08-17LOK: move LOK callback-type-to-string helper to headerAshod Nakashian1-103/+2
2019-08-15tdf#122529 lok - table border position manipulationTomaž Vajngerl1-0/+2
2019-07-28lok: send cell selection rectangle and cell area fill rectangleTomaž Vajngerl1-0/+4
2019-07-27Fix typosAndrea Gelmini1-1/+1
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann1-4/+4
2019-06-20Consolidate on C++17 std::scoped_lock instead of std::lock_guardStephan Bergmann1-7/+7
2019-05-25gtktiledviewer: Fix crash on copy.Michael Meeks1-0/+1
2019-05-10unipoll: add a --unipoll parameter to gtktiledviewer.Michael Meeks1-0/+63
2019-04-27lok: handle missing callback.Michael Meeks1-0/+2
2019-04-15lok: emit ProfileZone data in messages when requested.Michael Meeks1-0/+2
2019-04-13use more std::make_uniqueNoel Grandin1-2/+2
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