Commit Graph
17185 Commits
Author SHA1 Message Date
danzel 6276021bd9 Fix some warnings from new uglify 2013-04-15 10:11:49 +12:00
Dave Leaver 7565031727 Merge pull request #156 from pietervandereems/master
#155
2013-04-14 15:01:41 -07:00
Pieter van der Eems ce0a1f6fa6 Fix #155, work with uglify-js version 2 2013-04-12 16:14:30 +02:00
Wouter Roosendaal 5569caa687 Add max_cols setting
Right now the number of columns is calculated by dividing the available
space by the necessary space. I want to have an option to limit the
number of calculated columns, without changing the width of the div my
grid lives in.

In order to limit the number of calculated columns max_cols is set to a
number. To have 'unlimited' columns set the value of max_cols to -1 (as
ids done in the default settings). This provides the arbitrary useful
functionality to set the max number of columns to 0. Any sideeffect
caused by this are mitigated by checking that the max_cols is larger
than the min_cols setting.
2013-04-11 14:18:54 +02:00
danzel bd3d3debe4 Update build 2013-04-10 09:05:51 +12:00
danzel 4883316d19 Add MarkerCluster.getBounds 2013-04-10 09:05:20 +12:00
danzel 1eea835251 Fix whitespace 2013-04-10 09:05:19 +12:00
danzel 828bb3e2d6 Fix not firing animationEnd when we have only one marker in the markerClusterGroup. Fixes #146 2013-04-10 09:05:19 +12:00
Ryan Fink 6302b988d1 Fix for not removing stylesheets on destroy 2013-04-09 12:27:04 +00:00
Dustin Moore 6eb521015c Update Readme 2013-04-03 09:45:34 -07:00
Dustin Moore 412ee61bbe Updated sample 2013-04-03 09:44:16 -07:00
Dustin Moore 3cc9485ae0 Better handling of widgets slideing down 2013-04-03 09:36:13 -07:00
Dave Leaver 2750822516 Update Readme to mention animateAddingMarkers doesn't work with addLayers
Thanks @Driklyn
2013-04-03 08:47:10 +13:00
Dustin Moore 762dd445a1 update readme 2013-04-02 09:07:22 -07:00
Dustin Moore 51ba8f9dfc rebuilt dist 2013-04-02 09:06:20 -07:00
Dustin Moore cb98d7d43b Merge branch 'master' of https://github.com/dustmoo/gridster.js 2013-04-02 09:05:52 -07:00
Dustin Moore 8b2f7484dc Added Swap Demo 2013-04-02 09:04:53 -07:00
Dustin Moore b58f1454a5 Merge pull request #125 from brokenseal/master
Possible solution to memory leak #124
2013-04-02 07:52:59 -07:00
Dustin Moore 1748e6f22b Merge pull request #7 from sbehrends/patch-1
Added disabled dragging init feature gridster.js - Thank you sbehrends
2013-04-01 10:31:52 -07:00
sbehrends 1d5883bde1 Added disabled dragging init feature gridster.js
In initial options you can disble draggin by adding disable_drag: true on options list at initialising gridster
2013-04-01 20:29:30 +03:00
Lennard Voogdt 49b4ef32af Update leaflet.awesome-markers.min.js 2013-03-23 18:06:12 +01:00
Lennard Voogdt e1d1b60d72 Merge pull request #3 from fbeauchamp/master
use the size given in options
2013-03-23 08:09:30 -07:00
fbeauchamp 46a1182ca9 use the size given in options
name is not shadow/icon , but shadow/icon-cadetblue ( or any other color)
2013-03-23 16:04:46 +01:00
Daniel Beauchamp d6f696e4f5 Merge pull request #76 from pushmatrix/master
Fix inverted arguments for a collision callback
2013-03-22 10:10:15 -07:00
Lennard Voogdt 1d04e831fe Update README.md 2013-03-20 20:36:26 +01:00
Lennard Voogdt 13efbdeaa4 Update README.md 2013-03-20 20:33:39 +01:00
Lennard Voogdt d5724b4fd6 Update README.md 2013-03-20 20:30:30 +01:00
Lennard Voogdt 012c24f6f1 Updated readme 2013-03-17 17:02:21 +01:00
Lennard Voogdt 0e4ed11bfa detectRetina:true for examples 2013-03-17 17:01:15 +01:00
Lennard Voogdt 4ce350af29 added retina support for markers 2013-03-17 16:51:42 +01:00
Lennard Voogdt f0f8997cb1 Merge branch 'master' of https://github.com/lvoogdt/Leaflet.awesome-markers 2013-03-17 16:51:10 +01:00
Lennard Voogdt 1666600e38 optimized image size 2013-03-17 16:06:49 +01:00
Lennard Voogdt c1a8df1391 Update leaflet.awesome-markers.min.js 2013-03-17 15:34:12 +01:00
Lennard Voogdt c9093d4731 Update README.md 2013-03-17 15:33:18 +01:00
Lennard Voogdt ddfb61922d Updated screenshot 2013-03-17 15:32:11 +01:00
Lennard Voogdt 3b80783404 Better centering of Font-Awesome 2013-03-17 15:26:47 +01:00
Lennard Voogdt 3f03a0b017 updated readme 2013-03-17 15:16:09 +01:00
Lennard Voogdt fa1059a7f3 with-bootstrap examples 2013-03-17 15:06:57 +01:00
Lennard Voogdt a14bef8be4 black icon example 2013-03-17 15:02:08 +01:00
Lennard Voogdt 846e8f1e82 removed ie7 fontawesome css from with-bootstrap example 2013-03-17 15:00:18 +01:00
Lennard Voogdt 9f446acc96 added iconColor option so this is in sync with bootstraps icons 2013-03-17 14:59:03 +01:00
Lennard Voogdt 2b55a1c544 change default font-size to 14px, font-awesome is rendered best at this size 2013-03-17 14:50:35 +01:00
Lennard Voogdt 430ad8409c make markers work with bootstrap icons 2013-03-17 14:49:33 +01:00
Lennard Voogdt e4cc0bc831 close icon class with a quote 2013-03-16 14:06:10 +01:00
Lennard Voogdt df31f672a4 change default icon to home 2013-03-16 14:04:50 +01:00
Lennard Voogdt ece40ce458 Update leaflet.awesome-markers.min.js 2013-03-16 13:43:04 +01:00
Lennard Voogdt 44e427b1a2 Merge pull request #1 from calvinmetcalf/no-prefix
Make "icon-" prefix optional, add spinning icons
2013-03-16 05:36:23 -07:00
Calvin Metcalf a80e4e559a make prefix optional 2013-03-16 08:24:13 -04:00
Calvin Metcalf 8b1090add9 updated readme 2013-03-16 08:18:50 -04:00
Calvin Metcalf 6923bc1e3a added spinning 2013-03-16 08:16:26 -04:00