summaryrefslogtreecommitdiff
path: root/desktop/source/lib
AgeCommit message (Expand)Author
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28Using LO code through LOKit should imply "console only", too, I thinkTor Lillqvist
2015-03-28We already log successful UNO initialisation in initialize_uno()Tor Lillqvist
2015-03-28Exclamation marks are unprofessionalTor Lillqvist
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist
2015-03-20Don't include vcl's private include files in desktopTor Lillqvist
2015-03-20drop unneeded includeDavid Tardon
2015-03-16android: Make the Bold button actually work - switches to typing in bold.Jan Holesovsky
2015-03-16LOK: Implement posting of .uno: commands.Jan Holesovsky
2015-03-16android: add to JNI - setGraphicSelection, resetSelectionTomaž Vajngerl
2015-03-16lok::Document: add resetSelection()Miklos Vajna
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna
2015-03-11Use osl/thread.h abstractionStephan Bergmann
2015-03-02LOK: move Office::postKeyEvent to DocumentMiklos Vajna
2015-03-02desktop: move tiled rendering debug code from swMiklos Vajna
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna
2015-02-23Use SdrModel::isTiledRendering()Miklos Vajna
2015-02-23Add OutputDevice::isTiledRendering()Miklos Vajna
2015-02-23lok::Office::postKeyEvent: allow different char and key codeMiklos Vajna
2015-02-17SkipImages option for PDF importMihai
2015-02-16android: add support for text selection to JNITomaž Vajngerl
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna
2015-02-16LOK: Return NULL when we failed to load the document.Jan Holesovsky
2015-02-11We can put a few more lines inside the #ifndef IOSTor Lillqvist
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna
2015-02-04Use LibreOfficeKit in the TiledLibreOffice iOS demo app, tooTor Lillqvist
2015-02-04For iOS we already hardocde the inifile as rc in the .app directoryTor Lillqvist
2015-02-03Make the handling of the pAppPath==NULL case actually workTor Lillqvist
2015-02-03We (try to) handle the pAppPath==NULL case below anywayTor Lillqvist
2015-02-03libreofficekit_hook must be exported on iOS for dlsym() to find itTor Lillqvist
2015-01-26android: add postMouseEvent to LOKit JNI interfaceTomaž Vajngerl
2015-01-26LOK: move postMouseEvent to DocumentMiklos Vajna
2015-01-26android: release local ref to string after callback exec. in JNITomaž Vajngerl
2015-01-26Add initial lok::Office::postMouseEvent()Miklos Vajna
2015-01-16jni: if documentLoad returns NULL don't call NewDirectByteBufferTomaž Vajngerl
2015-01-16LOK: add LibreOfficeKitKeyEventType enumerationMiklos Vajna
2015-01-12jni: add postKeyEvent to Office and redirect the call to LOKTomaž Vajngerl
2015-01-12Add lok::Office::postKeyEvent()Miklos Vajna
2015-01-12android: Add support for callbacks from LO to JNI and Java LOKTomaž Vajngerl
2015-01-06lok::Document: add registerCallback()Miklos Vajna
2015-01-07android: Add initializeForRendering to LOKTomaž Vajngerl
2014-12-19desktop: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-16LOK: let doc_getDocumentType() use supportsService()Miklos Vajna
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara
2014-12-10Make IsHeadlessModeRequested hack work for LOKStephan Bergmann
2014-12-10Fake --headless more cleanlyStephan Bergmann
2014-12-10LOK: if loadComponentFromURL() returns an empty reference, say itMiklos Vajna
2014-12-08coverity#1257113 Uninitialized scalar fieldCaolán McNamara
2014-12-04android: use ByteBuffer to send or store pointers in JNI bindingsTomaž Vajngerl
2014-12-04lok: improve error reporting in lok implementationTomaž Vajngerl