Commit Graph

1643 Commits

Author SHA1 Message Date
danzel
d1a1f1748a Make jshint happy 2012-10-29 11:49:51 +13:00
danzel
eecd28e570 Make getStyle work for ie < 9. Make IE<=7 support RTL too. 2012-10-29 11:46:40 +13:00
danzel
6b181f697a Add ie7 browser detection :( 2012-10-29 11:44:05 +13:00
danzel
b6ae1259f0 Text alignment 2012-10-29 11:11:14 +13:00
danzel
9b5d25ae7f Only apply scrollWidth/clientWidth for webkit. Other browsers handle it differently. 2012-10-29 11:06:22 +13:00
danzel
126a316916 Cache remembering if the document is Left to right. Do it at the document level rather than the element level as it isn't likely to change. 2012-10-29 10:48:01 +13:00
danzel
c649a4fd92 Update L.DomUtil.getViewportOffset to support dir="rtl"
Fix css element positioning when rtl.
Fixes #1095
2012-10-29 10:18:38 +13:00
Vladimir Agafonkin
774fe5c594 Fix logo in readme 2012-10-26 17:58:20 +03:00
Vladimir Agafonkin
650e6dd880 update website link to leafletjs.com 2012-10-26 11:47:18 +03:00
Vladimir Agafonkin
057cd222db update changelog with 0.4.5 info 2012-10-25 12:31:27 +03:00
Vladimir Agafonkin
430092c48e fix typo in browser detection 2012-10-19 14:57:39 +03:00
Vladimir Agafonkin
335b7f46eb clean up browser detection 2012-10-18 18:43:03 +03:00
Vladimir Agafonkin
5fa25c28a4 simplify vector animation, @danzel check it out lol 2012-10-18 16:38:31 +03:00
Vladimir Agafonkin
628a5b4ce0 update changelog 2012-10-18 11:20:54 +03:00
danzel
36b9509ac7 update changelog and build 2012-10-18 14:36:25 +13:00
Dave Leaver
be5c147914 Merge pull request #1076 from danzel/ie10
IE10 touch support
2012-10-17 18:27:53 -07:00
danzel
816b53f2de jshint happiness 2012-10-18 14:23:18 +13:00
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
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