Commit graph

1236 commits

Author SHA1 Message Date
Andras Timar
b813249a05 loleaflet: bump version before tarball 2015-11-30 09:54:57 +01:00
Andras Timar
d49df74506 loleaflet: update column headers after Set Optimal Column Width command 2015-11-28 20:04:45 +01:00
Henry Castro
c0fbf5ebf9 loolwsd: remove child root folder when it is a gracefull shut down 2015-11-25 23:17:08 -04:00
Henry Castro
c5037c5d30 loolwsd: stop http server and shut down remaining web sockets 2015-11-25 22:59:24 -04:00
Henry Castro
964d95f04b loolwsd: handle a graceful shutdown 2015-11-25 22:49:34 -04:00
Henry Castro
0417b90eeb loolwsd: add signal handler 2015-11-25 22:37:08 -04:00
Henry Castro
e2e0e3a962 loolwsd: call poll, to check the status of the websocket 2015-11-25 22:23:08 -04:00
Henry Castro
d09951091a loolwsd: avoid double child socket shutdown
It was causing "broke pipe" exception.
2015-11-25 22:09:06 -04:00
Andras Timar
2c184ee1c1 bccu#1371 add libsm6 as dependency to loolwsd 2015-11-25 15:56:46 +01:00
Miklos Vajna
2bb596a256 loolwsd: coding style
If README says "spaces, not tabs" and "braces go on separate lines",
then be consistent about it before it gets normal to not respect those
rules.
2015-11-24 09:43:17 +01:00
Miklos Vajna
195aa3a953 loolwsd: use png_set_write_user_transform_fn() only for BGRA pixel format 2015-11-24 09:19:17 +01:00
Caolán McNamara
9803e2e448 adapt to cairo data format
Change-Id: I9b12ee4ab2ff8cd056ffbc907fb78c0bf3928e4c
2015-11-24 09:07:00 +01:00
Miklos Vajna
7c88097163 loolwsd: update bundled headers 2015-11-23 12:12:10 +01:00
Miklos Vajna
4f1fa913e5 Add git-review config 2015-11-20 17:13:26 +01:00
Caolán McNamara
dfa6fd134f info_ptr leak I bet
Change-Id: Ica1a162a9ff1e1648c1ee5ef9edf4177b756ea51
Reviewed-on: https://gerrit.libreoffice.org/20091
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-11-20 16:12:38 +00:00
Andras Timar
155c5d2781 loleaflet: bump version after tarball 2015-11-20 11:19:35 +01:00
Andras Timar
ae325baf27 loleaflet: bump version before tarball 2015-11-20 11:17:34 +01:00
Andras Timar
0407e8d505 loolwsd: bump version after tarball 2015-11-20 11:14:43 +01:00
Andras Timar
01f258921c loolwsd: bump version before tarball 2015-11-20 11:14:43 +01:00
Mihai Varga
8df7659ccd loleaflet: ccu#1328 added image/shape movement preview 2015-11-20 10:46:29 +02:00
Henry Castro
41d94bc9da loolwsd: clear queue before socket shutdown
This cause broke pipe exception
2015-11-19 07:32:48 -04:00
Henry Castro
238e674ba9 loolwsd: avoid double socket shutdown
This cause abnormal socket close
2015-11-19 07:22:59 -04:00
Miklos Vajna
bc38b2c265 loolwsd: -Werror,-Wshadow
With this, loolwsd builds with clang.
2015-11-19 11:23:45 +01:00
Miklos Vajna
0723a96df7 HTTPWSTest: share socket init code between tests 2015-11-19 11:11:47 +01:00
Miklos Vajna
7be61ec464 HTTPWSTest: add document rendering options testcase
Fails without commit 57199a36cd (loolwsd:
route rendering options to initializeForRendering(), 2015-11-19).
2015-11-19 11:03:32 +01:00
Miklos Vajna
b066c91c8f loolwsd: factor out LOOLSession::parseDocOptions() from *ProcessSession 2015-11-19 10:30:45 +01:00
Miklos Vajna
57199a36cd loolwsd: route rendering options to initializeForRendering() 2015-11-19 10:10:18 +01:00
Miklos Vajna
93c0d29c5c loolwsd: accept load options in ChildProcessSession::loadDocument() 2015-11-19 10:10:17 +01:00
Miklos Vajna
e644fd2e1c loolwsd: -Werror,-Wunused-value
Found by clang.
2015-11-19 08:32:14 +01:00
Jan Holesovsky
7e4f1d3b61 loolwsd: KillMode=control-group for the debian systemd config too. 2015-11-18 18:53:32 +01:00
Mihai Varga
11f2c1446a loleaflet: don't show a dialog when there is no selection content 2015-11-18 19:50:25 +02:00
Mihai Varga
e118574fa8 loleaflet: ccu#1349 handle copying cell content in Calc 2015-11-18 19:45:11 +02:00
Mihai Varga
9d911fbf22 loleaflet: fixt ctrl + C (copy) on firefox 2015-11-18 19:30:27 +02:00
Miklos Vajna
084e470257 loleaflet: send rendering options on load 2015-11-18 18:13:02 +01:00
Miklos Vajna
e6f0abf763 loolwsd: support getting load options
This is a single json that contains both load and rendering options.
Currently only the rendering ones are added to it by the client.

Also, just accept the options string for now, a later commit will have
to actually pass the rendering part to
lok::Document::initializeForRendering().
2015-11-18 18:12:27 +01:00
Miklos Vajna
cb189234b0 loolwsd: describe so far undocumented part= parameter of the load command 2015-11-18 17:53:03 +01:00
Miklos Vajna
fe1aacd6d0 loolwsd: update the bundled headers 2015-11-18 17:00:34 +01:00
Mihai Varga
f045fb5613 loleaflet: order the events description alphabetically 2015-11-18 17:45:21 +02:00
Mihai Varga
accf4c64aa loleaflet: order the events alphabetically 2015-11-18 17:45:21 +02:00
Mihai Varga
215ccfc421 loleaflet: document how to catch our custom events 2015-11-18 17:45:21 +02:00
Mihai Varga
605f6f3145 loleaflet: cellFormulaEvent documentation 2015-11-18 17:45:21 +02:00
Miklos Vajna
346b76fd93 loleaflet: move decoding comment where decoding happens 2015-11-17 21:09:29 +01:00
Mihai Varga
d18667d000 ccu#1273 support utf8 characters in the message passing server <-> client 2015-11-17 20:07:48 +02:00
Miklos Vajna
ee6ba5c9fb loleaflet: document comment insert/delete commands 2015-11-17 19:02:40 +01:00
Mihai Varga
b173908de0 loleaflet: bump version after tarball 2015-11-17 19:26:27 +02:00
Mihai Varga
683d128856 loleaflet: bump version before tarball 2015-11-17 19:26:14 +02:00
Mihai Varga
9fd963398e loolwsd: bump version after tarball 2015-11-17 19:25:59 +02:00
Mihai Varga
cba634a6f1 loolwsd: bump version before tarball 2015-11-17 19:24:52 +02:00
Andras Timar
14c85d397c loleaflet: bump version after tarball 2015-11-17 14:50:00 +01:00
Andras Timar
9e25af238d loleaflet: bump version before tarball 2015-11-17 14:47:56 +01:00