summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit/LibreOfficeKit.h
AgeCommit message (Expand)Author
2015-05-06Add support for progress bar callbacks to LibreOfficeKitTor Lillqvist
2015-04-22lok::Document::postUnoCommand: allow passing argumentsMiklos Vajna
2015-04-16The mode lines says we use 4-column indentation steps, so do that thenTor Lillqvist
2015-04-07LOK: document remaining Document member functionsMiklos Vajna
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist
2015-03-19Indent parameter lists consistently.Tor Lillqvist
2015-03-16LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h headerMiklos Vajna
2015-03-16LOK: Implement posting of .uno: commands.Jan Holesovsky
2015-03-16lok::Document: add resetSelection()Miklos Vajna
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna
2015-03-10Avoid undef use of null ptr, use offsetof insteadStephan Bergmann
2015-03-02LOK: move Office::postKeyEvent to DocumentMiklos Vajna
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna
2015-02-23lok::Office::postKeyEvent: allow different char and key codeMiklos Vajna
2015-02-17LOK: Add support for documentLoadWithOptions also to LibreOfficeKit.hxx.Jan Holesovsky
2015-02-17SkipImages option for PDF importMihai
2015-02-16LOK: add LOK_SETTEXTSELECTION_RESETMiklos Vajna
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna
2015-02-16LOK: add LOK_CALLBACK_TEXT_SELECTION_START/ENDMiklos Vajna
2015-02-09LOK: add LOK_CALLBACK_TEXT_SELECTION and implement it in swMiklos Vajna
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna
2015-02-09Add LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna
2015-02-02Use our standard include guard naming conventionTor Lillqvist
2015-01-26LOK: move postMouseEvent to DocumentMiklos Vajna
2015-01-26Add initial lok::Office::postMouseEvent()Miklos Vajna
2015-01-16LOK: add LibreOfficeKitKeyEventType enumerationMiklos Vajna
2015-01-12Add lok::Office::postKeyEvent()Miklos Vajna
2015-01-12lok: Add comments to some methods, put the star where it belongsTomaž Vajngerl
2015-01-06LOK: add LibreOfficeKitCallbackType enumerationMiklos Vajna
2015-01-06lok::Document: add registerCallback()Miklos Vajna
2015-01-07android: Add initializeForRendering to LOKTomaž Vajngerl
2014-07-30Remove horrifically outdated comment.Andrzej Hunt
2014-07-30LOK: add setPartMode.Andrzej Hunt
2014-07-30LOK: Add getPartName.Andrzej Hunt
2014-07-30Fix comment typo.Andrzej Hunt
2014-07-29Kill the libreofficekit static library / shim.c.Andrzej Hunt
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt
2014-06-27Kill saveAsWithOptions again. (merge error/oversight)Andrzej Hunt
2014-06-25LIBLOK: implement getDocumentType, make doctypes unique.Andrzej Hunt
2014-06-25Use external buffer for LibLO tiled rendering.Andrzej Hunt
2014-06-25Implement document size retrieval for LibLO.Andrzej Hunt
2014-06-25Add rowstride to tiled rendering via LibLO.Andrzej Hunt
2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt
2014-06-25Add tiled rendering via liblibreoffice.Andrzej Hunt
2014-06-23LOK: kill saveAsWithOptions.Andrzej Hunt
2014-06-18LOK: kill double initialize.Andrzej Hunt
2014-06-17LOK: Split into instance and class.Andrzej Hunt
2014-06-12liblok: add include for size_t.Michael Meeks
2014-06-12cast loses precisionCaolán McNamara
2014-06-12liblok: check new methods via macros on nSize, not by de-referencing.Michael Meeks