OpenLayers OpenLayers

root/trunk/openlayers/lib/OpenLayers/Control


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8382 [8382] 11/16/08 13:26:39 tschaub Draw and modify controls now set feature state. No longer do we need to …
(edit) @8321 [8321] 11/11/08 07:12:15 crschmidt Add more comments to NavToolbar.
(edit) @8302 [8302] 11/07/08 03:46:02 elemoine ModifyFeature makes SelectFeature control behave/become like …
(edit) @8285 [8285] 11/05/08 16:53:34 crschmidt Support changing the modification key used to draw the zoomBox, from …
(edit) @8194 [8194] 10/24/08 18:17:46 crschmidt Fix a typo in documentation pointed out by MonkZ on IRC.
(edit) @8151 [8151] 10/20/08 13:06:50 crschmidt add 'deprecated' comment to docs
(edit) @8037 [8037] 09/19/08 02:00:17 fredj Add copyright headers and 'Inherits from'. Comments only modification.
(edit) @8032 [8032] 09/18/08 09:25:36 fredj fix typo in comment
(edit) @8021 [8021] 09/16/08 12:23:43 euzuro Fixing erroneously set default for right-click handlers. Thanks to senior …
(edit) @7986 [7986] 09/09/08 11:53:09 euzuro Fix for Permalink's override-able createParams() function, which was …
(edit) @7965 [7965] 09/05/08 11:07:59 euzuro Added a control for drawing geometries and returning basic metrics (length …
(edit) @7956 [7956] 09/04/08 18:05:05 euzuro Fixing example to only do the conditional inclusion on ie6 and below and …
(edit) @7950 [7950] 09/04/08 15:21:59 euzuro Add new ZoomPanel and PanPanel, a step towards a more easily customizable …
(edit) @7881 [7881] 08/27/08 15:33:49 ahocevar made permalink control more configurable by adding an argParserClass …
(edit) @7872 [7872] 08/26/08 19:27:04 euzuro Add support in OL for right-click capturing, including dbl-right-clicks …
(edit) @7864 [7864] 08/26/08 10:54:48 ahocevar Added support for different projections for main map and overview map. …
(edit) @7713 [7713] 08/08/08 09:34:59 fredj keep the cursor style to 'move' if the cursor is above a feature. …
(edit) @7682 [7682] 08/02/08 22:06:31 crschmidt Fix for Feature handler uses getFeatureFromEvent on mousemove even …
(edit) @7675 [7675] 08/01/08 18:21:50 crschmidt Patch from funky_c to move all alert()s in the library to a …
(edit) @7666 [7666] 08/01/08 14:21:56 crschmidt Non unique HTMLElement in Control, fix put together by sbenthall. Tests …
(edit) @7644 [7644] 07/31/08 13:45:16 crschmidt * Fixes to the Keyboard Handler to make it work better -- * drop …
(edit) @7627 [7627] 07/31/08 00:44:25 tschaub Caching array length instead of accessing it with each iteration. …
(edit) @7616 [7616] 07/30/08 18:03:40 tschaub Adding a beforefeatureselected event to the vector layer events. If a …
(edit) @7615 [7615] 07/30/08 17:23:19 crschmidt Change getMousePosition to only be called automatically *if* the …
(edit) @7614 [7614] 07/30/08 16:26:13 elemoine modify feature control must use silent:true when removing/destroying …
(edit) @7612 [7612] 07/30/08 14:40:23 euzuro adding types to properties from the mousing improvements patch. No …
(edit) @7608 [7608] 07/30/08 12:27:48 crschmidt patch for improved mousedragging. We were able to test this on my …
(edit) @7601 [7601] 07/29/08 23:41:22 tschaub Adding a featureadded event to the draw feature control event types. …
(edit) @7597 [7597] 07/29/08 20:40:32 crschmidt Redraw control.panel when toggle controls are activated. Patch by …
(edit) @7589 [7589] 07/29/08 14:20:19 tschaub Adding a box property to the SelectFeature control for selecting all …
(edit) @7422 [7422] 06/23/08 02:56:58 fredj Use css sprites technique to simplify the NavigationHistory controls. …
(edit) @7396 [7396] 06/20/08 07:56:17 crschmidt several minor coding standards changes. no functional change.
(edit) @7382 [7382] 06/19/08 14:45:22 crschmidt Committed in wrong directory; this was meant to go to the sandbox. …
(edit) @7381 [7381] 06/19/08 14:44:25 crschmidt break out post-rendering into seperate function to be defined in page. …
(edit) @7374 [7374] 06/18/08 04:57:02 pgiraud add a map getUnits method, r=ahocevar (Closes 1591)
(edit) @7341 [7341] 06/10/08 16:39:03 tschaub Adding px units where appropriate in style properties. Thanks Wally …
(edit) @7290 [7290] 05/30/08 05:16:39 sderle Permalink requires ArgParser. Arg!
(edit) @7213 [7213] 05/17/08 16:11:45 elemoine ND changes in the modify feature control. Thanks ahocevar for catching the …
(edit) @7163 [7163] 05/13/08 16:52:01 elemoine MousePosition: numDigits inconsistency, reported by kthy, patch by kthy, …
(edit) @7061 [7061] 05/05/08 02:55:07 elemoine Cannot modify a feature (linestring) that have two points at the same …
(edit) @6833 [6833] 04/09/08 12:52:08 tschaub Fixing links in documentation. Other Natural Docs changes. (closes …
(edit) @6810 [6810] 04/07/08 14:38:13 pagameba spelling mistake in comment.
(edit) @6802 [6802] 04/07/08 04:07:25 ahocevar fixed typo: replaced styleVirtual with virtualStyle, so it matches the API …
(edit) @6799 [6799] 04/07/08 00:08:33 crschmidt 2.6 accidentally broke behavior when clicking on the panzoombar. Thanks to …
(edit) @6748 [6748] 03/31/08 20:14:34 pagameba quick lint before rc1, only some missing missing semi-colons.
(edit) @6727 [6727] 03/31/08 01:55:12 crschmidt Add 'allowSelection' option to controls, to determine whether they …
(edit) @6577 [6577] 03/21/08 14:55:26 tschaub Making the feature handler a dependency of the SelectFeature control.
(edit) @6557 [6557] 03/19/08 17:09:53 pagameba Closes #1451: change test to be (hopefully) map unit independent. …
(edit) @6516 [6516] 03/13/08 09:44:09 crschmidt Rolling back patch from #751: this broke IE when used (destroy tries …
(edit) @6514 [6514] 03/13/08 00:20:53 crschmidt showPan & showZoomBar options in control PanZoomBar, to turn off the …
(edit) @6492 [6492] 03/11/08 14:32:17 tschaub Smooth GDragging at last. Thanks to overstdr for digging up the …
(edit) @6490 [6490] 03/11/08 12:02:39 tschaub Documenting onModification* methods as deprecated in ModifyFeature …
(edit) @6462 [6462] 03/07/08 18:04:32 crschmidt Add improved navigation control support for disabling zooming with …
(edit) @6443 [6443] 03/06/08 00:22:18 tschaub Control panels should deactivate all non-toggle type controls before …
(edit) @6432 [6432] 03/04/08 05:19:24 ahocevar typo in ZoomBox. Thanks avlee for spotting this and the patch. r=me …
(edit) @6431 [6431] 03/04/08 05:11:32 fredj Separating jsdoc declarations. (See #1229)
(edit) @6427 [6427] 03/03/08 02:06:27 tschaub ND typo
(edit) @6418 [6418] 02/29/08 09:16:10 fredj Add missing ND comments. (non-functional changes)
(edit) @6413 [6413] 02/29/08 01:50:39 fredj Send events when modifying features: 'beforefeaturemodified' triggered …
(edit) @6410 [6410] 02/29/08 00:59:43 tschaub Checking for properties directly on the prototype since it has been …
(edit) @6331 [6331] 02/20/08 18:44:34 tschaub Adding support for fractional zoom to the pan zoom bar. Setting …
(edit) @6330 [6330] 02/20/08 18:40:18 ahocevar Click on overview map raises error in IE. r=tschaub (closes #1371)
(edit) @6315 [6315] 02/16/08 03:20:49 pgiraud fixes typo (Closes #1365)
(edit) @6313 [6313] 02/15/08 16:15:48 tschaub Adding framework for internationalization support. The new …
(edit) @6240 [6240] 02/12/08 18:05:47 ahocevar "users should be able to customize the select style per feature": Created …
(edit) @6196 [6196] 02/11/08 03:08:11 fredj fix ND start tag. (non-functional change)
(edit) @6177 [6177] 02/09/08 14:39:12 tschaub Thanks Ian Mayo for this nice ScaleLine control. Give your maps a dualie …
(edit) @6172 [6172] 02/09/08 13:51:48 ahocevar Fixed several destroy() methods to avoid running into undefined objects …
(edit) @6167 [6167] 02/09/08 11:46:02 tschaub Giving all controls an events instance. You can now listen for activate …
(edit) @6157 [6157] 02/08/08 20:27:45 tschaub Add navigation history control. This control creates two obligate …
(edit) @6149 [6149] 02/08/08 18:31:27 tschaub Trigger feature related events with feature information and layer related …
(edit) @6131 [6131] 02/08/08 14:51:55 crschmidt Fix lots of EOL SSTyle line ending problems.
(edit) @6111 [6111] 02/08/08 11:28:11 crschmidt Add support for animated panning, with most of the work done by Pierre, …
(edit) @6106 [6106] 02/08/08 10:52:03 tschaub For controls with multiple handlers, we now tack them on to a handlers …
(edit) @6052 [6052] 02/07/08 19:42:47 crschmidt overviewmap needs to set fallThrough to false (Closes #1333)
(edit) @6010 [6010] 02/06/08 17:49:41 ahocevar Race conditions with creation and destruction of OverviewMap. r=tschaub …
(edit) @6004 [6004] 02/06/08 10:34:16 fredj Opera version < 9.20 invert the wheelDelta value but version >= 9.20 …
(edit) @5990 [5990] 02/05/08 01:34:20 euzuro give the navigation control a proper destroy and also give it a test file …
(edit) @5982 [5982] 02/04/08 01:23:54 tschaub Adding fractionalZoom property to the map. This allows zooming to an …
(edit) @5974 [5974] 02/03/08 12:10:03 elemoine The modify feature control destroys the vertex that was dragged in the …
(edit) @5959 [5959] 02/01/08 11:42:33 tschaub Taming the select feature control a bit. Previously, onUnselect was …
(edit) @5910 [5910] 01/27/08 09:44:16 crschmidt Add support to set the 'title' property of a control such that it will be …
(edit) @5906 [5906] 01/26/08 21:26:36 crschmidt Add a seperate method which actually does the formatting in the …
(edit) @5900 [5900] 01/25/08 19:00:37 euzuro arg parser triggers load of baselayer too early. thanks for the patch, …
(edit) @5897 [5897] 01/25/08 18:18:20 elemoine The deactivate method of the modify feature control calls the unselect …
(edit) @5896 [5896] 01/25/08 18:13:57 ahocevar SelectFeature and OpenLayers.Feature.Vector.styleselect?: changed …
(edit) @5891 [5891] 01/24/08 20:35:34 crschmidt Cleanup after the Navigation control (at least slightly more)
(edit) @5870 [5870] 01/23/08 22:16:42 crschmidt Add generic 'button' control. r=tschaub. (Closes #872)
(edit) @5821 [5821] 01/20/08 14:09:27 pagameba mis-spelling in comment.
(edit) @5796 [5796] 01/17/08 11:35:49 pagameba (Closes #1187.) applying Bart's patch to add a zoom out option to the zoom …
(edit) @5674 [5674] 01/07/08 15:54:28 tschaub Gutting the OverviewMap control to give it an update. Now uses a click …
(edit) @5631 [5631] 01/02/08 19:30:33 tschaub Constructor doc comment for control panel.
(edit) @5623 [5623] 01/02/08 13:54:33 tschaub Proper handling of virtual vertices so we don't leave them on the layer. …
(edit) @5614 [5614] 01/01/08 03:14:55 crschmidt Update copyrights to 2008.
(edit) @5613 [5613] 12/31/07 18:41:36 tschaub adding click handler as dependency to navigation control
(edit) @5553 [5553] 12/21/07 03:28:09 tschaub Separating jsdoc style docs into their own block. The new NaturalDocs
(edit) @5532 [5532] 12/20/07 03:12:19 tschaub Adding OpenLayers.Array.filter to mimic Array.prototype.filter. Adding …
(edit) @5529 [5529] 12/20/07 01:47:28 tschaub doc change only - feature vector not vector feature
(edit) @5527 [5527] 12/19/07 23:11:52 crschmidt Fix for "When Navigation control is inactive, doubleclick zooms in", …
(edit) @5519 [5519] 12/19/07 18:36:34 crschmidt add displayProjection API Property on the Map, and on relevant …
Note: See TracRevisionLog for help on using the revision log.