summaryrefslogtreecommitdiff
path: root/desktop/source/lib/init.cxx
AgeCommit message (Expand)Author
2014-09-26Add more lok debug output.Andrzej Hunt
2014-08-19LOK: do clean main thread shutdown cleanly.Andrzej Hunt
2014-08-19Make sure LOK is actually headless.Andrzej Hunt
2014-08-19Fail LOK initialisation if restart is required.Andrzej Hunt
2014-08-19Use OfficeIPCThread::WaitForReady rather than sleeping.Andrzej Hunt
2014-08-19Bin outdated / incorrect comment.Andrzej Hunt
2014-08-19Hack soffice_main into LOK.Andrzej Hunt
2014-08-13reduce code duplication in LOK init.cxxTomaž Vajngerl
2014-07-31LOK documentLoad needs SolarMutex protection too.Andrzej Hunt
2014-07-31Use SolarMutexGuard instead of pairs of Acquire/ReleaseSolarMutexAndrzej Hunt
2014-07-30Protect setPartMode and ensure we actually show the new mode.Andrzej Hunt
2014-07-30LOK: add setPartMode.Andrzej Hunt
2014-07-30LOK: Add getPartName.Andrzej Hunt
2014-07-12LOK: use solar mutex for setPart.Andrzej Hunt
2014-07-12LOK: some logging for tiled rendering.Andrzej Hunt
2014-07-12Add get/setPart to ITiledRenderable, and implement for sw/sc.Andrzej Hunt
2014-07-11Check whether Command Args are already set up before doing so.Andrzej Hunt
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-07-01lok: It is expected that we point directly to the program/ directory.Jan Holesovsky
2014-06-30lok: Correct sofficerc path for bootstrap.Jan Holesovsky
2014-06-30'pMap' may be used uninitialized in this function.Jan Holesovsky
2014-06-25LOK: tiled rendering / svp includes are Linux only too for now.Andrzej Hunt
2014-06-25LOK: Tiled Rendering only useable on Linux.Andrzej Hunt
2014-06-25Use full sofficerc for LOK.Andrzej Hunt
2014-06-25Use ITiledRenderable for LIBLOK.Andrzej Hunt
2014-06-25LIBLOK: implement getDocumentType, make doctypes unique.Andrzej Hunt
2014-06-25Get rid of outdated comments.Andrzej Hunt
2014-06-25Use external buffer for LibLO tiled rendering.Andrzej Hunt
2014-06-25Upgrade LibLO tiled rendering to RGBA.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: set the size for the correct structure.Michael Meeks
2014-06-11Rename C api of LibreOfficeKit.Andrzej Hunt
2014-06-11Move liblibreoffice into LibreOfficeKit.Andrzej Hunt
2014-05-29Don't forget to dispose the component here.Kohei Yoshida
2014-04-28libLO: add extension map for draw's formatsTomaž Vajngerl
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-04-12liblo: fix check of xcomponentTomaž Vajngerl
2014-04-08liblo: new saveAsWithOptions functionTomaž Vajngerl
2014-04-08liblo: We need to provide LibreOffice with fake command line args too.Tomaž Vajngerl
2014-04-08liblo: extend doc_saveAs with filterOptionsTomaž Vajngerl
2014-04-08liblo: use MediaDescriptor / clean-upTomaž Vajngerl
2013-11-15WaE: C4190 for extern "C" functions returning C++ typeTor Lillqvist
2013-11-15-Werror,-Wmismatched-tagsStephan Bergmann
2013-11-15liblibo: expose a C API for ABI reasons, and wrap with C++.Michael Meeks