Frederic Junod
|
e289bfbb7d
|
Use ol.inherits instead of goog.inherits
|
2016-06-08 08:38:12 +02:00 |
|
Peter Robins
|
535e8f5e35
|
Move top-level typedefs to typedefs.js
With one exception, those directly in the `ol` namespace can be moved without problem.
Some left-over goog.requires are also removed.
|
2016-05-11 17:18:05 +00:00 |
|
Björn Harrtell
|
44e04be67f
|
Get rid of goog.functions
|
2016-04-01 10:32:15 +02:00 |
|
Tim Schaub
|
e2fe897811
|
Replace goog.object.getValues() with ol.object.getValues()
|
2016-02-04 06:54:44 -07:00 |
|
Tim Schaub
|
13a981c94b
|
Fewer blank lines
|
2016-01-11 22:03:23 -08:00 |
|
Tim Schaub
|
3cf8618fc7
|
Prefer single line assignment to 80 character limit
|
2016-01-11 18:56:08 -08:00 |
|
Tim Schaub
|
59a66c7aaa
|
Remaining valid-jsdoc corrections
|
2016-01-11 18:56:08 -08:00 |
|
Marc Jansen
|
bc58c383ba
|
Replace goog.nullFunction with ol.nullFunction
|
2015-09-29 16:39:35 +02:00 |
|
Marc Jansen
|
6c581b8eaf
|
Remove goog.isDef from pointerinteraction
|
2015-09-25 11:35:11 -06:00 |
|
Marc Jansen
|
340d4805af
|
Add basic docs for pointerinteraction
|
2015-04-22 14:22:34 +02:00 |
|
Frederic Junod
|
6a8b236d82
|
Remove unnecessary newlines
|
2015-03-24 14:41:40 +01:00 |
|
Frederic Junod
|
65c2f7de5f
|
Remove unused goog.require
|
2015-02-05 10:56:44 +01:00 |
|
Éric Lemoine
|
6b46d5c76a
|
Make shouldStopEvent default to the identity func
|
2014-12-18 14:13:44 +01:00 |
|
Éric Lemoine
|
1907de667a
|
Make ol.interaction.Pointer call handleMoveEvent
|
2014-12-18 14:13:44 +01:00 |
|
Éric Lemoine
|
711ec705b7
|
Add handle*Event options to ol.interaction.Pointer
More specifically: handleDownEvent, handleDragEvent, handleMoveEvent, and handleUpEvent.
|
2014-12-18 14:13:44 +01:00 |
|
Andreas Hocevar
|
5eb1537f48
|
Need exportable constructor for constructor options in olx
When a constructor options object is created in the olx namespace,
the constructor that uses it must be exportable as well.
|
2014-12-15 16:15:30 +01:00 |
|
Éric Lemoine
|
d07185e8f2
|
Add an "handleEvent" interaction option
|
2014-12-12 18:30:31 +01:00 |
|
Peter Robins
|
75be215497
|
Add standard docs text to abstract base classes
|
2014-06-14 07:20:33 -04:00 |
|
Peter Robins
|
41d9f0360a
|
Add @classdesc to classes
|
2014-06-09 12:10:19 -04:00 |
|
Frederic Junod
|
6af2d5ae47
|
Remove trailing newlines
|
2014-03-20 12:38:14 +01:00 |
|
tsauerwein
|
873d47d087
|
Remove not needed type cast
|
2014-03-14 10:16:27 +01:00 |
|
Éric Lemoine
|
d1ef5b0f5b
|
Remove view hint handling from pointer interaction
|
2014-03-14 10:16:27 +01:00 |
|
Éric Lemoine
|
35b31730b5
|
Change a property from private to protected
|
2014-03-14 10:16:27 +01:00 |
|
Éric Lemoine
|
b939ca24d7
|
Use a more explicit variable name
|
2014-03-14 10:16:27 +01:00 |
|
ahocevar
|
05dd760287
|
Rename ol.interaction.PointerInteraction
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
56dcdd02ec
|
base dragrotateandzoominteraction on pointer interaction
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
12b0fee790
|
pointer interaction might also receive events that are not pointer events
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
411b7257cf
|
refactoring pointer interactions
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
fca9c50a3f
|
PointerInteraction uses MapBrowserPointerEvent not MapBrowserEvent
|
2014-03-14 10:16:26 +01:00 |
|
tsauerwein
|
692a68644f
|
introduce type POINTERDRAG to make a distinction between pointer move and drag
|
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
|
a31cc3f18c
|
only track events when "pointerdown" event was received, because on native android browser wrong move events are sent with no "pointerdown" event
|
2014-03-14 10:16:25 +01:00 |
|
tsauerwein
|
1c75ecc260
|
former touch interactions now use pointer events
|
2014-03-14 10:16:25 +01:00 |
|