No description
18ac050240
Draw only the user-edited/able ones. Draw all four kinds (left, right, center, and decimal) the same for now, as a small triangle pointing up. (Drawn using a CSS trick to get a triangle.) The tab stop positions aren't actually editable yet, nor is there a way to add a new tab stop or delete one. Later. The code uses a CSS custom property, yay, to avoid duplication of a magic value for the half-width of the triangle. Change-Id: I862b09091bad03ad63425cc6e6759f3f13174579 Reviewed-on: https://gerrit.libreoffice.org/84474 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> (cherry picked from commit 5e6976f6eb23d742db7e8f9b334b521a299f2418) Reviewed-on: https://gerrit.libreoffice.org/84764 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> |
||
---|---|---|
android | ||
common | ||
debian | ||
docker | ||
etc | ||
gtk | ||
ios | ||
kit | ||
kubernetes/helm | ||
loleaflet | ||
man | ||
net | ||
scripts | ||
test | ||
tools | ||
wsd | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gitreview | ||
AUTHORS | ||
autogen.sh | ||
browsersync-config.js | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
INSTALL | ||
logerrit | ||
loolkitconfig.xcu | ||
loolstat | ||
loolwsd-systemplate-setup | ||
loolwsd.init.rhel6 | ||
loolwsd.service | ||
loolwsd.spec.in | ||
loolwsd.xml.in | ||
Makefile.am | ||
NEWS | ||
PROBLEMS | ||
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.