No description
Find a file
Iván Sánchez Ortega 5f79f5d894 loleaflet: Background color for Calc
This adds a new L.Layer, L.CalcBackground, which reacts to 'statechange' websocket
messages, and sets the background style of the Leaflet container to match
the color of the current Calc sheet.

Change-Id: I33d39c86fb52708419756b85660d7be450c91eba
Reviewed-on: https://gerrit.libreoffice.org/71995
Reviewed-by: Iván Sánchez Ortega <ivan.sanchez@collabora.com>
Tested-by: Iván Sánchez Ortega <ivan.sanchez@collabora.com>
2019-05-16 12:21:35 +02:00
android android: resolve the deprecation of PreferenceFragment in DocumentProviderSettingsAcitvity 2019-05-07 17:40:49 +02:00
bundled/include/LibreOfficeKit loleaflet: Allow to hide dialog 2019-05-14 22:17:19 +02:00
common Introduce new flag to speed up shutdown of the Online plumbing in the iOS app 2019-05-16 11:44:41 +03: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 gtk: fix typo 2019-04-23 09:10:18 +02:00
ios Introduce new flag to speed up shutdown of the Online plumbing in the iOS app 2019-05-16 11:44:41 +03:00
kit Use consistent terminology in LOG_INF() calls around runLoop() call 2019-05-16 11:41:56 +03:00
loleaflet loleaflet: Background color for Calc 2019-05-16 12:21:35 +02:00
man typo 2018-10-10 09:04:05 +02:00
net unipoll: restore missing asserts & some cleanup. 2019-05-10 17:37:59 +01:00
scripts perftrace: fix time parsing issue. 2019-04-19 23:51:26 +01:00
test test: use process groups as well to allow concurrent make checks. 2019-05-14 21:29:12 +01:00
tools perftrace: consume PROFILE_FRAME messages and chart lok ProfileZones. 2019-04-16 20:27:37 +01:00
wsd Introduce new flag to speed up shutdown of the Online plumbing in the iOS app 2019-05-16 11:44:41 +03: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 Add branding to the iOS app 2019-04-22 17:23:20 +03:00
COPYING
discovery.xml Add /hosting/capabilities endpoint to advertise online features 2018-10-19 18:15:22 +02:00
favicon.ico Favicon refresh 2018-06-06 03:18:13 -05:00
INSTALL
loolkitconfig.xcu change default HelpRootURL to 'https://help.libreoffice.org/help.html?' 2019-04-23 10:05:05 +02: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 don't hardcode lo_template_path, use the setting from loolwsd.xml 2017-03-20 23:29:15 +01:00
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 Online, not on-line 2017-02-03 13:47:30 +00:00
sysconfig.loolwsd Online, not on-line 2017-02-03 13:47:30 +00:00

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.