OpenLayers OpenLayers

root/trunk/openlayers/lib/OpenLayers/Geometry


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8331 [8331] 11/11/08 15:48:26 tschaub Adding more explicit requires directives.
(edit) @7885 [7885] 08/28/08 14:41:00 crschmidt Clear bounds of geometries when reprojecting. Patch wwork by myself, …
(edit) @7704 [7704] 08/05/08 01:54:47 fredj Remove JSDOC from CLASS_NAME property, (see #853)
(edit) @7627 [7627] 07/31/08 00:44:25 tschaub Caching array length instead of accessing it with each iteration. …
(edit) @6833 [6833] 04/09/08 12:52:08 tschaub Fixing links in documentation. Other Natural Docs changes. (closes …
(edit) @6748 [6748] 03/31/08 20:14:34 pagameba quick lint before rc1, only some missing missing semi-colons.
(edit) @6446 [6446] 03/06/08 10:02:30 crschmidt Add more docs to rectangle
(edit) @5673 [5673] 01/07/08 14:54:44 tschaub Getting explicit about precision. We now support thirteen significant …
(edit) @5614 [5614] 01/01/08 03:14:55 crschmidt Update copyrights to 2008.
(edit) @5553 [5553] 12/21/07 03:28:09 tschaub Separating jsdoc style docs into their own block. The new NaturalDocs
(edit) @5515 [5515] 12/19/07 17:04:30 crschmidt Add reprojection support on Geometry classes. Geometries can now be …
(edit) @5458 [5458] 12/17/07 01:05:35 tschaub add geometry.intersects method for all geometry types (closes #1072)
(edit) @5439 [5439] 12/16/07 15:00:20 crschmidt Fix a couple minor mis-spelings in …
(edit) @5358 [5358] 12/07/07 10:48:18 fredj fix ND comment typo
(edit) @5347 [5347] 12/05/07 03:53:27 tschaub remove geometry components backwards - thanks for the catch flixo and …
(edit) @5200 [5200] 11/15/07 18:37:36 tschaub adding irregular option to regular polygon control - now, go draw …
(edit) @5157 [5157] 11/09/07 11:23:54 euzuro remove some stray oldschool jsdoc comments for the CLASS_NAME property. …
(edit) @5028 [5028] 10/19/07 14:34:00 pagameba remove local scope variables from global namespace.
(edit) @5002 [5002] 10/18/07 08:27:35 pagameba large scale syntactic clean up adding missing semi-colons and curly braces …
(edit) @4985 [4985] 10/16/07 22:21:22 crschmidt Refactor SVN layout in compliance with RFC/LicenseChange. This …
(edit) @4707 [4707] 09/30/07 21:03:29 tschaub All geometry equals methods now work with bad arguments (closes #1041).
(edit) @4205 [4205] 09/10/07 16:24:27 tschaub Adding a RegularPolygon handler for drawing squares, triangles, circles, …
(edit) @4127 [4127] 08/30/07 13:10:26 tschaub Use degrees instead of radians for geometry.rotate method (closes #948).
(edit) @4110 [4110] 08/29/07 14:44:10 tschaub Filling our log with cruft, adding meaningless conflicts for merges, and …
(edit) @3998 [3998] 08/23/07 13:16:00 tschaub #915 geometry manipulations need to call clearBounds
(edit) @3984 [3984] 08/23/07 07:29:06 crschmidt Since John already went ahead and committed the main change, I'm just …
(edit) @3956 [3956] 08/22/07 17:00:46 tschaub #912 first and last component of a linear ring refer to the same point
(edit) @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 …
(edit) @3815 [3815] 07/25/07 18:48:02 euzuro as universally approved on discussions on dev list, replace new Array() …
(edit) @3787 [3787] 07/23/07 11:09:09 euzuro fix for #853 - remove JSDOC comments from CLASS_NAME variables
(edit) @3780 [3780] 07/19/07 13:22:53 crschmidt #850: Patch from pgiraud to fix typo in Collection.js getBounds. Reviewed …
(edit) @3767 [3767] 07/16/07 16:25:11 tschaub #823 New class style. Instead of OldStyle = Class.create(); …
(edit) @3631 [3631] 07/06/07 16:32:22 tschaub #807 - give geometries a resize method - examples and tests for …
(edit) @3602 [3602] 07/05/07 18:03:27 tschaub #805 - all geometries now know how to rotate - see the …
(edit) @3587 [3587] 07/05/07 13:33:29 euzuro move all nd comments for CLASS_NAME back to jsdoc style. my personal …
(edit) @3545 [3545] 06/29/07 11:59:20 crschmidt Merge all changes from the naturaldocs sandbox. This brings all the work …
(edit) @3032 [3032] 04/06/07 19:31:36 tschaub #649 - remove collection.getComponents - use collection.components instead
(edit) @2969 [2969] 04/02/07 06:54:01 crschmidt Minor documentation fixed from fredj (#570).
(edit) @2945 [2945] 03/31/07 15:13:11 tschaub #611: let all geometry inherit toString from the superclass - …
(edit) @2943 [2943] 03/31/07 14:30:56 crschmidt #571: Don't subclass Geometry.Point from LonLat, and all neccesary …
(edit) @2931 [2931] 03/30/07 17:42:32 sderle Tim's big refactoring of the Geometry modules. Fixes #590. All tests pass …
(edit) @2920 [2920] 03/29/07 01:53:01 crschmidt Tabs patch from Erik, to change tabs to spaces so we don't have …
(edit) @2901 [2901] 03/26/07 19:06:54 tschaub take toString away from Geometry.LineString and Geometry.LinearRing, give …
(edit) @2899 [2899] 03/26/07 16:55:32 sderle Patch from fredj adds toString() method to Geometry.Linearring. Fixes …
(edit) @2859 [2859] 03/22/07 16:35:16 sderle Fix the inheritance chain in Geometry.Point. Fixes #551.
(copy) @2803 [2803] 03/16/07 09:23:56 crschmidt Merge vector-2.4 branch back to trunk. svn merge sandbox/vector-2.4/@2307 …
copied from sandbox/vector-2.4/lib/OpenLayers/Geometry:
(edit) @2753 [2753] 03/14/07 00:12:04 crschmidt Typo.
Note: See TracRevisionLog for help on using the revision log.