Commit graph

1099 commits

Author SHA1 Message Date
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
Andras Timar
330643098a loolwsd: bump version after tarball 2015-11-17 14:47:24 +01:00
Andras Timar
78a84c3567 loolwsd: bump version before tarball 2015-11-17 14:45:40 +01:00
Jan Holesovsky
9e9974e186 loolwsd: Update LOK headers to get setClientZoom and LOK_CALLBACK_CELL_FORMULA. 2015-11-16 20:29:21 +01:00
Andrzej Hunt
4e2bf06674 loleaflet: update client zoom before ViewRowColumnHeaders 2015-11-16 14:43:06 +01:00
Henry Castro
0883cd6d91 loleaflet: fix row/header last item, scroll offset 2015-11-15 19:28:38 -04:00
Henry Castro
7ed35f810e loleaflet: update row headers to modified css styles 2015-11-15 19:25:50 -04:00
Henry Castro
61648fa8af loleaflet: update column headers to modified css styles 2015-11-15 19:21:17 -04:00
Henry Castro
85b242a791 loleaflet: update row/columns styles 2015-11-15 19:17:26 -04:00
Andrzej Hunt
0ab5560758 loolwsd: re-add erronously remove break
Seems to have been removed accidentally in:
c1efc7c012
2015-11-13 11:24:44 +01:00
Mihai Varga
6acefcee9a lolleaflet: notify jslint about global objects 2015-11-13 11:36:48 +02:00
Mihai Varga
d8b91fbc29 loleaflet: fixed js lint errors in src/control/* 2015-11-13 11:27:54 +02:00
Mihai Varga
f19be527f5 loleaflet: fixed js lint erros in core/* 2015-11-13 11:04:17 +02:00
Mihai Varga
1c6299357d loleaflet: fixed js lint erros in layer/tile/CalcTileLayer.js 2015-11-13 11:01:34 +02:00
Mihai Varga
11aecae645 loleaflet: fixed js lint errors in layer/tile/TileLayer.js 2015-11-13 10:59:16 +02:00
Mihai Varga
81e773ac2a loleaflet: fixed js lint erros in src/map/handler/* 2015-11-13 10:38:28 +02:00
Mihai Varga
feebb0d2a7 loleaflet: document basic uno commads in reference.html 2015-11-12 20:28:44 +02:00
Mihai Varga
e7c8469f49 loleaflet: load jquery in the reference.html
This will be used to generate the uno commands documentation.
2015-11-12 19:22:30 +02:00
Mihai Varga
a025359cb8 loleaflet: document applyStyle/Font/FontSize methods 2015-11-12 18:20:49 +02:00
Mihai Varga
dd16ab0259 loleaflet: status indicator for reconnection to the server 2015-11-12 18:11:17 +02:00
Mihai Varga
a8414750d9 loleaflet: set docType before setting the permission 2015-11-12 17:31:58 +02:00
Mihai Varga
8acc111558 loleaflet: rename the iframe used for file downloading 2015-11-12 17:19:11 +02:00
Mihai Varga
419ce63253 loleaflet: customize the scrollbars for our document container 2015-11-12 16:55:56 +02:00
Mihai Varga
c7cba091f5 loleaflet: replaced the scrollbars with with version 3.1.2
This solves the problem of dragging the scroll bar from outside the
iframe
2015-11-12 16:55:56 +02:00
Mihai Varga
b840d1bbc7 loleaflet: document the insertFile method 2015-11-12 16:55:56 +02:00
Mihai Varga
c1efc7c012 Formula bar for calc 2015-11-12 16:55:56 +02:00
Mihai Varga
242870cb9f use setClientZoom() before postMouse/Key event 2015-11-12 16:54:45 +02:00
Andrzej Hunt
c56cd97159 loleaflet: update styles commands format
This actually corresponds to what was implemented server side.
2015-11-12 15:05:43 +01:00
Andrzej Hunt
e103a0b59a loleaflet: support commands list instead of ClearStyle
This allows further commands to be added purely server-side.
2015-11-12 13:55:55 +01:00
Andrzej Hunt
e97afd3877 loleaflet: row size is also sum of widths 2015-11-12 12:24:20 +01:00
Andrzej Hunt
a7d74ed5ee loleaflet: don't delete non-existing marker
Previously there were spurious warnings when trying to delete
a non-existing marker.
2015-11-12 12:23:33 +01:00
Andrzej Hunt
eaf5a65e8b loleaflet: column size is actually sum of widths 2015-11-12 11:31:49 +01:00
Andrzej Hunt
4d03af1517 loleaflet: show calc cell styles in selector too 2015-11-11 21:24:25 +01:00
Andrzej Hunt
e484716ac3 loleaflet: separate the top UI styles
The topStyles are equivalent to the default styles shown
in the writer styles selector. The remainder of the list
is the full list of available styles (shown under "more"
in the desktop style selector), however this probably
too overwhelming, hence instead we just show a small selection
of styles.
2015-11-11 21:24:25 +01:00
Andrzej Hunt
c560a04e06 loleaflet: add "Clear formatting" to style selector
This is a direct equivalent to the Clear formatting
functionality on desktop.
2015-11-11 21:24:25 +01:00
Andras Timar
7be69dde9e typos 2015-11-11 15:58:24 +01:00
Andrzej Hunt
72c407e0ed loleaflet: support mouse cursor calback 2015-11-11 10:38:24 +01:00
Andrzej Hunt
74edae8703 loolwsd: support LOK_CALLBACK_MOUSE_POINTER 2015-11-10 13:46:41 +01:00