No description
Find a file
Tor Lillqvist d124e3e5aa Scroll in correct direction with gesture
It is the combobox contents you are dragging with the gesture, so it
should move in the same direction, not opposite.

(If you would be draging the scrollbar's "thumb", then the contents of
the combobox would indeed move in the other direction. But on a touch
device, it definitely is the contents that the user is dragging.)

Change-Id: I9dc9e3cc7e3a1412176fd1d84c5587c86410d191
2019-03-26 18:25:29 +02:00
android Tip how to cross-compile with icecream. 2019-03-20 15:46:11 +01:00
bundled/include/LibreOfficeKit Update to match core master 2019-03-26 18:01:16 +02:00
common For iOS, generate the data: URLs for the PNG tiles already in the Online code 2019-03-22 16:21:51 +02: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 Revert "android: Various fixes to make the sending from the core to JS..." 2019-02-20 00:38:16 +01:00
ios Add all fonts from instdir/share/fonts 2019-03-25 19:17:21 +02:00
kit tdf#124146 touch gesture support, send pan gesture in dialogs 2019-03-26 10:48:17 +01:00
loleaflet Scroll in correct direction with gesture 2019-03-26 18:25:29 +02:00
man typo 2018-10-10 09:04:05 +02:00
net When FAKESOCKET_LOG_ALWAYS_STDERR, output also the thread id 2019-03-20 15:18:43 +02:00
scripts loleaflet: move toolbar.js to src/control directory 2019-03-11 14:51:56 -04:00
test fix: saveAs breaks when '%' character is used within the filename 2019-03-19 18:31:15 +01:00
tools net: make members private in DelaySocket 2019-01-17 08:46:11 +01:00
wsd tdf#124146 touch gesture support, send pan gesture in dialogs 2019-03-26 10:48:17 +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 Revert "configure: add Boost.Locale library" 2019-03-15 17:28:14 +01: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 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 Revert "configure: add libraries from Boost Locale to the linker" 2019-03-15 17:27:40 +01: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.