Commit Graph
17185 Commits
Author SHA1 Message Date
Calvin Metcalf db6e915904 remove icon prefix 2013-03-16 08:15:31 -04:00
Calvin Metcalf 7068021f23 so it works on my system 2013-03-16 08:08:01 -04:00
lvoogdt 791b9ac1de Update README.md 2013-03-16 01:10:44 +01:00
Lennard Voogdt 82e7968ff1 Merge branch 'master' of https://github.com/lvoogdt/Leaflet.awesome-markers 2013-03-16 01:09:27 +01:00
Lennard Voogdt 520f095d4d Minified version 2013-03-16 01:08:56 +01:00
lvoogdt 1cbdf087ac Update README.md 2013-03-16 01:07:38 +01:00
lvoogdt 81b3c54a51 Update README.md 2013-03-16 01:05:00 +01:00
Lennard Voogdt 2fcbb87546 Screenshots 2013-03-16 01:02:57 +01:00
Lennard Voogdt e3af98ef02 .DS_Store banished! 2013-03-16 00:59:21 +01:00
Lennard Voogdt d5cec5c600 delete files 2013-03-16 00:58:11 +01:00
Lennard Voogdt 2b9bf17289 removed .DS_Store 2013-03-16 00:56:23 +01:00
Lennard Voogdt 032eef766b README.md updated 2013-03-16 00:55:25 +01:00
Lennard Voogdt 5c75dfec62 First Commit. AwesomeMarkers v1.0 2013-03-16 00:51:05 +01:00
lvoogdt e8381fdf1f Update README.md 2013-03-16 00:47:55 +01:00
lvoogdt 065a24e57e Update README.md 2013-03-16 00:41:35 +01:00
lvoogdt f8e28b7a0c Initial commit 2013-03-15 16:41:20 -07:00
Brandon Aaron 61d8ef3605 bump version to 3.1.3 2013-03-12 17:37:02 -05:00
Dmitry Petrov 527edc4d24 add MozMousePixelScroll to the fixed events list 2013-03-13 00:28:08 +04:00
Brandon Aaron 0a0f7c47bf update changelog 2013-03-12 09:27:28 -05:00
Brandon Aaron a450a11a02 bump version to 3.1.2 2013-03-12 09:26:05 -05:00
Brandon Aaron 479b8310ff include support for browserify 2013-03-12 09:21:08 -05:00
Brandon Aaron 77551b1a94 use grunt for jshint and uglify 2013-03-11 21:17:08 -05:00
Brandon Aaron 22041497ff Merge remote-tracking branch 'XhmikosR/master' 2013-03-11 19:32:57 -05:00
Brandon Aaron 2b709224ad Merge pull request #37 from adunkman/master
Updated README to point to Github pages
2013-03-11 17:10:29 -07:00
danzel 143e0bf3c5 Update build 2013-03-01 14:15:34 +13:00
danzel 542fc622b6 Reduce all animation timers to 200ms instead of 250ms so that they happen within the space of a leaflet zoom. Fixes #140 more details on there. 2013-03-01 14:15:34 +13:00
Dustin Moore ac8894d4bb Working on Static widgets 2013-02-28 13:52:34 -08:00
Dustin Moore 8f431a4233 Updated Readme 2013-02-27 15:15:41 -08:00
Dustin Moore 0badd03830 Updated Readme 2013-02-27 15:14:00 -08:00
Dustin Moore 953fa8181d Merge branch 'mapapp' 2013-02-27 12:00:53 -08:00
Dustin Moore 54099ecf6c Version Updates 2013-02-27 11:58:00 -08:00
Dave Leaver c23f1ee429 Merge pull request #139 from leplatrem/patch-1
Fix example of passing options to constructor
2013-02-27 11:47:07 -08:00
Mathieu Leplatre 626c2c61f7 Fix example of passing options to constructor 2013-02-27 11:26:00 +01:00
Dave Leaver f8711d1636 Merge pull request #136 from spacelag/master
Removed some trailing whitespace causing a build break on OSX
2013-02-24 12:10:50 -08:00
XhmikosR 383a1a3a67 Add JSHint support.
Add package.json with check and lint commands to run jshint using .jshintrc.
2013-02-24 13:55:20 +02:00
XhmikosR dab02a5542 README.markdown: use more Markdown syntax.
use the relative link to LICENSE.txt and break a very long line.
2013-02-24 13:55:20 +02:00
XhmikosR 99173ec0ec ChangeLog.markdown: switch to h2 for the versions and use more Markdown syntax 2013-02-24 13:55:20 +02:00
XhmikosR 571ec7e0c8 jquery.mousewheel.js: keep the style consistent 2013-02-24 13:55:03 +02:00
XhmikosR 3386135c0c test/index.html:
* remove unneeded type="text/javascript"
* specify charset="iso-8859-1" and lang="en"
2013-02-24 13:55:03 +02:00
XhmikosR 25fb173d43 LICENSE.txt: bump copyright year 2013-02-24 13:55:03 +02:00
Christopher Lakey 17846a97c4 Removed Trailing whitespaces 2013-02-23 21:26:39 -05:00
Brandon Aaron 746a5346d5 Bumping version to 3.1.1 2013-02-23 18:16:53 -06:00
Brandon Aaron 4b3f1b73b2 fix rounding issue when delta is less than 0 2013-02-23 18:12:57 -06:00
Brandon Aaron 2e2dc57aaa Use new wheel event if available (fixes Firefox 17+ issues and adds horizontal support to IE9+)
Normalize the detal values
Support AMD loaders
Bump version to 3.1.0 and update copyright
2013-02-22 09:48:58 -06:00
Brandon Aaron 7b08e4ba4b Updating test to make it easier to test against multiple versions of jQuery 2013-02-22 09:47:31 -06:00
Davide Callegari 7f3f679cb6 Fixed a minor issue when trying to destroy a non existing drag_api 2013-02-15 16:50:35 +01:00
Davide Callegari 7217b040e6 Built new version 2013-02-15 15:25:44 +01:00
Davide Callegari 233129b183 Bound leftover callbacks are one of the main causes of memory leaks, let's remove them inside the destroy method 2013-02-15 15:25:09 +01:00
Davide Callegari ac2908e1a2 Added a destroy method on the Gridster class 2013-02-15 14:30:20 +01:00
Davide Callegari 36bec0bb14 Fixed a couple of errors in the methods definition
Added my own IDE filed in the .gitignore file
2013-02-15 14:29:54 +01:00