summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
AgeCommit message (Expand)AuthorFilesLines
2018-11-08lokdialog: Implement hi-dpi support for the routed dialogs.Jan Holesovsky2-3/+19
2018-11-07lok: send signature status on document loadTomaž Vajngerl1-0/+5
2018-11-06lok: Notify about the current editing context.Jan Holesovsky1-0/+9
2018-11-03No need to mark libreofficekit_hook_2 with default visibility for iOSTor Lillqvist1-2/+1
2018-10-31lok: new function to add certificate to certificate DBTomaž Vajngerl2-2/+18
2018-10-29lok: create certificate and private key with insertCertificateTomaž Vajngerl2-3/+9
2018-10-28lokit: add funct. to insert, sign and verify signatureTomaž Vajngerl2-0/+29
2018-10-25Verify that we are actually passed a URL, not a pathnameTor Lillqvist1-0/+9
2018-10-10Move the iOS CGBitmapContextCreate() call do doc_paintTile()Tor Lillqvist2-0/+40
2018-08-29Fix typo: s/an other/another/gAndrea Gelmini1-1/+1
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-3/+3
2018-07-19Avoid gcc: "specified bound depends on the length of the source argument"Tor Lillqvist1-1/+1
2018-07-09lok: export preinit helper, and share code variously.Michael Meeks1-4/+36
2018-04-07sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai1-1/+7
2018-04-03lok - sc: validity list drop down button callbackMarco Cecchetti1-1/+10
2018-04-03lok - calc: add support for show/hide tabs in onlineMarco Cecchetti1-0/+3
2018-03-17lok: notify clients of clipboard changesAshod Nakashian1-0/+11
2018-02-27postExtTextInputEvent() -> postWindowExtTextInputEvent()Pranav Kant2-8/+8
2018-02-14lok IME: support dialogs as wellPranav Kant2-2/+5
2018-02-08sw lok: IME support + unit testPranav Kant3-0/+27
2018-02-01LibreOfficeKit: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-1/+0
2018-01-25desktop: always clear LOK error message on successMiklos Vajna1-5/+0
2018-01-12Repair windows build break.jan Iversen1-0/+2
2018-01-12iOS, stop trying to do dynamic load in init()jan Iversen1-8/+11
2018-01-10Mention that the getError() semantics are unclearTor Lillqvist1-0/+5
2018-01-08lokdocview: Make g-ir-compiler, scanner happyPranav Kant1-4/+2
2017-12-21Fix typosAndrea Gelmini1-1/+1
2017-12-21lokdocview: Handle INVALIDATE_HEADER cbPranav Kant1-3/+29
2017-12-19lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky2-0/+14
2017-12-16lok: sc: append the col, row position to the cell cursor messageMarco Cecchetti1-0/+5
2017-12-15lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti1-1/+6
2017-12-12Fix binary incompatible change in the LOK API + add unit test.Jan Holesovsky1-3/+3
2017-12-04lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant2-39/+12
2017-12-04lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant2-4/+4
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant3-42/+1
2017-12-04lokdialog: Allow closing a dialog from LOK clientPranav Kant3-8/+25
2017-12-01lok: calc: set outline stateMarco Cecchetti2-0/+17
2017-11-29lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.Pranav Kant2-22/+0
2017-11-29lokdialog: Make vcl::DialogID an integerPranav Kant2-24/+24
2017-11-23iOS, cleaned unused parameterjan Iversen1-0/+1
2017-11-09lokdialog: Move getting dialog information in separate LOK callPranav Kant2-18/+32
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant2-4/+16
2017-11-04Make Windows error reporting more robustMike Kaganski1-1/+2
2017-10-28lokdialog: Tunnel dialog title to lokclient as outparamPranav Kant2-2/+5
2017-10-25lokdialog: Add more dialog related methods to LOK APIPranav Kant1-1/+50
2017-10-23loplugin:includeform: libreofficekitStephan Bergmann1-1/+1
2017-10-19Consistently use #include <LibreOfficeKit/...> in include/LibreOfficeKitStephan Bergmann2-3/+3
2017-10-17iOS, changed define to IOSjan Iversen1-3/+3
2017-10-02lokdialog: Add dialog APIs to lok::Document classPranav Kant2-4/+41
2017-10-02Change CB_DIALOG_INVALIDATE to CB_DIALOGPranav Kant1-1/+1