fbef28ede3e6228a61a039aefbe9a4585515766c |
|
04-Feb-2012 |
Todd Kloots <kloots@yahoo.com> |
Removed the event-simulate dependency |
7af920b5469a3ebc416dace31e18e2d1abfea057 |
|
27-Jan-2012 |
Todd Kloots <kloots@yahoo.com> |
Intial go at the contextmenu synthetic event |
9947ab16ed5318e3d2d55eb4d14dfbd8dd137096 |
|
30-Nov-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Adding touch, flick, move, valuechange to rollup
Fixes #2531490 |
85bf9b572e256c3e30d383d3e2b7d7fbaca74bfb |
|
30-Aug-2011 |
Dav Glass <davglass@gmail.com> |
Fixed meta-data for event-resize |
a958fdd529761b111fb3d448b732519434c5d4af |
|
21-Jun-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Promote gallery-outside-events to event-outside
A few minor loader/yui file changes other than the
addition of the meta/aliases update came in, but no
code changes--only comments and whitespace that seem
to have changed in the src files. The src and build
files were out of sync for loader, so I tried to make
sure the updated files were in the same state, plus
the new event-outside metadata.
Original gallery module:
http://yuilibrary.com/gallery/show/outside-events
Also see Brett's github repo
https://github.com/brettstimmerman/outside-events |
51c9a66dc37ed8610bd3edd86eb5371fb226342f |
|
04-Jun-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Fix mousewheel and resize requires meta.
They aren't yet converted to the synthetic
event infrastructure. They only need node-base. |
18025c0b6f013225b1c07eaae87c104c4dece712 |
|
01-Jun-2011 |
Ryan Grove <ryan@wonko.com> |
Fix metadata errors in autocomplete and event.
Modifying Y.Array.hash to handle sparse arrays properly revealed that
the metadata for AutoComplete and Event were erroneously providing
strings as values for the "after" option, when they should have been
providing arrays.
Fixing this error may very well result in a slight Loader metadata
parsing speedup. |
a067ff42a9884fae2fc31f95e417b5e5c53ad66d |
|
27-May-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Add rollup "use" list to module metadata |
e5624bda71f8427ddc1fdb612994cb7ac7eb740b |
|
10-May-2011 |
Dav Glass <davglass@gmail.com> |
Merging in 0064de00 |
0064de0080a16ab78adb5df16447e21562216850 |
|
17-Feb-2011 |
Luke Smith <lsmith@yahoo-inc.com> |
Fix event-hover dependencies meta |
c64978b48fe561f13e3d68afc70d7c528946359b |
|
07-Dec-2010 |
Adam Moore <adamoore@yahoo-inc.com> |
hasFeature update for IE event conditional module (for IE9) [fixes bug #2529587]. |
f3bf567920c0c7ce16a4f5b8bdc719000658d56c |
|
19-Nov-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
Add event-hover meta to Loader |
011173392d3a1a59092095d5a24857134cb16f93 |
|
06-Oct-2010 |
Adam Moore <adamoore@yahoo-inc.com> |
Fixed memory leak when adding a listener to an element that is never
inserted into the dom [fixes #2529385]. Added a conditional module for
IE. Faster event facades. |
e3cee6b38c62be71fcb6028e299980eb886a0544 |
|
05-Oct-2010 |
Adam Moore <adamoore@yahoo-inc.com> |
Fixed memory leak when adding a listener to an element that is never
inserted into the dom [fixes #2529385]. Added a conditional module for
IE. Faster event facades. |
c5ceae16ec79a0e26b3f7d7d8420955057a5f066 |
|
21-Jul-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
Add event-synthetic to event module rollup. |
59fdd279a10059b34e51bc5f7368a7fe1175d325 |
|
14-Jul-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
Refactor SyntheticEvent.
API doc comments not yet migrated over from prior
version. Synths now support filtering of subs
notified by notifier.fire(). And the on, init, etc
implementation code is used to subclass SyntheticEvent
rather than stored as property impl on a SyntheticEvent
instance. |
757a02c8aa3074da5af65401e06946e17c4d8a7d |
|
08-Jun-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
Added initial touch exposure for Node and Event Facade (still rough). Also removed incorrect entries in Node.DOM_EVENTS (it had event facade properties, instead of events) |
a0cecfafac4879069279d410edcc012fadabf9e2 |
|
26-Feb-2010 |
Adam Moore <adamoore@yahoo-inc.com> |
meta/module.json files must be valid JSON. That means no comments, no trailing commas, and quoted keys. |
8929133686602facf288d7127fe898c1d4d23539 |
|
26-Feb-2010 |
Luke Smith <lsmith@yahoo-inc.com> |
Fixing metadata for event-synthetic so it is resolved by loader correctly. |
81d15d4759a68234e2126540b39f51a13ffa805f |
|
12-Feb-2010 |
Adam Moore <adamoore@yahoo-inc.com> |
Added module-specific loader metadata json files and the script to put them together |