Commit Graph

1783 Commits

Author SHA1 Message Date
mourner
15b998829e update changelog 2012-07-20 23:56:42 +03:00
mourner
30a5caee4d more docs updates 2012-07-20 23:15:21 +03:00
mourner
71032411c5 update build 2012-07-20 21:34:31 +03:00
mourner
d608222018 revert removing immediate option in reqAnimFrame 2012-07-20 21:34:21 +03:00
mourner
72064e02d3 update build 2012-07-20 21:16:56 +03:00
mourner
daf7a81f9c merge changes 2012-07-20 21:16:41 +03:00
mourner
f1c4a1f554 refactor request/cancelAnimFrame 2012-07-20 21:15:07 +03:00
mourner
0cadad7a1d remove shadowOffset, add shadowAnchor 2012-07-20 21:14:24 +03:00
mourner
7d6af0fad3 more docs updates and additions 2012-07-20 20:10:30 +03:00
Vladimir Agafonkin
0d7ab0a9a8 Merge pull request #816 from jacobtoye/FeatureGroupMouseEvents
Added missing mouse events to FeatureGroup.
2012-07-19 23:44:49 -07:00
jacobtoye
f6979ff96b Added missing mouse events to FeatureGroup. 2012-07-20 14:09:05 +12:00
Vladimir Agafonkin
a2d7c9819e more docs updates 2012-07-19 17:11:26 +03:00
Vladimir Agafonkin
92e9d43071 update docs snippets 2012-07-19 11:39:36 +03:00
Vladimir Agafonkin
726213e701 minor tweaks 2012-07-19 11:32:09 +03:00
Vladimir Agafonkin
fb307af274 more files to ignore by Jekyll 2012-07-19 11:12:10 +03:00
Vladimir Agafonkin
4d776737ab add docs todo for 0.4 2012-07-19 11:11:48 +03:00
mourner
d8eef8fb8b nicer style for plugins page 2012-07-19 02:08:47 +03:00
mourner
5933cb31df minor fixes 2012-07-19 02:00:36 +03:00
mourner
fea0a68067 add remaining plugins 2012-07-19 01:55:21 +03:00
Vladimir Agafonkin
1cfd76347c Merge pull request #813 from danzel/master
Re-Fix android tile unloading crash #137
2012-07-18 14:50:39 -07:00
danzel
0b913df152 Re-Fix android tile unloading crash #137 2012-07-19 09:48:35 +12:00
Vladimir Agafonkin
539b44e0aa initial plugins list 2012-07-18 19:12:01 +03:00
Vladimir Agafonkin
c89e855a94 remove logo easter egg, causing hover animation problems 2012-07-18 17:32:12 +03:00
Vladimir Agafonkin
c2a687be29 update readme regarding docs and jekyll 2012-07-18 17:31:24 +03:00
Vladimir Agafonkin
2d42e4d002 merge master 2012-07-18 17:29:45 +03:00
Vladimir Agafonkin
1a5f5a487a capitalize titles 2012-07-18 16:41:48 +03:00
Vladimir Agafonkin
779a1ed492 improve highlighting 2012-07-18 16:41:35 +03:00
Vladimir Agafonkin
85b9baa41f slightly increase scroll-wheel-zoom responsiveness 2012-07-18 14:04:13 +03:00
Vladimir Agafonkin
58299c8121 update build 2012-07-18 13:56:36 +03:00
Vladimir Agafonkin
3fc0215fa6 add sublime files to gitignore 2012-07-18 13:56:15 +03:00
Vladimir Agafonkin
33d9bc0cff move L.Icon.Default to separate file, fix popup anchor 2012-07-18 13:55:49 +03:00
Vladimir Agafonkin
f446659325 fix whitespace 2012-07-18 13:52:24 +03:00
Vladimir Agafonkin
eb5b0e8dca animation adjustments 2012-07-18 13:43:23 +03:00
Vladimir Agafonkin
26664a44ae Merge branch 'master' of github.com:CloudMade/Leaflet into gh-pages-master 2012-07-18 13:21:52 +03:00
Vladimir Agafonkin
9e095ed5ad add sublime project files to gitignore 2012-07-18 13:20:06 +03:00
Vladimir Agafonkin
b4f509abd3 minor style improvements, logo easter egg 2012-07-18 11:25:20 +03:00
mourner
eecf619855 initial blog and plugins pages 2012-07-18 00:41:26 +03:00
mourner
1290a31447 add social icons, improve title 2012-07-18 00:32:50 +03:00
Vladimir Agafonkin
b8c40ee93a partially convert custom icons example to markdown 2012-07-17 18:26:08 +03:00
Vladimir Agafonkin
f3f67a267a more layout improvements, plugins/blog links 2012-07-17 16:56:49 +03:00
Vladimir Agafonkin
855f3d6104 add forum link 2012-07-17 16:04:55 +03:00
Vladimir Agafonkin
e9043f8cdb Merge pull request #810 from danzel/shadow-opacity
Make Marker options.opacity/setOpacity set the Shadow opacity as well as the marker opacity
2012-07-17 00:42:31 -07:00
Vladimir Agafonkin
62ac624130 Merge pull request #809 from danzel/safari-fixes
Turns out the android browser has the tile glitch issue too.
2012-07-17 00:41:40 -07:00
danzel
7019a2001e Remove opacity parameter from _updateOpacity, unused. 2012-07-17 14:46:14 +12:00
danzel
dc067d3d7b Make Marker.setOpacity set the opacity of the shadow also. Otherwise your shadow can end up more visible than your marker: setOpacity(0) 2012-07-17 14:45:49 +12:00
danzel
b663c7f442 Turns out the android browser has this issue too.
Change the hack to just use top/left if chrome is being used, otherwise use transform.
Hopefully chrome fixes their issue so we can use transform everywhere instead.
2012-07-17 11:58:04 +12:00
mourner
fa83b7a034 minor header improvement 2012-07-17 01:26:48 +03:00
mourner
d354b3fcb7 more layout improvements 2012-07-17 01:11:39 +03:00
Vladimir Agafonkin
d6b0b02c3f Merge pull request #808 from danzel/safari-fixes
Take another go at safari tile layer fix hack. Add a test case for it so we don't forget about it.
2012-07-16 14:34:15 -07:00
danzel
95afdee703 Take another go at safari tile layer fix hack. Add a test case for it so we don't forget about it. 2012-07-17 09:31:04 +12:00