No description
Find a file
Jan Holesovsky f3d7e5c6c2 android chrome: Make the insertion of . , ! $ and similar chars work.
The trick is that actually the 'onInput' (the 'input') event decides
what data we should actually use - if those from compose event, or from
the text input event.

With this, things finally seem to work reasonably well - I am able to
insert even emoji :-)

Change-Id: I9f19d1e56e4e638cf88b8497abb8eefd24e82cee
Reviewed-on: https://gerrit.libreoffice.org/61337
Reviewed-by: Aron Budea <aron.budea@collabora.com>
Tested-by: Aron Budea <aron.budea@collabora.com>
(cherry picked from commit 10bfc4b449577590c4de82cb15d73204be053a3c)
2018-10-10 14:38:37 +03:00
bundled/include/LibreOfficeKit Writer: View jumps to cursor position even if it is moved by an other view. 2018-04-10 17:00:21 +02:00
common Upper limit of sent out versions of the same tile 2018-09-29 09:27:06 +02:00
debian Cleanup all old files in the cache, not just png's. 2018-05-30 20:04:15 +02:00
docker tdf#117557 Add CJK Fonts to LibreOffice Online Docker Image 2018-05-11 13:15:40 +02:00
etc nginx and apache2 config templates 2018-09-20 10:18:57 +02:00
ios LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memory 2018-10-05 19:01:19 +03:00
kit Bin leftover verbose dump of part of a tile 2018-10-09 15:54:46 +03:00
loleaflet android chrome: Make the insertion of . , ! $ and similar chars work. 2018-10-10 14:38:37 +03:00
man typo 2018-10-10 09:04:05 +02:00
Mobile Add source files from sfx2/source/doc for easier breakpointing in advance 2018-10-10 10:31:07 +03:00
net Switch to using just one mutex in FakeSocket.cpp for now 2018-10-10 10:31:07 +03:00
scripts loleaflet: remove latin access keys in parentheses (in case of CJK, Indian, etc. langs) 2018-07-16 09:04:05 +02:00
test Hide other view cursors on zoom. 2018-10-09 21:48:17 +01:00
tools tools: remove unused Poco::Util::Option include / using decl 2018-07-20 10:23:48 +02:00
wsd typo 2018-10-10 09:04:05 +02:00
.clang-tidy
.gitignore loleaflet: add more node paths when bundling admin files 2018-05-19 10:27:40 -04:00
.gitreview
AUTHORS
autogen.sh execute autogen.sh from a build directory 2018-04-12 15:46:40 -04:00
ChangeLog
configure.ac Factor out loleaflet/dist construction for iOS app building 2018-09-03 17:10:19 +03:00
COPYING
discovery.xml discovery: Add the binary MS filetypes. 2017-08-07 10:28:18 +02:00
favicon.ico Favicon refresh 2018-06-06 03:18:13 -05:00
INSTALL
loolkitconfig.xcu loolkitconfig.xcu: add documentation how to disable thumbnails 2018-01-22 17:34:31 +01:00
loolstat
loolwsd-systemplate-setup Fix networking in the chroot. 2018-08-03 05:22:03 +02: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 Cleanup all old files in the cache, not just png's. 2018-05-30 20:04:15 +02:00
loolwsd.xml.in tdf#115163 allow bind to loopback interface 2018-10-05 16:38:28 +02:00
Makefile.am Factor out loleaflet/dist construction for iOS app building 2018-09-03 17:10:19 +03:00
NEWS
PROBLEMS typo fixes 2018-06-14 19:43:47 +02:00
README
sysconfig.loolwsd
TODO typo fix 2018-06-14 23:35:53 +02: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.