Commit graph

52 commits

Author SHA1 Message Date
Andras Timar
7be69dde9e typos 2015-11-11 15:58:24 +01:00
Jan Holesovsky
b068d9622c loleaflet: Add 'commandresult' event.
It's the loleaflet equivalent of the LOK_CALLBACK_UNO_COMMAND_RESULT callback.
2015-11-04 13:27:23 +01:00
Miklos Vajna
71ce604adb loolwsd: add initial reference.txt to document HTTP POST API 2015-10-20 18:10:40 +02:00
Mihai Varga
62184cffb4 loleaflet: documented the print event 2015-10-19 11:31:20 +03:00
Mihai Varga
ed35ac63f6 loleaflet: searchAll method 2015-10-19 10:44:54 +03:00
Mihai Varga
1588dd5f5d loleaflet: map.getPageSizes - returns the size of each page
In twips and pixels
2015-10-15 19:33:37 +03:00
Mihai Varga
3ba0bd6aeb loleaflet: mention reference.html in README 2015-10-15 19:33:37 +03:00
Mihai Varga
113a312023 loleaflet: we now have getPreview and getCustomPreview methods
getPreview can be used to request a preview of a page or a part while
getCustomPreview can be used to get a preview of a user defined section
of the document
2015-10-15 19:33:37 +03:00
Mihai Varga
cf089ccf2a tdf#94607 downloadAs command handler
We use a hidden iframe to download the document. Once we have the url
for it, we set iframr.src = url
Also added map.downloadAs(name, format, options) method
2015-10-09 16:14:38 +03:00
Mihai Varga
07a305df80 loleaflet: partpagerectangles command integration
An event is fired with the page dimensions.
Also the current page number is updated based on which page contains
the current view's center
2015-09-30 13:29:10 +03:00
Mihai Varga
fc5d617737 loleaflet: renamed remaining currentPart to selectedPart 2015-09-15 17:53:27 +03:00
Mihai Varga
bc72dcc329 loleaflet: renamed unoCmd to commandName 2015-09-15 11:52:55 +03:00
Mihai Varga
5fa9c364c8 loleaflet: font / style feedback 2015-09-14 20:15:08 +03:00
Mihai Varga
76b15ea303 loleaflet: increase/decrease indent buttons 2015-09-10 12:57:11 +03:00
Mihai Varga
9a23b7abb9 loleaflet: renamed setStyle to applyStyle 2015-09-10 11:29:19 +03:00
Mihai Varga
87fae7f854 loleaflet: fonts control 2015-09-10 11:26:47 +03:00
Mihai Varga
c904486115 loleaflet: use the commandvalues server cmd 2015-09-10 09:48:33 +03:00
Mihai Varga
12da97f394 loleaflet: mention about removePreviewUpdate 2015-09-07 17:20:20 +03:00
Mihai Varga
ee34470c73 loleaflet: mention about tilepreview event 2015-09-07 17:20:10 +03:00
Mihai Varga
2a2eb14532 loleaflet: option for automatically updating the previews 2015-09-02 17:20:27 +03:00
Mihai Varga
ccffd33a3b loleaflet: README update 2015-09-01 18:15:43 +03:00
Andras Timar
ecf6e091b2 loleaflet README: npm is provided by nodejs package 2015-08-21 17:14:09 +02:00
Mihai Varga
438e400859 loleaflet: document style setter and getter 2015-08-19 11:48:49 +03:00
Mihai Varga
b5688840ad loleaflet: mention how to run the tests 2015-08-19 11:48:49 +03:00
Mihai Varga
5da0423ec3 loleaflet: changed method name to getCurrent*Number 2015-08-13 13:18:56 +03:00
Mihai Varga
d7262c57e0 loleaflet: method to get a preview of the document 2015-08-13 13:01:09 +03:00
Mihai Varga
6994e44222 loleaflet: getDocType method 2015-08-12 19:54:32 +03:00
Mihai Varga
f8c0f0b143 loleaflet: added option to fire 'updatescrolloffset' when scrolling 2015-08-12 19:43:15 +03:00
Mihai Varga
e7cd3a75ef loleaflet: getDocSize method for getting the size in pixels 2015-08-12 19:22:26 +03:00
Mihai Varga
e3ae95bfc9 loleaflet: get numberOfPages/Parts and getCurrentPart/Page mehtods 2015-08-12 19:16:34 +03:00
Mihai Varga
cd83b92370 loleaflet: rename 'searchnotfound' event to 'search'
Also added 'originalPhrase' and 'count' members to the event
2015-08-12 18:06:49 +03:00
Mihai Varga
396efe4806 loleaflet: parse the error cmd before firing the error event 2015-08-11 11:37:26 +03:00
Mihai Varga
1254dbd0b1 loleaflet: updated README with alltilesloaded event 2015-08-07 09:50:50 +03:00
Mihai Varga
1379326bcf loleaflet: on error fire 'error' events
Those events are now handled by a removable control
2015-08-06 17:41:56 +03:00
Mihai Varga
e0dda7b928 loleaflet: notify when the document is initialized 2015-08-06 17:04:00 +03:00
Mihai Varga
305ddc4cc1 lolealfet: scrollOffset, scrollLeft, scrollTop methods
That scroll to an absolute value, and scrollOffset returns the
absloute offset relative to the beginning of the document
2015-08-04 11:09:10 +03:00
Mihai Varga
b38d701b97 loleaflet: updated README to reflect new API 2015-08-03 19:19:38 +03:00
Mihai Varga
eca15f7c17 loleaflet: scroll API and event description in README 2015-07-24 16:04:38 +03:00
Mihai Varga
1c16fd89f3 loleaflet: saveAs API 2015-07-16 12:51:07 +03:00
Mihai Varga
9c5cb3a140 loleaflet: added the document API in README 2015-07-16 12:51:07 +03:00
Miklos Vajna
36c94140ef loleaflet: document ~/.npmrc prefix setting 2015-05-27 16:09:04 +02:00
Mihai Varga
1b5f9b1f22 Readme update that describes how to open a doc 2015-05-06 10:08:56 +03:00
Mihai Varga
a03e9f2e73 Updated readme to reflect the new changes 2015-05-04 11:20:36 +03:00
Jan Holesovsky
ff81959c7b Updated the loleaflet README. 2015-04-21 16:03:48 +02:00
Mihai Varga
54d0af6fb8 How zoom works 2015-04-10 16:29:01 +03:00
Mihai Varga
565ac27cb6 Readme instruction on how to use archived modules 2015-04-10 10:33:19 +03:00
Mihai Varga
e2d5e35597 README update 2015-04-06 17:14:21 +03:00
Tor Lillqvist
32de8661bc Mention how to run npm without root 2015-03-24 13:15:43 +02:00
Mihai Varga
3b2c3a69df Mentioned about 'jake lint' in README 2015-03-23 19:37:42 +02:00
Mihai Varga
624873cf47 Added instructions on how to use loleaflet + an example 2015-03-23 19:24:39 +02:00