Commit graph

475 commits

Author SHA1 Message Date
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
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
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
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
Andrzej Hunt
72c407e0ed loleaflet: support mouse cursor calback 2015-11-11 10:38:24 +01:00
Andrzej Hunt
931d6badbe loleaflet: no need for hungarian notation 2015-11-10 13:46:41 +01:00
Henry Castro
75ad86bee1 loleaflet: fix row/column, scroll issues 2015-11-09 22:02:51 -04:00
László Németh
8ca4260edf loleaflet: fix Writer/Impress at zoom 2015-11-09 10:12:23 +01:00
Henry Castro
5485d63aee loleaflet: handle zoom to update columns and rows 2015-11-08 14:34:51 -04:00
Henry Castro
e967b0f388 loleaflet: add map fire scroll
Calc Tile Layer capture scroll offset
in order to scroll Columns and Rows
2015-11-08 14:05:08 -04:00
Henry Castro
13b93b6ee0 loleaflet: request and process command values "ViewRowColumnHeaders" 2015-11-08 13:38:05 -04:00
Henry Castro
a01d56ed11 loleaflet: move control tabs creation
Create control tabs if and only if spreadsheet document.
2015-11-08 13:22:58 -04:00
Henry Castro
fd45050790 loleaflet: add controls to calc tile layer 2015-11-08 13:11:45 -04:00
Henry Castro
fd6d0c2b53 loleaflet: add ColumnHeader and RowHeader controls
Column and Row headers for spreadsheet documents, based
on html table tag
2015-11-08 12:29:58 -04:00
László Németh
81b2e040f4 fix Writer/Impress work 2015-11-06 13:14:36 +01:00
László Németh
26fa6adff7 loleaflet: revert the removed Ctrl-5 for Calc strikethrough text 2015-11-05 19:02:13 +01:00
László Németh
fd610ff6a6 loleaflet: handle Ctrl/Alt keys in the core 2015-11-05 16:54:26 +01:00
Andrzej Hunt
96965bec95 loleaflet: update .uno:CellCursor parameter format
This mirrors the parameter format for .uno:ViewRowColumnHeaders
2015-11-05 12:52:06 +01:00
Andrzej Hunt
d9d0d47514 loleaflet: tdf#94605 Show cell cursor 2015-11-05 12:52:06 +01:00
László Németh
6fd7821779 standard toolbar: fix alignation in spreadsheets 2015-11-04 14:09:47 +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
László Németh
9ab64a1446 tdf#94608 Calc Ctrl shortcuts
Basic Calc navigation and selection shortcuts

+ fix Ctrl+- (soft hyphen) in Firefox
+ fix Ctrl-L/R/E/J alignations in Calc
+ other shortcuts
2015-11-03 18:04:53 +01:00
Mihai Varga
0bdc175725 loleaflet: handle spreadsheet tabs and slide previews with css 2015-11-02 15:13:09 +02:00
Mihai Varga
3b308aef83 loleaflet: allow the scrollbar to be dragged from outside the iframe 2015-11-02 14:41:47 +02:00
Andrzej Hunt
3c792c655f loleaflet: tdf#94599 Disable irrelevant context menu 2015-10-30 20:03:18 +01:00
Andrzej Hunt
a815a96ab2 loleaflet: fix autoscroll on chrome
DomRect doesn't officially contain x and y, instead we should
use left and top (Firefox's DomRect however does contain these).
2015-10-30 13:56:19 +01:00
Mihai Varga
9369b59e25 loleaflet: use the parent window for printing in chrome
We need this because the otherwise created object is not available in
the parent window where the pdf is rendered in the print dialog
2015-10-30 13:09:37 +02:00
Andrzej Hunt
b394f337c7 loleaflet: tdf#94609 Support triple and quadruple click selection
Currently probably only supported on desktop (clicking) browsers.
2015-10-29 16:43:38 +01:00
Andrzej Hunt
2879547c67 loleaflet: Implement DomEvent trplclick and qdrplclick support
Browsers only support single and double click, so we need
to do our own trplclick and qdrplclick synthesis.
2015-10-29 16:43:38 +01:00
Andrzej Hunt
a7269e40c3 loleaflet: Cleanup dblclick handling
We only seem to need to send the dblclick event (nCount = 2)
and not an enclosing single click (nCount = 1) too - the single
click is effectively overridden by the double click.

The buttonup calls also had an erronous additional parameter, which
seems to have been added accidentally in:
14dca89150
2015-10-29 16:43:38 +01:00
László Németh
97ac6736f8 tdf#94608 PgUp/PgDown support and some new shortcuts
Ctrl-Home  Jump to the start of the document
Ctrl-End   Jump to the end of the document
Ctrl-Shift-Home  Select from the start of document
Ctrl-Shift-End   Select to end of document
Ctrl-Up arrow    Jump to the previous paragraph
Ctrl-Down arrow  Jump to the next paragraph
Ctrl-Alt-D Insert Endnote
2015-10-29 16:38:44 +01:00