summaryrefslogtreecommitdiffstats
path: root/include/LibreOfficeKit/LibreOfficeKit.hxx
Commit message (Expand)AuthorAgeFilesLines
* lokdialog: Merge dialog & dialog child mouse event APIs into onePranav Kant2017-12-041-24/+7
* lokdialog: Rename postDialogKeyEvent -> postWindowKeyEventPranav Kant2017-12-041-2/+2
* lokdialog: Simplify; make the LOK dialog API more genericPranav Kant2017-12-041-19/+0
* lokdialog: Allow closing a dialog from LOK clientPranav Kant2017-12-041-6/+14
* lok: calc: set outline stateMarco Cecchetti2017-12-011-0/+13
* lokdialog: Remove getDialogInfo + update gtktiledviewer accordingly.Pranav Kant2017-11-291-17/+0
* lokdialog: Make vcl::DialogID an integerPranav Kant2017-11-291-18/+18
* lokdialog: Move getting dialog information in separate LOK callPranav Kant2017-11-091-15/+25
* lokdialog: Support painting parts of the dialogPranav Kant2017-11-091-3/+11
* lokdialog: Tunnel dialog title to lokclient as outparamPranav Kant2017-10-281-1/+4
* lokdialog: Add more dialog related methods to LOK APIPranav Kant2017-10-251-1/+50
* Consistently use #include <LibreOfficeKit/...> in include/LibreOfficeKitStephan Bergmann2017-10-191-2/+2
* lokdialog: Add dialog APIs to lok::Document classPranav Kant2017-10-021-0/+35
* [API CHANGE] lok: Don't use 'bool' and 'uint64_t' in the stable API.Jan Holesovsky2017-09-141-1/+1
* lokit: make parts of unstable API public for 6.0Thorsten Behrens2017-09-141-3/+10
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+1
* lok: Allow setting of the language during load.Jan Holesovsky2017-03-241-0/+3
* Remove redundant 'inline' keyword, Linux reduxStephan Bergmann2017-03-071-42/+42
* Fix typosAndrea Gelmini2017-03-031-2/+2
* Run macro:// via LOKitKatarina Behrens2017-02-281-0/+13
* Revert "Lok: support for batch API calls"Jan Holesovsky2017-01-311-10/+0
* Lok: support for batch API callsAshod Nakashian2017-01-231-0/+10
* Add the missing lok::Office::registerCallback().Jan Holesovsky2016-11-151-0/+12
* lok: add character parameter to renderFontHenry Castro2016-11-141-2/+3
* sfx2: add SfxLokHelper::getViewIdsMiklos Vajna2016-09-161-0/+16
* lok::Document: rename getViews() to getViewsCount()Miklos Vajna2016-09-161-6/+6
* Revert "LOK: we use callbacks latch for not missing messages sent very early"Marco Cecchetti2016-09-151-11/+0
* LOK: we use callbacks latch for not missing messages sent very earlyMarco Cecchetti2016-09-111-0/+11
* lok: Change version string to JSON formatPranav Kant2016-06-211-3/+6
* lok: Expose LO version informationPranav Kant2016-06-211-0/+13
* LOK: change type of view ids to uintptr_tMiklos Vajna2016-06-171-4/+4
* Allow painting for arbitrary partAshod Nakashian2016-05-091-0/+21
* lokit: add getPartHashHenry Castro2016-04-211-0/+6
* In lok_init_2, allow vnd.sun.star.pathname user_profile_urlStephan Bergmann2016-04-191-2/+2
* lok: Introduce a "TakeOwnership" filter option for saveAs().Jan Holesovsky2016-02-111-0/+5
* LibreOfficeKit: document availability of some LibreOfficeKit C++ APIRiccardo Magliocchetti2016-02-041-1/+6
* LOK: add Document::setClientVisibleArea()Miklos Vajna2016-02-021-0/+15
* libreofficekit: password interaction optional and off by defaultMichael Stahl2016-01-271-0/+10
* libreofficekit: ask for password when loading encrypted documentsMichael Stahl2016-01-251-0/+24
* Clean up lok::Office::freeError()Miklos Vajna2016-01-211-7/+4
* Make LibreOffice kit usable on windowsOliver Specht2016-01-191-0/+9
* Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2015-12-071-4/+4
* LOK: renderFont methodMihai Varga2015-11-301-0/+12
* LOK: add Document::getTileMode()Miklos Vajna2015-11-231-0/+10
* lok::Document::initializeForRendering: support init. argumentsMiklos Vajna2015-11-181-2/+14
* LOK: setClientZoom() - sets the client zoom levelMihai Varga2015-11-131-0/+17
* Missing include (for NULL)Stephan Bergmann2015-11-101-0/+2
* Keep LibreOfficeKit.hxx compatible with C++03Stephan Bergmann2015-11-101-10/+10
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-10/+10
* lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky2015-11-031-2/+2