libreoffice-online/loleaflet
Mihai Varga 31f5141c46 Added zoom functionality
The document can be zoomed in an out. Each zoom level corresponds
to a 20% increase or decrease in tile dimmension (in twips).
Zooming doesn't work well yet. Tiles are removed and readded to
many times and it looks bad. Also the zooming center has to be fixed.
2015-03-23 19:05:25 +02:00
..
build Set LF line terminator 2015-03-09 15:58:37 +02:00
debug Set LF line terminator 2015-03-09 15:58:37 +02:00
dist Set LF line terminator 2015-03-09 15:58:37 +02:00
spec Set LF line terminator 2015-03-09 15:58:37 +02:00
src Added zoom functionality 2015-03-23 19:05:25 +02:00
.eslintrc Unmodified Leaflet 2015-03-09 12:16:17 +02:00
.gitignore Unmodified Leaflet 2015-03-09 12:16:17 +02:00
.npmignore Unmodified Leaflet 2015-03-09 12:16:17 +02:00
.travis.yml Unmodified Leaflet 2015-03-09 12:16:17 +02:00
CHANGELOG.md Unmodified Leaflet 2015-03-09 12:16:17 +02:00
FAQ.md Unmodified Leaflet 2015-03-09 12:16:17 +02:00
Jakefile.js Unmodified Leaflet 2015-03-09 12:16:17 +02:00
LICENSE Set LF line terminator 2015-03-09 15:58:37 +02:00
package.json Unmodified Leaflet 2015-03-09 12:16:17 +02:00
PLUGIN-GUIDE.md Unmodified Leaflet 2015-03-09 12:16:17 +02:00
README Set LF line terminator 2015-03-09 15:58:37 +02:00

Leaflet paltform for LibreOffice On-Line 

Code convention for line terminators:
    * files should have unix line terminators (LF)
    * tools to convert files: dos2unix or fromdos 

Building:
    npm install -g jake
    npm install
    jake build