|
|
|
@8411
|
[8411]
|
11/24/08 12:03:24 |
ahocevar |
modified logic to determine when a multipart geometry is fully rendered. … |
|
|
|
@8016
|
[8016]
|
09/15/08 07:51:50 |
ahocevar |
Fixed fatal typo that broke getComponentString when working with two-point … |
|
|
|
@8004
|
[8004]
|
09/12/08 10:44:40 |
ahocevar |
use a local coordinate system starting at (0,0) instead of coordinates … |
|
|
|
@8002
|
[8002]
|
09/12/08 03:54:43 |
ahocevar |
fixed ND comment typo (non-functional change) |
|
|
|
@7996
|
[7996]
|
09/11/08 08:58:35 |
ahocevar |
Make sure that backgroundGraphic icon is deleted on feature destroy, even … |
|
|
|
@7979
|
[7979]
|
09/08/08 13:43:34 |
pagameba |
apply missing semicolons from r7975 (in 2.7 branch) to trunk |
|
|
|
@7953
|
[7953]
|
09/04/08 17:11:10 |
ahocevar |
non-functional change: added missing stub method nodeTypeCompare |
|
|
|
@7944
|
[7944]
|
09/04/08 04:31:05 |
ahocevar |
Bringing back the pre-r7652 behavior that allows changing the node type … |
|
|
|
@7930
|
[7930]
|
09/02/08 13:17:52 |
ahocevar |
New vector rendering for better performance and less renderer specific … |
|
|
|
@7919
|
[7919]
|
09/01/08 17:46:26 |
ahocevar |
Let's take care that background graphic nodes of features with … |
|
|
|
@7914
|
[7914]
|
09/01/08 02:02:54 |
fredj |
Don't check this.locked twince. r=euzuro (Closes #1712) |
|
|
|
@7882
|
[7882]
|
08/28/08 08:27:39 |
fredj |
add a requires on parent class, ND comments fixes |
|
|
|
@7862
|
[7862]
|
08/26/08 10:22:59 |
crschmidt |
Add support for a Canvas renderer. This renderer will allow for some … |
|
|
|
@7781
|
[7781]
|
08/18/08 08:53:06 |
ahocevar |
"disable z-indexing of elements in the Elements renderer by default". … |
|
|
|
@7712
|
[7712]
|
08/08/08 08:23:59 |
elemoine |
maxZIndex becomes NULL when the last feature is removed, p=pvalsecc, r=me … |
|
|
|
@7711
|
[7711]
|
08/08/08 06:32:49 |
fredj |
remove local scope variables from global namespace. (closes #1674) |
|
|
|
@7673
|
[7673]
|
08/01/08 17:56:17 |
ahocevar |
Stroke style of features can now be specified. Both SVG's … |
|
|
|
@7672
|
[7672]
|
08/01/08 17:49:44 |
ahocevar |
do not ignore style.rotation if set to 0 any more. r=crschmidt (closes … |
|
|
|
@7671
|
[7671]
|
08/01/08 17:35:35 |
ahocevar |
fixed event handling and rendering of graphicName symbols for Safari and … |
|
|
|
@7670
|
[7670]
|
08/01/08 17:12:56 |
ahocevar |
Use getAttributeNS instead of getAttribute. Non-functional change. … |
|
|
|
@7669
|
[7669]
|
08/01/08 14:43:31 |
ahocevar |
fixed rendering but in FF3 when resizing graphicName symbols.
r=crschmidt … |
|
|
|
@7652
|
[7652]
|
07/31/08 20:17:59 |
euzuro |
ordering <exclamation point/>. you can now gracefully z-order your … |
|
|
|
@7645
|
[7645]
|
07/31/08 13:47:27 |
ahocevar |
added semicolon to fix single file build |
|
|
|
@7634
|
[7634]
|
07/31/08 13:02:10 |
ahocevar |
added new graphicName symbolizer property, which allows to render … |
|
|
|
@7627
|
[7627]
|
07/31/08 00:44:25 |
tschaub |
Caching array length instead of accessing it with each iteration. … |
|
|
|
@7587
|
[7587]
|
07/29/08 11:25:56 |
ahocevar |
sorry, had committed wrong versions of SVG.js and VML.js. Fixed … |
|
|
|
@7586
|
[7586]
|
07/29/08 11:12:48 |
ahocevar |
made coordsize positive for vector renderers; seems to fixe some strange … |
|
|
|
@7554
|
[7554]
|
07/21/08 10:37:44 |
ahocevar |
don't set the cursor to "inherit" in the VML renderer. r=pgiraud (closes … |
|
|
|
@7546
|
[7546]
|
07/18/08 08:24:46 |
ahocevar |
"Vector features won't draw in IE if features are very far outside the … |
|
|
|
@7542
|
[7542]
|
07/18/08 03:18:27 |
pgiraud |
we forgot to take Geometry.Collection into account when erasing … |
|
|
|
@7478
|
[7478]
|
07/08/08 10:58:43 |
tschaub |
Correcting doc bug for elements renderer. Thanks zarn. |
|
|
|
@7341
|
[7341]
|
06/10/08 16:39:03 |
tschaub |
Adding px units where appropriate in style properties. Thanks Wally … |
|
|
|
@7324
|
[7324]
|
06/06/08 14:42:44 |
ahocevar |
Implemented rotation of externalGraphic vector point features. r=tschaub … |
|
|
|
@6764
|
[6764]
|
04/02/08 09:03:23 |
ahocevar |
changed vml namespace prefix from "v" to "olv" to avoid conflicts with … |
|
|
|
@6748
|
[6748]
|
03/31/08 20:14:34 |
pagameba |
quick lint before rc1, only some missing missing semi-colons. |
|
|
|
@6747
|
[6747]
|
03/31/08 19:01:49 |
crschmidt |
apply VML rendering fix from andreas, since we're about to kick off RC1 |
|
|
|
@6708
|
[6708]
|
03/30/08 18:03:29 |
crschmidt |
Path Handler can result in selection of map in IE (Closes #1410), with … |
|
|
|
@6673
|
[6673]
|
03/28/08 20:38:47 |
euzuro |
replacing tabs with spaces. no functional diffs here. |
|
|
|
@6581
|
[6581]
|
03/25/08 13:29:11 |
crschmidt |
Add support for Safari 3.1 SVG version strings: Safari got more 'honest' … |
|
|
|
@6515
|
[6515]
|
03/13/08 05:49:43 |
ahocevar |
Prevent SVG renderer from drawing features in the upperleft corner of the … |
|
|
|
@6513
|
[6513]
|
03/12/08 18:38:15 |
ahocevar |
VML and SVG renderers behave differently with zero strokeWidth. r=tschaub … |
|
|
|
@6380
|
[6380]
|
02/26/08 19:47:55 |
ahocevar |
SVG renderer draws features in the upperleft corner of the map pane when … |
|
|
|
@6317
|
[6317]
|
02/17/08 09:49:37 |
ahocevar |
New minimumSymbolizer object on Renderer.Elements, which defines only … |
|
|
|
@6200
|
[6200]
|
02/11/08 04:54:21 |
fredj |
fix typos and missing documentation in ND comments. (non-functional … |
|
|
|
@6161
|
[6161]
|
02/08/08 23:00:20 |
ahocevar |
VML fails to render features with undefined pointRadius symbolizer … |
|
|
|
@6080
|
[6080]
|
02/08/08 01:51:01 |
fredj |
Correctly add the fill element to the VML node. r=ahocevar (Closes #1312) |
|
|
|
@5944
|
[5944]
|
01/30/08 17:43:18 |
ahocevar |
Cannot switch externalGraphic style on VML-rendered feature. r=tschaub … |
|
|
|
@5909
|
[5909]
|
01/27/08 09:26:28 |
elemoine |
This commit fixes this: once a feature's been selected the "pointer" … |
|
|
|
@5826
|
[5826]
|
01/20/08 15:11:38 |
crschmidt |
Don't let the SVG renderer bail if the node we are trying to add is out of … |
|
|
|
@5774
|
[5774]
|
01/16/08 10:03:05 |
ahocevar |
VML renderer fails to render features without strokeOpacity set. … |
|
|
|
@5772
|
[5772]
|
01/16/08 03:40:22 |
pgiraud |
don't re-append the geometry node to root if it is already there to keep … |
|
|
|
@5614
|
[5614]
|
01/01/08 03:14:55 |
crschmidt |
Update copyrights to 2008. |
|
|
|
@5553
|
[5553]
|
12/21/07 03:28:09 |
tschaub |
Separating jsdoc style docs into their own block. The new NaturalDocs … |
|
|
|
@5552
|
[5552]
|
12/21/07 02:28:05 |
fredj |
Coding style: dont use local variable when it's not necessary, remove new … |
|
|
|
@5541
|
[5541]
|
12/20/07 14:20:23 |
elemoine |
Add style property "display" to vector feature style. If display is "none" … |
|
|
|
@5488
|
[5488]
|
12/18/07 08:08:35 |
fredj |
Remove the 'blinking' phenomenon on IE by setting the display elements … |
|
|
|
@5471
|
[5471]
|
12/17/07 09:45:34 |
fredj |
coding standards: line too long, fix ND comment typo |
|
|
|
@5430
|
[5430]
|
12/15/07 11:24:31 |
crschmidt |
Don't flip SVG Y values anymore, since we're working in pixel space these … |
|
|
|
@5397
|
[5397]
|
12/13/07 12:08:38 |
tschaub |
remove unused code that referred to element.geometry - thanks for catching … |
|
|
|
@5392
|
[5392]
|
12/13/07 05:24:51 |
fredj |
Speed up geometry rendering with VML by replacing string concatenation by … |
|
|
|
@5373
|
[5373]
|
12/11/07 03:32:18 |
fredj |
Remove the drawCurve method from the renderers because it is never used. … |
|
|
|
@5332
|
[5332]
|
12/03/07 04:29:00 |
fredj |
ND comment fix (non-functional change) |
|
|
|
@5331
|
[5331]
|
12/03/07 03:49:57 |
elemoine |
Another fix for an ND comment typo, thanks pgiraud! (non-functional … |
|
|
|
@5323
|
[5323]
|
12/01/07 17:57:58 |
crschmidt |
Fixes and performance improvements to VML renderer problems … |
|
|
|
@5287
|
[5287]
|
11/27/07 06:40:53 |
fredj |
Fix ND comment. |
|
|
|
@5237
|
[5237]
|
11/21/07 10:48:41 |
crschmidt |
'supported' is defined, API-wise, to return 'false' if not supported, but … |
|
|
|
@5236
|
[5236]
|
11/21/07 10:18:12 |
crschmidt |
Only add the VML namespace if we haven't already added it. (Closes #1141) |
|
|
|
@5217
|
[5217]
|
11/19/07 14:04:53 |
euzuro |
fix ND definition for OpenLayers.Renderer.SVG. Thanks for spotting this … |
|
|
|
@5213
|
[5213]
|
11/16/07 13:30:19 |
tschaub |
removing unused third arg from nodeFactory - thanks for the patch pgiraud … |
|
|
|
@5188
|
[5188]
|
11/15/07 10:31:48 |
elemoine |
avoid code duplication in Renderer/SVG.js, thanks fredj for the patch … |
|
|
|
@5158
|
[5158]
|
11/09/07 12:14:10 |
tschaub |
stop the renderers from flashing black and filling white - ahhh, much … |
|
|
|
@5029
|
[5029]
|
10/19/07 14:39:27 |
pagameba |
(Closes #1084) Apply patch to set resolution and correctly scale width … |
|
|
|
@5002
|
[5002]
|
10/18/07 08:27:35 |
pagameba |
large scale syntactic clean up adding missing semi-colons and curly braces … |
|
|
|
@4985
|
[4985]
|
10/16/07 22:21:22 |
crschmidt |
Refactor SVN layout in compliance with RFC/LicenseChange. This … |
|
|
|
@4675
|
[4675]
|
09/30/07 12:24:02 |
crschmidt |
Make VML Renderer use namespace set in this.xmlns, instead of hardcoding … |
|
|
|
@4273
|
[4273]
|
09/13/07 19:32:34 |
tschaub |
The SVG renderer allows for rendering of null geometries. The VML … |
|
|
|
@4268
|
[4268]
|
09/13/07 16:36:36 |
elemoine |
allow user to specify offsets for externalGraphic (closes #893) |
|
|
|
@4212
|
[4212]
|
09/10/07 20:22:09 |
tschaub |
allow geometry collections to be rendered (closes #960). |
|
|
|
@4114
|
[4114]
|
08/30/07 01:59:29 |
elemoine |
add new vector style property "graphicOpacity"
enabling mixing non-opaque … |
|
|
|
@4110
|
[4110]
|
08/29/07 14:44:10 |
tschaub |
Filling our log with cruft, adding meaningless conflicts for merges, and … |
|
|
|
@3984
|
[3984]
|
08/23/07 07:29:06 |
crschmidt |
Since John already went ahead and committed the main change, I'm just … |
|
|
|
@3829
|
[3829]
|
07/31/07 16:02:03 |
euzuro |
ND Update: make array's say what they're made of, and a few other small … |
|
|
|
@3787
|
[3787]
|
07/23/07 11:09:09 |
euzuro |
fix for #853 - remove JSDOC comments from CLASS_NAME variables |
|
|
|
@3767
|
[3767]
|
07/16/07 16:25:11 |
tschaub |
#823 New class style. Instead of OldStyle = Class.create(); … |
|
|
|
@3729
|
[3729]
|
07/13/07 09:31:40 |
crschmidt |
Add support to the vector layer to visualize point geometries with images. … |
|
|
|
@3626
|
[3626]
|
07/06/07 15:46:19 |
euzuro |
fix for #772 - remove usage of deprecated |
|
|
|
@3609
|
[3609]
|
07/05/07 20:16:02 |
euzuro |
miscap'd OpenLayers. Thanks Stephen |
|
|
|
@3545
|
[3545]
|
06/29/07 11:59:20 |
crschmidt |
Merge all changes from the naturaldocs sandbox. This brings all the work … |
|
|
|
@3204
|
[3204]
|
05/30/07 09:07:45 |
crschmidt |
#700: A small patch to let the user specify the linecap style of a … |
|
|
|
@3180
|
[3180]
|
05/25/07 06:49:57 |
crschmidt |
Some browsers (IE5.5) don't support documnet.implementation. Check if … |
|
|
|
@3167
|
[3167]
|
05/23/07 23:07:32 |
tschaub |
#719 - until proper clipping is achieved, this solution redraws as much of … |
|
|
|
@3166
|
[3166]
|
05/23/07 22:32:53 |
tschaub |
#701 - clear points from the SVG root that fall outside of the max pixel … |
|
|
|
@3072
|
[3072]
|
04/13/07 09:16:44 |
crschmidt |
Minor typo in previous commit due to overzealous find/replace. |
|
|
|
@3071
|
[3071]
|
04/13/07 08:40:22 |
crschmidt |
Firefox SVG does not support drawing points with values more than … |
|
|
|
@3065
|
[3065]
|
04/11/07 11:48:41 |
tschaub |
#655: add layer.eraseFeatures.patch() on the "public" side of the API - … |
|
|
|
@3043
|
[3043]
|
04/10/07 12:07:56 |
tschaub |
#628 - a feature has a geometry - a geometry doesn't have a feature - … |
|
|
|
@3040
|
[3040]
|
04/10/07 06:19:13 |
crschmidt |
Commit #637, "add cursor property in Feature.Vector" from pgiraud, … |
|
|
|
@2998
|
[2998]
|
04/03/07 23:02:50 |
crschmidt |
Curves aren't rendered. Everything else can be taken care of later. |
|
|
|
@2978
|
[2978]
|
04/02/07 12:46:34 |
sderle |
propset svn:eol-style native recursively throughout trunk. enjoy\! |
|
|
|
@2969
|
[2969]
|
04/02/07 06:54:01 |
crschmidt |
Minor documentation fixed from fredj (#570). |