summaryrefslogtreecommitdiff
path: root/include/LibreOfficeKit
AgeCommit message (Expand)Author
2015-04-09WaE: ‘LibreOfficeKit* lok_init(const char*)’ defined but not usedTor Lillqvist
2015-04-08Add lok_init_2() that takes also the path to a user profile to useTor Lillqvist
2015-04-07LOK: document remaining Document member functionsMiklos Vajna
2015-03-30lokdocview: move keyboard handling to LOKDocView_ImplMiklos Vajna
2015-03-30Minor tweak of the LOK_CALLBACK_TEXT_SELECTION_START / _END docu.Jan Holesovsky
2015-03-23Typo: s/SEPERATOR/SEPARATORTor Lillqvist
2015-03-23lokdocview: add lok_docview_get_document()Miklos 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-16lokdocview: add edit-changed signal, so toolbar toggle button is in syncMiklos Vajna
2015-03-16lokdocview: add lok_docview_get_edit()Miklos Vajna
2015-03-16lokdocview: implement move of imagesMiklos Vajna
2015-03-16lokdocview: use lok::Document::setGraphicSelection()Miklos Vajna
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann
2015-03-10Avoid undef use of null ptr, use offsetof insteadStephan Bergmann
2015-03-09Look for .dylib on OS X, but ...Tor Lillqvist
2015-03-09tdf#89705: provides callback for url handling on android.Siqi Liu
2015-03-09sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShellMiklos Vajna
2015-03-09lokdocview: render graphic selection handlesMiklos Vajna
2015-03-09lokdocview: initial LOK_CALLBACK_GRAPHIC_SELECTION handlingMiklos Vajna
2015-03-09LOK: add LOK_CALLBACK_GRAPHIC_SELECTION API and implement it in svxMiklos Vajna
2015-03-09LOK: add LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna
2015-03-09lokdocview: CursorVisible -> CursorOverlayVisibleMiklos Vajna
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-16lokdocview: allow dragging the selection start handle, tooMiklos Vajna
2015-02-16lokdocview: allow dragging the selection end handleMiklos Vajna
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna
2015-02-16lokdocview: allow dragging the middle handleMiklos Vajna
2015-02-16lokdocview: avoid loading the handle bitmaps again and againMiklos Vajna
2015-02-16lokdocview: draw handles at selection start/endMiklos Vajna
2015-02-16LOK: add LOK_CALLBACK_TEXT_SELECTION_START/ENDMiklos Vajna
2015-02-09lokdocview: implement selection overlay using LOK_CALLBACK_TEXT_SELECTIONMiklos 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-09lokdocview: let the cursor blinkMiklos Vajna
2015-02-09lokdocview: initial overlay on top of the tilesMiklos Vajna
2015-02-09Add LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna
2015-02-04Adapt for iOS, tooTor Lillqvist
2015-02-02Kill superfluous vertical whitespaceTor Lillqvist
2015-02-02Use our standard include guard naming conventionTor Lillqvist
2015-01-26LOK: move postMouseEvent to DocumentMiklos Vajna