Commit Graph

1621 Commits

Author SHA1 Message Date
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
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
Dave Leaver
77fb4435f5 Merge pull request #1050 from jacobtoye/master
Introduced a bug when renaming movePopup -> _movePopup
2012-10-08 19:49:30 -07:00
jacobtoye
939adbcf87 Fix up event handler method typo after movePopup rename. 2012-10-09 15:18:02 +13:00
Vladimir Agafonkin
3ce744d6ee Merge pull request #1049 from danzel/fix-events
More tidyups for #1046
2012-10-08 14:03:25 -07:00
danzel
9b56d31b24 More tidyups for #1046 2012-10-09 09:23:15 +13:00
Dave Leaver
a904c319f9 Merge pull request #1046 from inpursuit/bug/2
Vector layers do not stop propagation of mouse events that they fire
2012-10-08 13:11:51 -07:00
Vladimir Agafonkin
c178674948 Merge pull request #1038 from jacobtoye/popupdecouple
Decouple the closePopup and movePopup from L.Marker
2012-10-08 09:06:24 -07:00
Adam Stull
f844237a87 Stop propagation of mouse event 2012-10-08 11:54:36 -04:00