danzel
|
c6be039326
|
Fix up DoubleTap in ie10 emulation mode bailing as touches isn't set (which it of course isn't!)
|
2012-10-18 14:23:17 +13:00 |
|
danzel
|
f373d6b0d4
|
The internal MSPointerUp/Cancel listener should be set on the document and never let go otherwise we can miss MSPointerUp events.
|
2012-10-18 14:23:17 +13:00 |
|
danzel
|
1bf755dce3
|
Fix up double tap listener with ie10. We listen for up events on the document so that we get all of them, otherwise we will miss some and mess up our touch coun tracking.
|
2012-10-18 14:23:16 +13:00 |
|
danzel
|
31542bd932
|
Remove debug logs
|
2012-10-18 14:23:16 +13:00 |
|
danzel
|
84d5f614da
|
Fix up my stupidness with add/removeEventListener. Fixes the zoom drag off screen bug without needing the work around
|
2012-10-18 14:23:15 +13:00 |
|
danzel
|
af2318afaa
|
Ensure we still fire the dragend event. Move click simulation until after the drag has finished (clicking during a drag seems weird).
|
2012-10-18 14:23:14 +13:00 |
|
Marcel Sulek
|
ba22cc28b2
|
IE10 - fix of not simulating clicks even when drag was within TAP_TOLERANCE
(cherry picked from commit b7e84aed9b77c51e2a4698251bf38ccf46b82dc7)
|
2012-10-18 14:23:14 +13:00 |
|
danzel
|
fc3a36d39c
|
Remove duplicate comment
|
2012-10-18 14:23:13 +13:00 |
|
Marcel Sulek
|
63f24a91cc
|
IE10 double-tap fix - binding touchEvent methods instead of deleting them
(cherry picked from commit ec2989e1331ded00d6dfd97263cba75e95d19f08)
|
2012-10-18 14:23:12 +13:00 |
|
danzel
|
b2945b5c94
|
Attempt a fix at the screen edge bug
|
2012-10-18 14:23:12 +13:00 |
|
danzel
|
8c1b1c83ba
|
Add listeners for MSPointerCancel, hopefully fixes remaining touch issues. Also fixes removeDoubleTapListener for all platforms
|
2012-10-18 14:23:11 +13:00 |
|
danzel
|
db6b0c60f8
|
JSHint happiness
|
2012-10-18 14:23:10 +13:00 |
|
danzel
|
a23f650069
|
Make DomEvent.DoubleTap support MSPointer* events. Had to track touch count manually and clone the object so we can change the type.
|
2012-10-18 14:23:10 +13:00 |
|
danzel
|
8bed7adb81
|
Make touch events work for IE10 using a wrapper approach (similar to DomEvent.DoubleTap). DoubleTap touch on IE10 doesn't currently work but everything else does. Refs #871
|
2012-10-18 14:23:09 +13:00 |
|
danzel
|
b93e04abe7
|
Add msTouch detection
|
2012-10-18 14:23:08 +13:00 |
|
Vladimir Agafonkin
|
c402217dc9
|
add leaflet-locationfilter plugin
|
2012-10-17 19:11:17 +03:00 |
|
Vladimir Agafonkin
|
d2d11855b3
|
update "used by" block on frontpage
|
2012-10-17 19:05:24 +03:00 |
|
Vladimir Agafonkin
|
67d1f6e1c5
|
update changelog and build
|
2012-10-17 16:54:52 +03:00 |
|
Vladimir Agafonkin
|
6d530e1b5d
|
Merge pull request #1072 from jacobtoye/OldIEBoxZoomOpacity
Fix box zoom opacity in < IE8.
|
2012-10-17 01:14:54 -07:00 |
|
jacobtoye
|
476899b843
|
Fix box zoom opacity in < IE8.
|
2012-10-17 14:32:06 +13:00 |
|
Vladimir Agafonkin
|
de55afd145
|
Merge pull request #1071 from danzel/master
Fix boxzoom for ie7
|
2012-10-15 23:16:23 -07:00 |
|
danzel
|
4565965cb1
|
Fix boxzoom for ie7, was trying to set negative width which is a JS error
|
2012-10-16 15:00:00 +13:00 |
|
Vladimir Agafonkin
|
d2f546fa19
|
update build
|
2012-10-15 11:39:58 +03:00 |
|
Vladimir Agafonkin
|
fe73b355c4
|
precision argument for LatLng toString
|
2012-10-15 11:39:46 +03:00 |
|
Vladimir Agafonkin
|
cca3180f30
|
fix Circle getBounds, closes #1068
|
2012-10-15 11:39:07 +03:00 |
|
Vladimir Agafonkin
|
09060ff163
|
Merge pull request #1055 from aparshin/layers-control-html
Allow HTML in Layer Names (issue #1009)
|
2012-10-15 00:58:22 -07:00 |
|
Vladimir Agafonkin
|
2482592dd0
|
Merge pull request #1067 from marcjansen/master
Add missing semicolon.
|
2012-10-15 00:26:11 -07:00 |
|
Marc Jansen
|
ebc7e9a18a
|
Add missing semicolon.
|
2012-10-15 10:10:11 +03:00 |
|
Vladimir Agafonkin
|
d2af375862
|
Merge pull request #1063 from jfirebaugh/load
can't add scale control to uninitialized map
|
2012-10-12 12:58:56 -07:00 |
|
John Firebaugh
|
0b4d2b0c44
|
Add Map#whenReady
Fixes #1063
|
2012-10-12 12:54:13 -07:00 |
|
Vladimir Agafonkin
|
2f6bd65efd
|
Merge pull request #1064 from jfirebaugh/baselayerchange
need a baselayerchange event
|
2012-10-12 12:27:53 -07:00 |
|
John Firebaugh
|
5ee7113fe4
|
Add a baselayerchange event
|
2012-10-12 12:19:21 -07:00 |
|
Vladimir Agafonkin
|
0e606e268d
|
add built files to gitignore to avoid confusion, update build
|
2012-10-12 15:03:35 +03:00 |
|
Alexander Parshin
|
cb44a6b428
|
fix indent symbols
|
2012-10-12 00:05:47 +04:00 |
|
Vladimir Agafonkin
|
c2961247c6
|
Merge pull request #1062 from jfirebaugh/spec
Test the right class
|
2012-10-11 12:56:29 -07:00 |
|
John Firebaugh
|
2cca6586dc
|
Test the right class
|
2012-10-11 08:54:04 -07:00 |
|
Vladimir Agafonkin
|
c3ad2bc0c3
|
Merge pull request #1060 from danzel/zoom-fixes
Fix tile zoom animation in latest chrome canary
|
2012-10-11 01:39:40 -07:00 |
|
danzel
|
b596383f45
|
Fix tile zoom animation in latest chrome canary and remove the translate(0,0) hack for other browsers as this fixes it too :-) Fixes #1056
|
2012-10-11 12:48:20 +13:00 |
|
Vladimir Agafonkin
|
635cfad11f
|
Merge pull request #1058 from bmcbride/master
CONTRIBUTING.md typo and grammar fixes
|
2012-10-10 12:25:44 -07:00 |
|
Bryan McBride
|
244aa90983
|
Typo and grammar fixes
|
2012-10-10 13:11:56 -03:00 |
|
Vladimir Agafonkin
|
586016ab3c
|
fix mdash in contrib guide
|
2012-10-10 18:10:06 +03:00 |
|
Vladimir Agafonkin
|
231078c0f6
|
final contrubution guide adjustments
|
2012-10-10 18:07:07 +03:00 |
|
Vladimir Agafonkin
|
0f2955c90b
|
more contributing guide updates
|
2012-10-10 12:33:08 +03:00 |
|
Vladimir Agafonkin
|
49c3f24284
|
update contributing guide
|
2012-10-10 11:54:22 +03:00 |
|
Alexander Parshin
|
20915a83fa
|
Allow HTML in Layer Names (issue #1009)
|
2012-10-10 03:05:12 +04:00 |
|
Vladimir Agafonkin
|
c7d6812a11
|
add initial contribution info
|
2012-10-09 17:34:20 +03:00 |
|
Vladimir Agafonkin
|
aed34118de
|
update build and changelog
|
2012-10-09 16:57:26 +03:00 |
|
Vladimir Agafonkin
|
0e1a3e3755
|
Merge pull request #1051 from jacobtoye/MarkerDragMoveEventFix
Handler.MarkerDrag marker move event fix
|
2012-10-09 02:22:28 -07:00 |
|
jacobtoye
|
95fc1f0fef
|
Add latlng to 'move' event triggered on marker when marker is dragged.
|
2012-10-09 16:12:04 +13:00 |
|
jacobtoye
|
6279e99272
|
Bring _onDrag method in line with normal Leaflet coding conventions.
|
2012-10-09 16:10:36 +13:00 |
|