Lennard Voogdt
0aaafb4244
Merge branch '2.0/develop' of https://github.com/lvoogdt/Leaflet.awesome-markers into 2.0/develop
2013-10-26 22:23:04 +02:00
Lennard Voogdt
86da797f77
tags
2013-10-26 22:22:09 +02:00
Lennard Voogdt
d633f88791
Update README.md
2013-10-26 21:53:18 +02:00
Lennard Voogdt
0c5bbb4c7b
updated readme
2013-10-26 21:51:14 +02:00
Lennard Voogdt
6b4ca43c12
updated readme
2013-10-26 21:50:36 +02:00
Lennard Voogdt
ee9e90aa2d
updated readme
2013-10-26 21:49:13 +02:00
Lennard Voogdt
2c726146c7
updated readme
2013-10-26 21:46:34 +02:00
Lennard Voogdt
f4a4d9a87e
updated readme
2013-10-26 21:45:17 +02:00
Lennard Voogdt
47a39dad76
support for bower
2013-10-26 21:10:11 +02:00
vieron
277d8a7753
Release v0.2.0
2013-10-26 19:54:50 +02:00
vieron
21f53a7bd4
chore(readme): update readme
2013-10-26 19:52:10 +02:00
vieron
07ebe67540
chore(docs): update ducksboard logo URL
2013-10-26 19:52:10 +02:00
vieron
e19240532d
feat(gridster): drag-and-drop widget resizing
2013-10-26 19:52:10 +02:00
vieron
65d93a44db
chore(grunt): add css files to grunt watch command
2013-10-26 19:52:10 +02:00
vieron
8e58cf8a44
style: some whitespaces, line-breaks...
2013-10-26 19:52:10 +02:00
vieron
d0ca62826a
chore(draggable): jQuery adapter returns Draggable instance
...
Draggable instance instead of a jQuery collection.
Why? Becomes a mess if Draggable is instantiated multiple times from
the same HTML element.
BREAKING CHANGES: If you was accessing to Draggable instances through
.data('drag') you should remove the `data` getter. Since now the instance
is returned directly.
2013-10-26 19:52:10 +02:00
vieron
4d9b2a84f1
feat(draggable): new config option to move or not the dragged element
2013-10-26 19:52:10 +02:00
vieron
0f95624925
feat(draggable): CSS selectors support in ignore_dragging config opt
2013-10-26 19:52:10 +02:00
vieron
055cc0e4f6
feat(draggable): pass previous position to the drag callback
2013-10-26 19:52:10 +02:00
vieron
91ca65721c
feat(draggable): Don't start new drag if previous one hasn't stopped
...
Moving 4e6159fb by @atesgoral into draggable.js
2013-10-26 19:52:10 +02:00
vieron
4b1b2b7259
chore(draggable): add default helper config option for clarify
2013-10-26 19:49:31 +02:00
vieron
c1668d9ab6
chore(css naming): gs_w to gs-w following CSS naming conventions
...
BREAKING CHANGE: If you are using `gs_w` classes somewhere, replace
them with `gs-w`
2013-10-26 19:49:31 +02:00
vieron
8dda2410f3
feat(draggable): pass useful data to all drag callbacks
...
start/stop/drag callbacks receive: element offset, cursor position,
and references to $player and $helper elements.
2013-10-26 19:49:31 +02:00
vieron
faa6c5db00
feat(utils): add delay helper to utils
2013-10-26 19:49:31 +02:00
vieron
bdfff6ce67
chore(grunt): add grunt-conventinal-changelog
2013-10-26 19:49:31 +02:00
vieron
307f8ade36
chore(grunt): add grunt-bump to manage releases
2013-10-26 19:49:31 +02:00
vieron
21fcad9a28
style(generated-css): add line breaks in css declarations
2013-10-26 19:49:31 +02:00
vieron
ae02b32b92
fix: fixes and improvements in widget-resizing. Closes #32
2013-10-26 19:49:31 +02:00
Ates Goral
1ade74e239
fix(gridster): the preview holder should not always use li
...
Use the same element as the original widget for the preview holder.
Using a <li> can cause a list item bullet to be displayed when widgets
are not necessarily <li> elements.
2013-10-26 19:49:30 +02:00
bastianonm
31fd8d6ba8
fix(gridster): overlapping widget problem
2013-10-26 19:49:28 +02:00
Ates Goral
1b13617df2
fix(gridster): Orphan preview holder when dragging is interrupted
...
After beginning a drag, if the mouse button is released outside of the
screen, and if a subsequent drag operation is begun on another widget
(while the previous widget still follows the mouse around), Draggable
will trigger a new drag start event, causing Gridster to leave the
current widget + its preview holder aside and start dragging the new
widget. This will lead to an orphan preview holder to be left on the
screen.
A quick solution is to ignore drag start without receiving a drag stop.
2013-10-26 17:43:54 +02:00
Michal Stefanow
5bfbc5c0b5
fix(gridster): remove_widget Returns the instance of the Gridster Class
...
Following same pattern as remove_all_widgets --> remove_widget also
return *this* (as per inlined comment documentation)
2013-10-26 17:43:54 +02:00
Lennard Voogdt
0979b084c1
updated leaflet
2013-10-26 14:43:35 +02:00
Lennard Voogdt
f5fc5255f1
iconColor now supports css color codes besides 'black' & 'white'
2013-10-26 14:41:44 +02:00
Lennard Voogdt
e772b62b3c
added spinClass option
2013-10-26 14:05:42 +02:00
Lennard Voogdt
fc412a7aef
renamed color -> markerColor
2013-10-26 13:59:18 +02:00
Lennard Voogdt
3267149563
JSHint
2013-10-26 13:56:17 +02:00
Lennard Voogdt
809683c8b7
Upgraded examples to bootstrap 3.0, font-awesome 4.0 & leaflet 0.6.4
2013-10-26 13:18:16 +02:00
danzel
df054cf884
Fix getVisibleParent when no parent is visible. Add tests for getVisibleParent. Fixes #265
2013-10-23 16:58:12 +13:00
danzel
1ac2d9ef68
Add getLayers and test it. fixes #222
2013-10-21 11:02:10 +13:00
Brandon Aaron
55eb3d0ccd
bump version to 3.1.4
2013-10-18 18:53:28 -05:00
Brandon Aaron
caab062e7d
update the ChangeLog for upcoming new version
2013-10-18 18:52:41 -05:00
Brandon Aaron
2d87181a08
update readme
2013-10-18 18:52:17 -05:00
Brandon Aaron
4eaa06e550
Support for geckos older axis interface
2013-10-18 18:48:37 -05:00
Brandon Aaron
78b2ef36cb
always include the deltaY at a minimum even if the browser does not support scrolling on X and Y axis
2013-10-18 18:48:09 -05:00
Brandon Aaron
5e473a377a
formatting changes
2013-10-18 18:47:43 -05:00
Brandon Aaron
215019ee42
update version to 3.1.4-pre
2013-10-18 18:46:53 -05:00
Brandon Aaron
75dddb776b
Fix the position of the logger in the test
2013-10-18 11:00:11 -05:00
Brandon Aaron
125bba8a0a
Include the jquery version in the header of the test. Can change this with ?v=1.2.2
2013-10-18 11:00:11 -05:00
Brandon Aaron
cf764523d5
Merge pull request #76 from XhmikosR/master
...
Update Gruntfile.js.
2013-10-18 09:00:01 -07:00