summaryrefslogtreecommitdiff
path: root/libreofficekit
AgeCommit message (Expand)Author
2020-06-16tdf#128502: Add a FIXME commentTor Lillqvist
2020-06-15Bin two leftover spurious writes to std::cerrTor Lillqvist
2020-06-15Make gtktiledviewer accept multiple documents to openTor Lillqvist
2020-05-09lok: MSForms: Add callback for form field button.Tamás Zolnai
2020-05-01Cut down on -pthread/-lpthread proliferationStephan Bergmann
2020-04-14lok: add tabstop changing and callback to send tabstop updatesTomaž Vajngerl
2019-11-26lok: calc formula bar tunneling: function list callbackMarco Cecchetti
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-12lok: tilebench: slightly sloppy pixel comparison & larger area.Michael Meeks
2019-11-05lok: tilebench: implement zoom tests.Michael Meeks
2019-11-05lok: improve tilebench and add an unpleasant text rendering test case.Michael Meeks
2019-11-05tilebench: output a helpful delta image and highlight the diffs.Michael Meeks
2019-11-05tilebench: initial joining testMichael Meeks
2019-10-30gtktiledviewer: always load with en-US languageAshod Nakashian
2019-09-30add LOK_CALLBACK_JSDIALOGAndras Timar
2019-09-26gtktiledviewer: Turn an annoying assert into a compile-time check.Jan Holesovsky
2019-09-25Add reference marks callbackSzymon Kłos
2019-09-24lok: We changed the (unstable) ABI, but let's allow the older C++ API.Jan Holesovsky
2019-09-24unipoll: add a --unipoll parameter to gtktiledviewer.Michael Meeks
2019-09-09lokdocview: Add missing callback casesAron Budea
2019-09-09gtktiledviewer: Fix crash on copy.Michael Meeks
2019-09-09lok: handle missing callback.Michael Meeks
2019-09-03gtktiledviewer: provide activation functionAshod Nakashian
2019-08-21LOK: move LOK callback-type-to-string helper to headerAshod Nakashian
2019-08-15tdf#122529 lok - table border position manipulationTomaž Vajngerl
2019-08-08lok: send cell selection rectangle and cell area fill rectangleTomaž Vajngerl
2019-08-05lok: allow paste content to popup dialogHenry Castro
2019-07-31lok: emit ProfileZone data in messages when requested.Michael Meeks
2018-11-15gtktiledviewer: Handle LOK_CALLBACK_SIGNATURE_STATUS to avoid an assert.Jan Holesovsky
2018-11-15gtktiledviewer: Compile-time check instead of an annoying assert.Jan Holesovsky
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-06loplugin:collapseif in dbaccess..lotuswordproNoel Grandin
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai
2018-10-23remove all use_action_appearance linesCaolán McNamara
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin
2018-10-10Sure it is a squareTor Lillqvist
2018-10-10Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-05s/0/nullptr/Tor Lillqvist
2018-10-05WaE: unused parameterTor Lillqvist
2018-10-05Use LOK_FEATURE_NO_TILED_ANNOTATIONS here, like in OnlineTor Lillqvist
2018-10-05Call also initializeForRendering() and registerCallback()Tor Lillqvist
2018-10-02More hacking on the tilebench part of the UnitTest appTor Lillqvist
2018-09-29band-aid: deprecated-declarations related to gtkJulien Nabet
2018-09-29Band-aid fix for deprecate gtk_css_provider_get_defaultJulien Nabet
2018-09-28Start on the iOS unit test appTor Lillqvist
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov