Peter Robins
|
e35531e7c6
|
Rename BrowserFeature to browserfeature
|
2014-08-15 13:53:20 +00:00 |
|
tsauerwein
|
51a557efbb
|
Replace goog.structs.Map with plain object
|
2014-03-14 10:16:27 +01:00 |
|
tsauerwein
|
8a26ac6e24
|
Set preventDefault in PointerEvent constructor
|
2014-03-14 10:16:27 +01:00 |
|
tsauerwein
|
e08fa37565
|
Use enums for pointer event types
|
2014-03-14 10:16:27 +01:00 |
|
tsauerwein
|
b693ddf56e
|
Remove assignments inside expression
|
2014-03-14 10:16:27 +01:00 |
|
tsauerwein
|
77aa29e6ee
|
Remove blank lines
|
2014-03-14 10:16:27 +01:00 |
|
Tom Payne
|
df71854561
|
Merge ol.pointer.CLONE_PROPS and CLONE_DEFAULTS into a single array
|
2014-03-14 10:16:27 +01:00 |
|
tsauerwein
|
b17957b543
|
Fix support for legacy IE
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
bc31d42964
|
removes dead code
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
bfc95451e8
|
fixes preventDefault() on IE11
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
eca6846dac
|
move checks for pointer support into browserfeature module
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
b52f79340d
|
use separate pointer event handler for document when dragging
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
7fbd11154b
|
refactoring, type annotations
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
d772c95ccf
|
makes PointerEvent a plain closure class, instead of trying to mimic a mouse event, which was required for the polyfill
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
e1f4410ad4
|
removes not needed WeakMap struct
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
c4c1eb7d45
|
allow dragging for mouse/ms/native when pointer is outside map viewport element
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
ee2174785f
|
copy properties for pointer event from internal browser event, not from google.event.BrowserEvent
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
37ab50e2e4
|
use goog.bind, safari does not support the native bind
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
492549642e
|
add polymer license info
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
0858f6825c
|
source for touch events
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
df4bd7c43b
|
source for ms pointer events (IE10)
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
7140f608f8
|
pointer events generated by mouse events
|
2014-03-14 10:16:25 +01:00 |
|