Nicholas Latham
cd6494149b
Remove goog.global ( #5178 )
...
* Remove goog.global
* Correct externs location
* Use Function('return this')
* Remove global externs
2016-04-07 23:36:48 +02:00
Marc Jansen
0d24be6767
Supported browsers all have getComputedStyle
2016-03-16 11:16:14 +01:00
Marc Jansen
648011c64d
Remove unneeded and wrong goog.provide
2016-03-16 10:48:06 +01:00
Marc Jansen
37899a3feb
Add tests for ol.dom methods
2016-03-16 10:48:06 +01:00
Frederic Junod
8a6962da9e
Remove use of goog.dom.removeNode
2016-03-09 11:45:04 +01:00
Tim Schaub
e6f6dcc230
Partial valid-jsdoc corrections
2016-01-11 18:56:08 -08:00
Frederic Junod
1092f6b2a2
Remove use of goog.dom.createElement
2015-11-23 09:22:39 +01:00
Marc Jansen
9386415633
Remove usage of goog.dom.TagName enum
2015-10-12 20:45:49 +02:00
Frederic Junod
9b6ad1b36f
Remove use of goog.dom.appendChild
...
Use `parent.appendChild(child)` instead.
2015-10-01 12:06:38 +02:00
Marc Jansen
f360080fa7
Remove goog.isNull in dom class
2015-10-01 09:18:53 +02:00
Frederic Junod
e877a21b8e
Remove legacy IE support
2015-09-28 15:36:49 +02:00
Tim Schaub
0927c55b3c
Toward natural JavaScript syntax
2015-09-25 12:16:42 -06:00
Tim Schaub
5350e9ba37
Remove goog.isDef from device orientation, dom, extent, and feature
2015-09-25 11:28:54 -06:00
Tim Schaub
f42c0cb0aa
Remove 2-way binding from objects
2015-04-07 08:35:47 -06:00
Bart van den Eijnden
47ce127a10
Add assert messages for all assertions up until ol.renderer.vector.
2015-03-30 22:55:23 +02:00
tsauerwein
e46e0f85fb
Add autoPan option to ol.Overlay
2015-02-23 17:01:52 +01:00
Stefan Weil
e6d342dc96
Replace wrong comma in JavaScript code by semicolon
...
Signed-off-by: Stefan Weil <sw@weilnetz.de >
2015-02-12 17:53:53 +01:00
Frederic Junod
ec9386acfe
Set the opacity directly to element.style.opacity
...
goog.style.setOpacity handles the IE8 case (but we are doing the same
above in the same function) and Firefox prior to version 3.5 (latest
stable release in April 2011).
See https://developer.mozilla.org/en-US/docs/Web/CSS/opacity
2014-09-15 16:01:24 +02:00
Peter Robins
18a1c1c0d7
Rename ol.dom.browserfeature back to BrowserFeature
2014-08-22 15:32:01 +00:00
Peter Robins
e35531e7c6
Rename BrowserFeature to browserfeature
2014-08-15 13:53:20 +00:00
Tim Schaub
d99a61545c
Use @observable annotation instead of @todo observable
2014-07-05 16:16:44 -04:00
Tim Schaub
4cf5ab4620
Use @api annotation instead of @todo api
2014-07-05 15:41:14 -04:00
Peter Robins
928b05e857
Correct minor typo in ol.dom.Input docs
2014-06-24 12:04:42 +01:00
Peter Robins
41d9f0360a
Add @classdesc to classes
2014-06-09 12:10:19 -04:00
Andreas Hocevar
8ee9f7cb6a
Simplify the way we annotate observable properties
...
We no longer add observable annotations to the constructor.
Instead, we just mark getters (and for read/write properties
also setters) with an observable annotation.
2014-05-03 16:04:25 -04:00
Tim Schaub
cec41c4b0a
Add missing requires
...
Without explicit requires, it is possible that a build would exclude ol.js.
2014-04-30 08:37:52 -06:00
Andreas Hocevar
fbdbbfb7a7
Get rid of stability annotations and document stability with api
...
This change adds a stability value to the api annotation, with
'experimental' as default value.
enum, typedef and event annotations are never exportable, but
api annotations are needed there to make them appear in the
docs.
Nested typedefs are no longer inlined recursively, because the
resulting tables get too wide with the current template.
2014-04-29 09:53:07 -06:00
Andreas Hocevar
c17ac0cae3
Greatly simplify and document the usage of JSDoc
...
This commit simplifies the exports.js plugin so it only relies
on the stability notes to generate the documentation, which
completely decouples it from the exportable API.
As a rule of thumb, whenever something has an 'api' annotation,
it should also have a 'stability' annotation. A more verbose
documentation of ol3 specific annotation usage is available in
the new 'apidoc/readme.md' file.
This commit also modifies all source files to implement these
usage suggestions.
2014-04-29 09:53:06 -06:00
Tim Schaub
fb497f5288
Annotations for exports
2014-04-29 09:53:05 -06:00
Frederic Junod
55de0a54b9
Add ol.dom.createCanvasContext2D function
2014-04-02 09:37:41 +02:00
Frederic Junod
03b979c30a
Listen to 'input' and 'change' events
2014-02-19 11:37:05 +01:00
Frederic Junod
4e7d697273
Add missing function arguments
2014-02-19 11:37:05 +01:00
Frederic Junod
c9e9cbc7c8
Change ol.dom.Input target param from Element to HTMLInputElement
2014-02-19 11:37:05 +01:00
Frederic Junod
1e0ce96e9f
Remove 'valueAsNumber' property from observable list
...
The property was removed in a0bea641d1
2014-02-19 09:53:46 +01:00
ahocevar
f3c099de8a
Simplifying has2d and has3d check
2014-02-16 02:29:14 +01:00
ahocevar
91a736954d
Properly cache the css transform support result
2014-02-15 17:37:37 +01:00
ahocevar
81f7ea106b
CSS transform detection when DOM is ready
...
The code to detect CSS transforms requires a DOM to append an
element to. By performing this action when first called instead
of unconditionally upon library load, we can load OpenLayers in
the document's head again.
2014-02-15 10:48:04 +01:00
Austin Hyde
7930d1a129
If the map has a background, zIndex=-1 puts the layers behind the background
2014-02-05 15:42:22 -05:00
Austin Hyde
9ffed5bf5f
Add a compile-time flag to enable legacy IE support
2014-02-05 10:32:14 -05:00
Austin Hyde
fb360c019e
Fix line lengths from 6a83778
2014-02-05 10:31:16 -05:00
Austin Hyde
de3b315ad7
Round CSS offsets to nearest integer
2014-02-05 10:31:16 -05:00
Austin Hyde
b0849cc85c
Wrap setOpacity to make it IE7-8 compatible
2014-02-05 10:31:15 -05:00
Austin Hyde
e16de6f8af
Add support for scaling/translating transforms in IE 7-8
...
Adds support for the IE-specific Matrix filter and adds fixes
that enable IE 7-8 to render transformations without distortion
2014-02-05 10:31:15 -05:00
Austin Hyde
d891670950
Enable CSS transforms based on feature detection
...
Also adds the msTransform property for IE 9
2014-02-05 10:31:15 -05:00
Tom Payne
ae5f5ee96d
Factor out common variable in ol.dom.Input
2014-01-30 11:20:58 +01:00
Tom Payne
3681b3c669
Always use goog.vec.Mat4.Number instead of goog.vec.Mat.AnyType
2013-12-13 18:59:25 +01:00
Frederic Junod
a0bea641d1
Remove 'valueAsNumber' property from ol.dom.Input
...
Use bindTo.transform functions instead
2013-11-13 16:13:08 +01:00
Frederic Junod
d3be7d9d18
Set boolean value to HTMLInputElement.checked
...
See http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-checked
2013-11-12 10:24:36 +01:00
Frédéric Junod
a05c426212
Merge pull request #1186 from fredj/validate_valueAsNumber
...
mouse-position example: Projection select issue
2013-10-31 23:49:48 -07:00
Frederic Junod
a2b9f1d0ac
Only set the 'valueAsNumber' property is the value is valid
2013-10-30 14:15:59 +01:00