summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)Author
2020-10-23Allow some spelling dictionaries for gtktiledviewer.Michael Meeks
2020-09-17Online: Show input help on Online / Core part.gokaysatir
2020-09-04Remove an odd CPPUNIT_ASSERT(0)Tor Lillqvist
2020-07-20We apparently need to call Application::Quit() on iOS nowTor Lillqvist
2020-07-04lokit: add new callback type LOK_CALLBACK_INVALIDATE_SHEET_GEOMETRYDennis Francis
2020-06-16tdf#128502: Add a FIXME commentTor Lillqvist
2020-06-16Bin two leftover spurious writes to std::cerrTor Lillqvist
2020-06-16Make gtktiledviewer accept multiple documents to openTor Lillqvist
2020-05-24lok: MSForms: Add callback for form field button.Tamás Zolnai
2020-05-24lok: add tabstop changing and callback to send tabstop updatesTomaž Vajngerl
2020-05-17lok: calc formula bar tunneling: function list callbackMarco Cecchetti
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-11-13lokdocview: refresh tile buffer on resize to avoid UI breakage.Michael Meeks
2019-11-13lokdocview: encapsulate tile buffer properly.Michael Meeks
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks
2019-11-09lok: tilebench: slightly sloppy pixel comparison & larger area.Michael Meeks
2019-11-05lok: tilebench: implement zoom tests.Michael Meeks
2019-10-30gtktiledviewer: always load with en-US languageAshod Nakashian
2019-10-25lok: improve tilebench and add an unpleasant text rendering test case.Michael Meeks
2019-10-22tilebench: output a helpful delta image and highlight the diffs.Michael Meeks
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin
2019-09-30jsdialogs: add callback LOK_CALLBACK_JSDIALOGSzymon Kłos
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-09-27cid#1454003 silence 'Constant' variable guards dead codeCaolán McNamara
2019-09-26gtktiledviewer: Turn an annoying assert into a compile-time check.Jan Holesovsky
2019-09-24Add reference marks callbackSzymon Kłos
2019-09-19tilebench: initial joining testMichael Meeks
2019-09-07lokdocview: Add missing callback casesAron Budea
2019-08-24loplugin:returnconstval in fpicker..reportdesignNoel Grandin
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-08-17LOK: move LOK callback-type-to-string helper to headerAshod Nakashian
2019-08-15tdf#122529 lok - table border position manipulationTomaž Vajngerl
2019-08-07Mark some vars as constStephan Bergmann
2019-07-28lok: send cell selection rectangle and cell area fill rectangleTomaž Vajngerl
2019-07-27Fix typosAndrea Gelmini
2019-07-26gtktiledviewer: provide activation functionAshod Nakashian
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann
2019-06-20Consolidate on C++17 std::scoped_lock instead of std::lock_guardStephan Bergmann
2019-05-25gtktiledviewer: Fix crash on copy.Michael Meeks
2019-05-22New loplugin:dataStephan Bergmann
2019-05-10unipoll: add a --unipoll parameter to gtktiledviewer.Michael Meeks
2019-05-02lok: We changed the (unstable) ABI, but let's allow the older C++ API.Jan Holesovsky
2019-04-27lok: handle missing callback.Michael Meeks
2019-04-26lok: allow paste content to popup dialogHenry Castro
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann
2019-04-15lok: emit ProfileZone data in messages when requested.Michael Meeks
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-13use more std::make_uniqueNoel Grandin