Author: Ozcan Esen
Date: Thu Jan 14 22:11:12 2016 +0200
loleaflet: new searchAll for presentation
does not affect regular searches since it caches results only if
(this._docType === 'presentation' && count > 1) and clears cache on
mousedo
/ImpressTileLayer.js | 12 ++---
5 files changed, 72 insertions(+), 40 deletions(-)
New commits:
commit 56ac4eac7454399d11b9a60fff1dfb332a774f21
Author: Ozcan Esen
Date: Sat Jan 2 23:24:29 2016 +0200
loleaflet: load tiles of the first slide before loading slide thumbnails
and show
loleaflet/src/map/handler/Map.Keyboard.js | 21 +
1 file changed, 21 insertions(+)
New commits:
commit 1d83a7809348dd9129fba18cc81f97401d03d77a
Author: Ozcan Esen
Date: Mon Dec 28 23:42:35 2015 +0200
loleaflet: change slides with pgup/pgdown in presentation
loleaflet/src/control/Control.PartsPreview.js | 10 +-
loleaflet/src/control/Control.Presentation.js | 17 -
2 files changed, 13 insertions(+), 14 deletions(-)
New commits:
commit 7089ec49a2b60ca83354dd61e304163f75f107d0
Author: Ozcan Esen
Date: Mon Dec 28 23:43:21
: Ozcan Esen
Date: Tue Dec 22 14:47:36 2015 +0200
loleaflet: add presentation controls
Change-Id: Ied2c8d0700d95ad628ad9634b1736839c90bd313
diff --git a/loleaflet/build/deps.js b/loleaflet/build/deps.js
index 1cc21bf..b525cbf 100644
--- a/loleaflet/build/deps.js
+++ b/loleaflet/build
loleaflet/dist/leaflet.css|9 ++-
loleaflet/src/control/Control.PartsPreview.js | 62 --
2 files changed, 47 insertions(+), 24 deletions(-)
New commits:
commit 449022730bdfe29e7f964cb2cb0e3e05741185d4
Author: Ozcan Esen
Date: Sat Dec 12 18:27