No description
Find a file
Pranav Kant 47699cd908 tdf#98484: Handle spaces in chrome when IME is enabled
When IME is enabled and user presses the space button, firefox
sends 'compositionend' event with data = ' '. However, chrome
instead fires 'textInput'
event. Lets listen for 'textInput' event too and treat it like
'compositionend' event when data = ' '.

Change-Id: Icbebdf2e89f608f790e6ce68c49f474364e7d5ab
2016-11-25 14:42:12 +05:30
loleaflet tdf#98484: Handle spaces in chrome when IME is enabled 2016-11-25 14:42:12 +05:30
loolwsd loolwsd: kill receiveFrame with char* and cleanup usage cases 2016-11-25 03:50:09 +00:00
scripts Pootle server times out with IPv6 address... 2016-10-23 16:44:56 +02:00
.gitreview
README
rename.patch More work on rename script - compiles after rename + patch. 2016-11-15 20:05:07 +01:00
rename.sh More work on rename script - compiles after rename + patch. 2016-11-15 20:05:07 +01:00

LibreOffice on-line.

This project fundamentally has two pieces:

loolwsd/
	The server side component.

loleaflet/
	The client side component.

First compile loolwsd, and then loleaflet.

Since you need both of these to get things working, it is recommended
to read the READMEs in both projects.

Enjoy.