Mihai Varga
d2f593c9b3
loolwsd: bump version before tarball
2015-12-11 15:04:00 +02:00
Mihai Varga
b1dd7ee10c
loleaflet: bump version after tarball
2015-12-11 15:03:33 +02:00
Mihai Varga
f497d32adb
loleaflet: bump version before tarball
2015-12-11 15:02:06 +02:00
Mihai Varga
152ad884e2
Revert "loleaflet: Change !(... >= 0) to ... < 0 for readability."
...
This reverts commit 00d7ab3519
.
_currentPage can also be undefined so in that case
!(this._currentPage >= 0) will be evaluated to true
while
this._currentPage < 0 will be false (as it should be)
2015-12-11 14:50:51 +02:00
Mihai Varga
35a505d35e
loleaflet: allow specifing the document container as a map option
2015-12-11 14:47:46 +02:00
Mihai Varga
7f36d5be8a
loleaflet: refactor the row column header
...
Now it works as a detachable control
2015-12-11 14:47:46 +02:00
Mihai Varga
3f7de82ef9
loleaflet: don't reference our scrollbars
2015-12-11 14:47:45 +02:00
Mihai Varga
2d883a2dbe
loleaflet: fixed indentation
2015-12-11 14:47:45 +02:00
Mihai Varga
3b2ee2c0ac
don't initialize the tabs control in calc layer
2015-12-11 14:47:45 +02:00
Andras Timar
ff39670795
loleaflet: bump version after tarball
2015-12-11 10:38:26 +01:00
Andras Timar
1db5f031e4
loleaflet: bump version before tarball
2015-12-11 10:32:23 +01:00
Andras Timar
95897f161a
loolwsd: bump version after tarball
2015-12-11 10:31:36 +01:00
Andras Timar
3f799479d7
loolwsd: bump version before tarball
2015-12-11 10:29:58 +01:00
Henry Castro
a01de99962
loolwsd: handle pong frame
...
pong frame is received from IE11, with payload data length = 0
2015-12-10 18:20:52 -04:00
Jan Holesovsky
00d7ab3519
loleaflet: Change !(... >= 0) to ... < 0 for readability.
2015-12-10 21:42:22 +01:00
Ashod Nakashian
50e6272440
Fixes to get a consistently working state
...
Fixed a javascript error and a more serious referencing
of the memory of a temp string, which resulted in
random behavior.
When the memory was null, it failed to load any
documents in the browser. Otherwise, accidentally,
when it wasn't, it would load the document (rarely).
2015-12-10 21:32:16 +01:00
Henry Castro
6c209cefb1
loolwsd: wait to finish lo_startmain thread
2015-12-08 21:30:39 -04:00
Andras Timar
f36dda8528
loolwsd: bump version after tarball
2015-12-06 14:14:19 +01:00
Andras Timar
89017cd51c
loolwsd: bump version before tarball
2015-12-06 14:14:06 +01:00
Andras Timar
dd6291e457
loleaflet: bump version after tarball
2015-12-06 14:11:17 +01:00
Andras Timar
f2cb7092a9
loleaflet: bump version before tarball
2015-12-06 14:11:02 +01:00
Andras Timar
6d187eef00
loleaflet: typo fixes in reference.html
2015-12-06 14:05:35 +01:00
Henry Castro
666e4a080f
loolwsd: update drop capabilities
2015-12-04 18:06:52 -04:00
Henry Castro
f5292a367e
loolwsd: rework, remove a jail root child
2015-12-04 17:09:28 -04:00
Henry Castro
7ea89ef99b
loolwsd: restore jail root child creation
2015-12-04 15:19:31 -04:00
Mihai Varga
7c4d91d3ad
loleaflet: jquery is needed by vex in tilebench
2015-12-04 12:57:52 +02:00
Mihai Varga
e36d6a0684
loleaflet: run npm install before packaging
2015-12-04 12:57:11 +02:00
Mihai Varga
73be5c3f50
loleaflet: also pack the test files and some nodejs modules
2015-12-04 12:14:22 +02:00
Mihai Varga
e1cca3dd7e
loleaflet: bump version after tarball
2015-12-04 10:50:09 +02:00
Mihai Varga
f662a89f4e
loleaflet: bump version before tarball
2015-12-04 10:45:32 +02:00
Mihai Varga
031156546e
loleaflet: document map.sendUnoCommand
2015-12-04 10:40:56 +02:00
Mihai Varga
ebcf779d78
loleaflet: include reference.html in the tarball
2015-12-04 10:12:48 +02:00
Mihai Varga
493d560203
loleaflet: the current tilebench replay only works for text docs
2015-12-04 10:12:48 +02:00
Mihai Varga
4a1ec210ed
loleaflet: allow adding the file_path and host for tilebench
2015-12-04 10:12:48 +02:00
Mihai Varga
552514c35d
loleaflet: hide the document container after running tilebench
2015-12-04 10:12:48 +02:00
Mihai Varga
c57cd5b468
loleaflet: remove the scrollbar from tilebench.html
2015-12-04 10:12:47 +02:00
Mihai Varga
cfda675537
loleaflet: glue the spreadsheet to the row/column headers
...
Previously when the spreadsheet was zoomed out and it was smaller than
the viewing area, the document would've been centered
2015-12-04 10:12:47 +02:00
Henry Castro
9933ef8675
loolwsd: destroy lokit document when a child dies
2015-12-03 17:41:12 -04:00
Henry Castro
c71ce222a5
loolwsd: remove child workspace when a child dies
2015-12-03 15:43:54 -04:00
Henry Castro
4617a93e5c
loolwsd: create a child workspace based on process id
2015-12-03 10:50:03 -04:00
Henry Castro
f5b6aa6515
loolwsd: shut down web sockets that are not yet assigned a document to work on
2015-12-02 20:20:05 -04:00
Andras Timar
84de61f3b4
Revert "loolwsd: update bundled headers"
...
This reverts commit 9bcde92f50
.
2015-12-02 16:46:30 +01:00
Andras Timar
4f2d9b02e5
Revert "loolwsd: add support for postMouseEvent's targetwindow"
...
This reverts commit d1b39e39e8
.
2015-12-02 16:46:25 +01:00
Andras Timar
19c3187371
Revert "loleaflet: add column/row-header selection support"
...
This reverts commit db02f8795b
.
2015-12-02 16:46:17 +01:00
Andrzej Hunt
db02f8795b
loleaflet: add column/row-header selection support
...
(cherry picked from commit 264761ca18406b414080ccae31554b8ea1128dfd)
2015-12-02 16:23:10 +01:00
Andrzej Hunt
d1b39e39e8
loolwsd: add support for postMouseEvent's targetwindow
...
(cherry picked from commit b45e3fa5becf8fcbf106cb6b944c8f4709563d43)
2015-12-02 16:22:55 +01:00
Andrzej Hunt
9bcde92f50
loolwsd: update bundled headers
...
(cherry picked from commit 49cddd1efb93d8f03a1696f64cf79f96839e1d6b)
2015-12-02 16:22:28 +01:00
Henry Castro
bde7cd9e67
loolwsd: add the option subdir-objects
2015-12-01 23:16:09 -04:00
Mihai Varga
5b1471aaf0
loolwsd: update the bundled headers
2015-11-30 12:59:37 +02:00
Mihai Varga
e1b0e3dce9
loolwsd: update renderFont png encoding
2015-11-30 12:58:41 +02:00