No description
Find a file
Michael Meeks 2871653bf4 Simplify legacy single tile rendering code-path.
Remove redundant _id member from TileCombined, add constructor
from TileDesc, and use it to shrink the code.

Change-Id: Idc0ded63166ed350ab81b07e191b7a60d4407cd4
2019-04-19 23:51:26 +01:00
android android: Update / introduce modelines in the .java files. 2019-04-16 13:09:04 +02:00
bundled/include/LibreOfficeKit Update bundled headers with profiling enum 2019-04-19 17:59:50 +02:00
common Switch local prisoner sockets to abstract UDS 2019-03-30 16:51:06 +00:00
debian systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
docker docker: --enable-pdfimport and --disable-poppler in build config 2019-03-07 12:30:20 +01:00
etc add the /hosting/capabilities endpoint to the example reverse proxy configs 2018-11-30 13:46:33 +01:00
gtk gtkapp: Drop this warning, clang complains about it. 2019-04-19 11:07:31 +02:00
ios Bin three unnecessary translatable strings that don't occur anywhere 2019-04-12 23:06:29 +03:00
kit Simplify legacy single tile rendering code-path. 2019-04-19 23:51:26 +01:00
loleaflet tdf#124235: Make the combo box list be attached to the widget 2019-04-19 18:15:48 +03:00
man typo 2018-10-10 09:04:05 +02:00
net gtkapp: Fix clang's error: private field '...' is not used 2019-04-19 11:10:51 +02:00
scripts perftrace: fix time parsing issue. 2019-04-19 23:51:26 +01:00
test fix: saveAs breaks when '%' character is used within the filename 2019-03-19 18:31:15 +01:00
tools perftrace: consume PROFILE_FRAME messages and chart lok ProfileZones. 2019-04-16 20:27:37 +01:00
wsd Simplify legacy single tile rendering code-path. 2019-04-19 23:51:26 +01:00
.clang-format Add clang-format config from core repo 2018-11-28 16:46:11 +01:00
.clang-tidy
.gitignore Revert "configure: add Boost.Locale library" 2019-03-15 17:28:14 +01:00
.gitreview
AUTHORS
autogen.sh Revert "configure: add Boost.Locale library" 2019-03-15 17:28:14 +01:00
browsersync-config.js Integrate browser-sync 2019-02-21 09:23:47 +01:00
ChangeLog
configure.ac android: Introduce --with-vendor and --with-info-url. 2019-04-16 12:59:43 +02:00
COPYING
discovery.xml Add /hosting/capabilities endpoint to advertise online features 2018-10-19 18:15:22 +02:00
favicon.ico
INSTALL
loolkitconfig.xcu wsd: configure listboxes to limit the drop-down height 2018-12-07 12:39:28 +01:00
loolstat
loolwsd-systemplate-setup Fix domain name resolution from jail by adding required libs to systemplate 2018-12-02 18:32:34 +01:00
loolwsd.service
loolwsd.spec.in systemplate files should not be writable by lool user 2019-02-07 14:33:30 +01:00
loolwsd.xml.in Remove unnecessary leftovers after Michael's removal of the on-disk tile cache 2019-02-15 21:36:16 +01:00
Makefile.am Fix copy/paste error 2019-04-08 15:54:53 +02:00
NEWS
PROBLEMS Tweak problemms. 2019-02-13 18:35:32 +01:00
README
sysconfig.loolwsd

LibreOffice Online.

This project has several components:

wsd/
	The Web Services Daemon - which accepts external connections.

kit/
	The client which lives in its own chroot and renders documents.

common/
	Shared code between these processes.

loleaflet/
	The client side JavaScript component.

It is recommended to read these files:

	wsd/README
	loleaflet/README

Enjoy.