summaryrefslogtreecommitdiffstats
path: root/loleaflet/src/control/Styles.js
Commit message (Collapse)AuthorAgeFilesLines
* added mode lines to all the javascript files without themGeorge Wood2018-07-261-0/+1
| | | | | | | Change-Id: Iea2b216d988496a60fc5ca043014d4d4c09eb99a Reviewed-on: https://gerrit.libreoffice.org/57919 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* Unused object definitionPranav Kant2018-02-081-20/+0
| | | | Change-Id: Idacd860d7d48a555863601a06cd1a2533b93b508
* Make eslint more strict, and fix all the problems reportedPranav Kant2017-12-191-1/+1
| | | | | | The new checks should help keep the codebase a bit cleaner from now. Change-Id: Ib1d77af00e234b8eeb34b09beffc24b95c2eeafc
* loleaflet: remove status bar item 'Signature'Henry Castro2016-07-031-8/+0
| | | | They always report the same value
* loleaflet: replace '_' for ' ', to avoid ugly effectHenry Castro2016-07-021-1/+1
|
* loleaflet: add status bar items for CalcHenry Castro2016-06-301-1/+21
|
* loleaflet: bccu#1804 related: do not try to localize user defined style namesAndras Timar2016-05-301-5/+1
|
* loleaflet: bccu#1804 Style listbox does not get css stylingHenry Castro2016-05-291-1/+5
|
* loleaflet: slide layout English string change, in order to find translationsAndras Timar2016-05-281-2/+2
|
* loleaflet: bccu#1799 Apply Styles does not work in PresentationHenry Castro2016-05-261-1/+20
|
* loleaflet: fix lint errorsPranav Kant2016-03-251-0/+1
| | | | Change-Id: Idc363f92f065f405a764b472d30faa090e0b791b
* loleaflet: Make style l10n work in new toolbarPranav Kant2016-03-251-0/+300
| | | | | | | | | | Please note that this is just a workaround because there is no consistent pattern between LO sending us programmatic, UI names. During the initial command value event, we get programmatic names from it. During the state change event, we get UI names for Writer, but programmatic ones for others. Change-Id: I7e69e1d437b22a34e54d2026b76e81951c4cc601
* loleaflet: moved the style formating methods in Toolbar.jsMihai Varga2015-09-091-17/+0
|
* loleaflet: moved the socket init/communication to core/Socket.jsMihai Varga2015-09-011-1/+1
| | | | | | | 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.
* loleaflet: document style setter and getterMihai Varga2015-08-191-0/+17