Commit graph

832 commits

Author SHA1 Message Date
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
5396a83c26 loolwsd: copy /etc/hosts when running the server 2015-09-07 15:56:47 +03:00
Mihai Varga
d7a1ffbe26 loleaflet: 20s timeout for loadtest 2015-09-07 10:24:30 +03:00
Mihai Varga
515e6f7fea loolwsd: copy /etc/resolv.conf in the jail
Because sometimes the hostname is not resolved
2015-09-04 18:43:47 +03:00
Mihai Varga
159e668b01 loleaflet: hide selection when switching thorugh cached parts 2015-09-03 10:33:20 +03:00
Mihai Varga
722257508f loleaflet: don't handle mouse events before the doc is loaded 2015-09-03 09:49:55 +03:00
Mihai Varga
5b19c9231c loleaflet: don't prefetch in tilebench 2015-09-03 09:34:16 +03:00
Mihai Varga
d82488f0ce loleaflet: remove the scrollbar from tilebench 2015-09-02 20:53:20 +03:00
Mihai Varga
009e9e3337 loleaflet: moved img decoding in L.Socket
This gives a better tile loading time by 10ms
2015-09-02 20:00:42 +03:00
Mihai Varga
c15819cbe6 loleaflet: fixed typo and removed return value 2015-09-02 19:50:24 +03:00
Mihai Varga
da1992103d loleaflet: sometimes the graphic marker is not created
It was reported to me but I couldn't reproduce. I suspect some invalid
coordinates
2015-09-02 18:16:59 +03:00
Mihai Varga
91b295fca5 loleaflet: updated the tests to reflect the new map initialization 2015-09-02 18:09:08 +03:00
Mihai Varga
c7672438f0 loleaflet: autoupdate previews from the preview control 2015-09-02 17:23:33 +03:00
Mihai Varga
dc617eb700 loleaflet: impress preview invalidation 2015-09-02 17:21:35 +03:00
Mihai Varga
5e843d2381 loleaflet: writer preview invalidation 2015-09-02 17:21:19 +03:00
Mihai Varga
2a2eb14532 loleaflet: option for automatically updating the previews 2015-09-02 17:20:27 +03:00
Mihai Varga
f8aab94e49 loleaflet: setPart msg is now handled separately 2015-09-02 15:14:00 +03:00
Mihai Varga
58862970c3 loleaflet: the status msg is handled now separately 2015-09-02 14:28:02 +03:00
Mihai Varga
bbc65ebeb0 loleaflet: fixed typo 2015-09-02 14:27:29 +03:00
Mihai Varga
7d1625e938 loleaflet: tile invalidation is now handled in the 3 components 2015-09-02 13:57:34 +03:00
Mihai Varga
6bf8a7dee0 loleaflet: renamed 'currentPart' to 'selectedPart' 2015-09-02 12:28:37 +03:00
Mihai Varga
e28da7e12e loleaflet: alphabetically ordered the server commands 2015-09-02 12:04:13 +03:00
Mihai Varga
c927aec306 loleaflet: modularized the onMessage method 2015-09-02 11:59:38 +03:00
Mihai Varga
ad756ec257 loleaflet: first splitting of TileLayer into 3 components 2015-09-02 10:56:24 +03:00
Mihai Varga
ccffd33a3b loleaflet: README update 2015-09-01 18:15:43 +03:00
Mihai Varga
bb3f3c758a loleaflet: moved the socket init/communication to core/Socket.js
The socket is now available through the L.Socket object which now also
handles the initial connection and reconnection to the server.
The document (tile layer) is now added automatically in the map
initialization.
2015-09-01 17:53:44 +03:00
Mihai Varga
ccd3fb16e1 loleaflet: set the correct part when prefetching 2015-09-01 13:24:40 +03:00
Mihai Varga
97fcf892c2 loleaflet: modifiable selection handles 2015-08-31 15:10:21 +03:00
Mihai Varga
1987d3850d loleaflet: fixed coding style errors reported by js lint 2015-08-31 13:32:04 +03:00
Andras Timar
289b8646d2 loolwsd: workaround postinstall script failure in docker environment 2015-08-31 12:29:29 +02:00
Henry Castro
0dc7dca0df loleaflet: update images loaded asynchronously 2015-08-28 01:40:55 -04:00
Henry Castro
0c6c2c8da2 loolwsd: revert update status when switching parts 2015-08-28 01:28:14 -04:00
Henry Castro
6da0b93e16 loleaflet: update part= optional parameter 2015-08-27 00:25:14 -04:00
Henry Castro
b32b407714 loolwsd: add an optional parameter to load url= ...
load part=X url="http" is required to re-establish the connection
2015-08-27 00:18:44 -04:00
Henry Castro
90f790d7ad loolwsd: update status when switching parts 2015-08-27 00:07:11 -04:00
Henry Castro
f109da69e4 loleaflet: add timestamp when trying to ...
re-establish dropped connection.
2015-08-26 22:09:11 -04:00
Henry Castro
b7bd11f58a loleaflet: re-establish the connection
Based on a patch by Mihai Varga.
2015-08-26 00:28:11 -04:00
Henry Castro
d60360dac3 loleaflet: clear cursor and selection when ...
socket error.
2015-08-26 00:16:48 -04:00
Henry Castro
a2037f94f1 loleaflet: prefetch tiles if socket is opened 2015-08-25 23:58:32 -04:00
Andras Timar
ecf6e091b2 loleaflet README: npm is provided by nodejs package 2015-08-21 17:14:09 +02:00
Mihai Varga
c6e5a6b257 loleaflet: unit tests - some still fail 2015-08-20 19:05:12 +03:00
Mihai Varga
1a31cab918 loleaflet: round scrollTo coordinates 2015-08-20 18:45:40 +03:00
Mihai Varga
c3d0248819 loleaflet: fixed the iframe visibility 2015-08-20 17:23:02 +03:00
Mihai Varga
debf81369e loleaflet: use an iframe to detect window size changes
If running in a popup
2015-08-20 16:16:33 +03:00
Mihai Varga
70b041a7dd Revert "loleaflet: always return the current size"
This actually ruins zooming
This reverts commit 573c6e5b3d.
2015-08-20 15:46:10 +03:00
Mihai Varga
573c6e5b3d loleaflet: always return the current size 2015-08-20 14:43:40 +03:00
Mihai Varga
7bd000a8fc loleaflet: adapted some of the unit tests 2015-08-19 18:28:14 +03:00
Mihai Varga
8a99c8877a loleaflet: fixed some things reported by failing unit tests 2015-08-19 18:27:33 +03:00
Mihai Varga
e46766de19 loleaflet: styles control 2015-08-19 11:48:49 +03:00