OpenLayers OpenLayers

root/trunk/openlayers/lib/OpenLayers/Handler


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8415 [8415] 11/25/08 03:04:51 elemoine change method name from "downFeature" to "down" in the ND of the "down" …
(edit) @8284 [8284] 11/05/08 16:23:55 tschaub The feature handler should not handle destroyed features. Or any features …
(edit) @8207 [8207] 10/27/08 15:00:08 euzuro fix propogate/propagate typo in click handler. thanks to chris r. for …
(edit) @7979 [7979] 09/08/08 13:43:34 pagameba apply missing semicolons from r7975 (in 2.7 branch) to trunk
(edit) @7964 [7964] 09/05/08 11:06:04 euzuro Sketch handler updates. Patch by tschaub, review elemoine (Closes #1698)
(edit) @7879 [7879] 08/27/08 10:02:21 ahocevar Made the Feature handler more robust to things that are related to …
(edit) @7873 [7873] 08/26/08 19:35:31 crschmidt Controls should (by definition within OL) stop downs (if they care) and …
(edit) @7872 [7872] 08/26/08 19:27:04 euzuro Add support in OL for right-click capturing, including dbl-right-clicks …
(edit) @7859 [7859] 08/26/08 03:39:21 ahocevar Clear point bounds after changing coordinates. Prevents strange behaviour …
(edit) @7683 [7683] 08/03/08 08:24:18 crschmidt Flipped a return value here; this should be 'true', not 'false'. (See …
(edit) @7682 [7682] 08/02/08 22:06:31 crschmidt Fix for Feature handler uses getFeatureFromEvent on mousemove even …
(edit) @7649 [7649] 07/31/08 17:21:10 ahocevar Take css borders into account when drawing the box. This has to be done …
(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) @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) @7588 [7588] 07/29/08 14:13:08 elemoine new RegularPolygon features can be invisible, p=me, r=crschmidt (closes …
(edit) @7375 [7375] 06/18/08 05:33:55 ahocevar "Draw bug in OpenLayers.Handler.Box with firefox". Now always set …
(edit) @6833 [6833] 04/09/08 12:52:08 tschaub Fixing links in documentation. Other Natural Docs changes. (closes …
(edit) @6564 [6564] 03/20/08 03:26:21 elemoine dragging mode of modify feature control is broken. r=crschmidt,tschaub. …
(edit) @6556 [6556] 03/19/08 16:53:59 crschmidt Fix mousewheeling on eventpane layers. r=tschaub (Closes #1438)
(edit) @6416 [6416] 02/29/08 03:37:12 euzuro be very very careful about how we deal with the wheel. only take action …
(edit) @6414 [6414] 02/29/08 02:30:34 tschaub The click and hover handlers need to take care that the event they are …
(edit) @6163 [6163] 02/08/08 23:23:54 crschmidt Rollback patch from #1332, which broke feature creation.
(edit) @6154 [6154] 02/08/08 19:49:38 crschmidt Refactor Hanadler.Point cancel/finalize to just call a cleanup and pass …
(edit) @6131 [6131] 02/08/08 14:51:55 crschmidt Fix lots of EOL SSTyle line ending problems.
(edit) @6066 [6066] 02/07/08 22:24:42 tschaub By default, the click handler now has a zero pixelTolerance. This means …
(edit) @6011 [6011] 02/06/08 18:52:39 crschmidt Fix typo in comments.
(edit) @6004 [6004] 02/06/08 10:34:16 fredj Opera version < 9.20 invert the wheelDelta value but version >= 9.20 …
(edit) @5976 [5976] 02/03/08 12:35:39 elemoine Add properties stopClick, stopDown, and stopUp to the feature handler. …
(edit) @5975 [5975] 02/03/08 12:20:39 elemoine This commit solves the following problem with the select feature control: …
(edit) @5911 [5911] 01/27/08 09:48:02 crschmidt Because onselectstart is null by default, our logic to set it and replace …
(edit) @5746 [5746] 01/15/08 07:54:47 elemoine Add hover handler. With this handler user-defined actions can be triggered …
(edit) @5698 [5698] 01/09/08 04:55:22 tschaub The pixelTolerance check on the click handler only works if mousedown …
(edit) @5697 [5697] 01/09/08 04:50:21 tschaub Giving the drag handler a stopDown property. Set this to true in the …
(edit) @5676 [5676] 01/07/08 18:49:59 elemoine click handler's cachedEvent property isn't needed. r=tschaub. (closes …
(edit) @5624 [5624] 01/02/08 14:06:07 tschaub Point, path, and poly handlers now clean up before calling callbacks. …
(edit) @5614 [5614] 01/01/08 03:14:55 crschmidt Update copyrights to 2008.
(edit) @5555 [5555] 12/21/07 03:48:08 tschaub Making feature handler call over and out callbacks just once per mouseover …
(edit) @5553 [5553] 12/21/07 03:28:09 tschaub Separating jsdoc style docs into their own block. The new NaturalDocs
(edit) @5523 [5523] 12/19/07 22:02:54 tschaub stop clicks on the point handler - this means no more clicks sneaking …
(edit) @5506 [5506] 12/19/07 06:09:44 elemoine Enables unselecting selected features by clicking outside any feature. …
(edit) @5470 [5470] 12/17/07 09:36:39 elemoine Do not call preFeatureInsert() and onFeatureInsert() callbacks when the …
(edit) @5438 [5438] 12/15/07 23:42:14 tschaub adding a click handler for flexible cross-browser single and double click …
(edit) @5433 [5433] 12/15/07 16:29:06 crschmidt When trying to deactivate a control from within that control's …
(edit) @5399 [5399] 12/13/07 14:51:49 crschmidt Box Handler should use CSS to style its box. (Closes #1070)
(edit) @5396 [5396] 12/13/07 09:53:36 elemoine Handler.Point doesn't render points if no default resolution props in map …
(edit) @5200 [5200] 11/15/07 18:37:36 tschaub adding irregular option to regular polygon control - now, go draw …
(edit) @5097 [5097] 11/01/07 16:53:06 tschaub Make the drag handler only call done if it actually dragged - thanks for …
(edit) @5085 [5085] 11/01/07 09:37:16 elemoine handlers have to check if layer exists before destroying it. Thanks …
(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) @4400 [4400] 09/19/07 17:01:04 tschaub Make the drag handler tidy up after itself a bit more. This solves the …
(edit) @4354 [4354] 09/17/07 15:25:26 tschaub Simplify click handling in the drag handler - this makes the sequence …
(edit) @4353 [4353] 09/17/07 12:59:16 tschaub Adding angle brackets to link class names in the docs (see #983).
(edit) @4302 [4302] 09/14/07 16:08:47 tschaub Deprecating all prototype extensions. This puts all OpenLayers
(edit) @4256 [4256] 09/13/07 06:27:39 crschmidt Remove class_name jsdoc for consistency, thanks fredj. (Closes #853)
(edit) @4243 [4243] 09/12/07 11:05:18 crschmidt With review from elem and additional tests, add filter by geometry type to …
(edit) @4241 [4241] 09/12/07 10:25:34 elemoine select features on "click" as opposed to on "mousedown" (closes …
(edit) @4230 [4230] 09/12/07 00:18:59 crschmidt fix for 'map elements are selected in IE when using shift key' in …
(edit) @4217 [4217] 09/11/07 10:26:08 crschmidt Fix lacking code from #666-- I had originally wanted to add this, but …
(edit) @4205 [4205] 09/10/07 16:24:27 tschaub Adding a RegularPolygon handler for drawing squares, triangles, circles, …
(edit) @4147 [4147] 08/30/07 19:25:49 tschaub make the drag handler and drag feature control tidy up after themselves - …
(edit) @4110 [4110] 08/29/07 14:44:10 tschaub Filling our log with cruft, adding meaningless conflicts for merges, and …
(edit) @4109 [4109] 08/29/07 14:08:32 euzuro wiki/NaturalDocs says we should be using 'Return:' and not 'Returns:' so …
(edit) @4108 [4108] 08/29/07 13:37:42 tschaub Fix deactivate and destroy methods on the keyboard handler. Add 28 tests …
(edit) @4107 [4107] 08/29/07 12:15:45 tschaub natural docs comments for the keyboard handler
(edit) @4100 [4100] 08/29/07 00:21:17 crschmidt Properly destroy OpenLayers.Handler.MouseWheel, patch from fredj. Added …
(edit) @4096 [4096] 08/28/07 23:11:41 tschaub Modify drag handler for easier subclassing. Thanks for the team effort on …
(edit) @4076 [4076] 08/28/07 12:34:53 tschaub Properly destroy features in the polygon handler. Many thanks to fredj …
(edit) @4063 [4063] 08/27/07 17:03:28 tschaub Properly destroy features in the point, path, and polygon handlers. Patch …
(edit) @4042 [4042] 08/25/07 03:46:52 crschmidt "JS error after using mousewheel without having moved the mouse before." …
(edit) @4036 [4036] 08/24/07 18:33:28 crschmidt EditingToolbar does not display first segment in VML until 3 points added. …
(edit) @4035 [4035] 08/24/07 18:07:18 crschmidt DragFeature test Broken in IE6. The tests all passed because this only …
(edit) @3984 [3984] 08/23/07 07:29:06 crschmidt Since John already went ahead and committed the main change, I'm just …
(edit) @3906 [3906] 08/15/07 16:48:17 tschaub #905 - give the drag handler back its start property - controls use but do …
(edit) @3891 [3891] 08/10/07 23:32:41 tschaub #774 - drag control only calls move callback with a change in pixel …
(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) @3787 [3787] 07/23/07 11:09:09 euzuro fix for #853 - remove JSDOC comments from CLASS_NAME variables
(edit) @3767 [3767] 07/16/07 16:25:11 tschaub #823 New class style. Instead of OldStyle = Class.create(); …
(edit) @3686 [3686] 07/10/07 17:56:11 tschaub coding standards - getting rid of these tabs all at once
(edit) @3659 [3659] 07/09/07 16:02:52 tschaub more doc comments for the drag handler
(edit) @3642 [3642] 07/06/07 20:12:57 tschaub more whitespace changes in Handler/Drag.js
(edit) @3641 [3641] 07/06/07 20:09:22 tschaub #812 - give drag handler a done callback
(edit) @3639 [3639] 07/06/07 19:05:28 euzuro cosmetic nd changes, coding standards
(edit) @3620 [3620] 07/06/07 13:38:20 euzuro remove *private* statements from nd comments
(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) @3082 [3082] 04/17/07 14:25:04 sderle Prevent click event when dragging in Handler.Drag. Fixes #656.
(edit) @3043 [3043] 04/10/07 12:07:56 tschaub #628 - a feature has a geometry - a geometry doesn't have a feature - …
(edit) @3042 [3042] 04/10/07 06:35:16 crschmidt Minor change to change default post-drag styling from 'default' to . …
(edit) @3039 [3039] 04/09/07 16:15:19 tschaub #652 - IE was pretending it didn't know about document.onselectstart - …
(edit) @2978 [2978] 04/02/07 12:46:34 sderle propset svn:eol-style native recursively throughout trunk. enjoy\!
(edit) @2955 [2955] 04/01/07 17:33:59 sderle Check return values from activate()/deactivate() in subclassed Handlers …
(edit) @2943 [2943] 03/31/07 14:30:56 crschmidt #571: Don't subclass Geometry.Point from LonLat, and all neccesary …
(edit) @2937 [2937] 03/30/07 18:04:06 sderle Handler.MouseWheel gets destroy(). Fixes #600. Look out now.
(edit) @2936 [2936] 03/30/07 18:03:05 sderle Keyboard-related classes get destroy(). Fixes #598. Ba-ding.
(edit) @2931 [2931] 03/30/07 17:42:32 sderle Tim's big refactoring of the Geometry modules. Fixes #590. All tests pass …
(edit) @2908 [2908] 03/28/07 11:59:49 tschaub modify the drag handler so that it only modifies IE's …
(edit) @2877 [2877] 03/24/07 19:11:18 crschmidt With Erik's approval on #341, I'm happy with this. This restores the …
Note: See TracRevisionLog for help on using the revision log.