|
|
|
@7242
|
[7242]
|
07/26/07 12:55:12 |
seth |
Added Event.Methods.create and Event.Methods.dispatch to the events … |
|
|
|
@7063
|
[7063]
|
06/19/07 16:35:03 |
mislav |
Prototype: more Event unit tests and cleanup |
|
|
|
@7062
|
[7062]
|
06/19/07 15:30:59 |
mislav |
Prototype: Event.observe now returns the event handler passed. Initial … |
|
|
|
@7061
|
[7061]
|
06/19/07 14:45:19 |
mislav |
Prototype: refactor applyToCollection so it handles not only collections … |
|
|
|
@7056
|
[7056]
|
06/18/07 17:00:15 |
mislav |
Prototype: mousewheel enhancements, updated TODO, test tweaks. It is no … |
|
|
|
@7045
|
[7045]
|
06/17/07 15:25:17 |
mislav |
Prototype: mousewheel love for IE. Fixed stopObserving doesn't take string … |
|
|
|
@7044
|
[7044]
|
06/17/07 14:39:43 |
mislav |
Prototype: Exclusively for Thomas - mouse wheel events based on the work … |
|
|
|
@7042
|
[7042]
|
06/17/07 02:25:20 |
andrew |
* Added functional tests for mouseenter and mouseleave.
* Ensure … |
|
|
|
@7032
|
[7032]
|
06/15/07 22:08:44 |
mislav |
Prototype: Event instance methods are now prepared with #methodize. In … |
|
|
|
@7031
|
[7031]
|
06/15/07 21:42:56 |
mislav |
Function#methodize from [6723] |
|
|
|
@7029
|
[7029]
|
06/15/07 20:46:37 |
tobie |
Refactoring the stopObserving method. Making it more OO. |
|
|
|
@7001
|
[7001]
|
06/11/07 08:37:02 |
tobie |
Fix a safari issue with mouseenter/leave. |
|
|
|
@6999
|
[6999]
|
06/11/07 07:58:40 |
tobie |
Adds support for mouseenter and mouseleave. Tests to follow. |
|
|
|
@6655
|
[6655]
|
05/03/07 17:51:04 |
mislav |
Prototype: useful Function methods from [6626] |
|
|
|
@6629
|
[6629]
|
04/29/07 11:49:27 |
mislav |
Prototype: all Event methods now available on event instances. Sam … |
|
|
|
@6622
|
[6622]
|
04/29/07 01:30:26 |
sam |
prototype: Fix Event extensions for Safari. |
|
|
|
@6617
|
[6617]
|
04/29/07 00:11:23 |
mislav |
Prototype: weird Gecko bug. I can't preventDefault() *and* log() the event … |
|
|
|
@6616
|
[6616]
|
04/28/07 23:34:06 |
mislav |
Prototype: Event Safari fixes
* Tried to please Safari for middle click … |
|
|
|
@6615
|
[6615]
|
04/28/07 22:52:18 |
mislav |
Prototype: mouse button detection somewhat fixed (Safari still needs … |
|
|
|
@6614
|
[6614]
|
04/28/07 22:26:01 |
sam |
Fix logging in the event branch functional tests for Safari. |
|
|
|
@6613
|
[6613]
|
04/28/07 21:08:52 |
mislav |
Prototype: event instance extensions - experimental |
|
|
|
@6612
|
[6612]
|
04/28/07 20:14:21 |
mislav |
Prototype event fixes galore!
* element, relatedTarget, findElement now … |
|
|
|
@6609
|
[6609]
|
04/28/07 15:08:54 |
mislav |
Prototype: add TODO for Event and Form branches |
|
|
|
@6596
|
[6596]
|
04/27/07 22:31:13 |
mislav |
Support for "DOMContentLoaded" event handling. Usage:
… |
|
|
|
@6537
|
[6537]
|
04/18/07 12:00:05 |
christophe |
Fixed isLeftClick logic, added isMiddleClick and isRightClick for browsers … |
|
|
|
@6462
|
[6462]
|
03/25/07 20:43:38 |
mislav |
functional tests cleanup; real stopPropagation test |
|
|
|
@6454
|
[6454]
|
03/23/07 07:52:29 |
tobie |
Adds the currentTarget property to the normalized event object for IE. … |
|
|
|
@6287
|
[6287]
|
03/02/07 14:01:24 |
mislav |
correct syntax error; more cleanup |
|
|
|
@6286
|
[6286]
|
03/02/07 13:22:19 |
mislav |
reverting [6285], unnecessary merge from trunk |
|
|
|
@6285
|
[6285]
|
03/02/07 13:03:53 |
mislav |
r1234@Cotton (orig r6215): madrobby | 2007-02-23 02:19:18 +0100
… |
|
|
|
@6237
|
[6237]
|
02/26/07 05:56:20 |
andrew |
* Early return from applyToList.
* Minor syntax cleanup.
* Added … |
|
|
|
@6205
|
[6205]
|
02/22/07 11:25:50 |
mislav |
Node constants as per DOM/ECMAScript bindings |
|
|
|
@6194
|
[6194]
|
02/21/07 21:29:00 |
mislav |
These changes are imported from Andrew's and mine work on #5786.
Features … |
|
|
|
@6193
|
[6193]
|
02/21/07 20:47:25 |
mislav |
Event branch |
|
copied from spinoffs/prototype/trunk:
|
|
|
|
@6173
|
[6173]
|
02/19/07 22:23:10 |
madrobby |
Prototype: Add unified Browser detection by providing … |