libreoffice-online:distro/collabora/milestone-3

Last commit made on 2015-07-29
Get this branch:
git clone -b distro/collabora/milestone-3 https://git.launchpad.net/libreoffice-online

Branch merges

Branch information

Name:
distro/collabora/milestone-3
Repository:
lp:libreoffice-online

Recent commits

7dc7dce... by Mihai Varga <email address hidden>

loleaflet: bump version after tarball

8970c22... by Mihai Varga <email address hidden>

loleaflet: bump version for tarball

fd00c9b... by Mihai Varga <email address hidden>

loleaflet: cherry-pick fix

71b0156... by Mihai Varga <email address hidden>

loleaflet: keyboard navigation now also fires 'scrollby' event

Conflicts:
 loleaflet/src/map/handler/Map.Keyboard.js

db382f2... by Mihai Varga <email address hidden>

loleaflet: scroll API and event description in README

Conflicts:
 loleaflet/README

d40d0aa... by Mihai Varga <email address hidden>

loleaflet: scroll by 1/4 of the view size

a1331ed... by Mihai Varga <email address hidden>

loleaflet: reverse mouse wheel delta sign

So that a positive value would scroll down

4f32f7a... by Mihai Varga <email address hidden>

loleaflet: renamed handler so we can later have a 'scroll' method

4b3976f... by Mihai Varga <email address hidden>

loleaflet: mouse scroll is now triggered on the map div

Not on the document scrollbar container as before

bec9259... by Mihai Varga <email address hidden>

loleaflet: renamed Map.ScrollWheelZoom to Map.Scroll