]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2011-11-08 Dave MethvinMerge pull request #585 from dcherman/master
2011-11-07 Daniel HermanReplace .bind with .on when building event aliases 585/head
2011-11-07 timmywilUpdate Sizzle
2011-11-07 Dave MethvinFix #10646. Throw an Error object from `.error()` for...
2011-11-07 Dave MethvinFix #10690. Make sure `.isNumeric()` can't get a `Date`.
2011-11-07 Dave MethvinFix #10676. Remove `wheelDelta` from the event props...
2011-11-07 Dave MethvinFix #10701, .preventDefault if an inline handler return...
2011-11-07 timmywilAdd back unit in the width/height step function. Fixes...
2011-11-07 Dave MethvinSince we fixed .is(POS) let's use it and save bytes.
2011-11-06 Dave MethvinMerge pull request #583 from JustinDrake/patch-2
2011-11-06 JustinIt seems the convention is to use `self` for caching... 583/head
2011-11-06 Matt MuellerRemoved irrelevant comment.
2011-11-06 Corey FrangRemoving a stale line of code in `.data()`
2011-11-06 Toby BrainFix #10177. Pass correct index to function-parameter...
2011-11-06 Berker PeksagChrome 10 slice bug has been fixed; remove workaround.
2011-11-06 Rick WaldronCoerce eq() argument all the time. Fixes #10616
2011-11-06 Rick WaldronUser internalKey instead of jQuery.expando. Fixes ...
2011-11-06 Dave MethvinStreamline getComputedStyle per @JustinDrake's observation.
2011-11-06 Mike SherovFix #10691. Remove all instances of equals() and same...
2011-11-06 Dave MethvinRemove forever-alone regexps in event.js
2011-11-06 Dave MethvinEliminate spurious error message from `which`.
2011-11-03 Dave MethvinUpdating the source version to 1.7.1pre
2011-11-03 Dave MethvinTagging the 1.7 release.
2011-11-03 Dave MethvinUpdate the version for building release notes.
2011-11-02 timmywilCorrect typo in support.js assigning margin-top with...
2011-11-01 Dave MethvinUpdating the source version to 1.7pre
2011-11-01 Dave MethvinTagging the 1.7rc2 release.
2011-11-01 timmywilAdd return in the offset support tests if the body...
2011-11-01 timmywilFix a failing effects test in IE; minor style changes...
2011-10-31 timmywilPass iframe support tests at doc ready. Fixes support...
2011-10-31 timmywilRevert "Landing pull request 530. Fixes coniditional...
2011-10-31 timmywilMerge branch 'bug_10613_2'
2011-10-31 timmywiljQuery.support.supportsFixedPosition -> jQuery.support...
2011-10-31 timmywilReduce bytes and minor adjustments
2011-10-31 timmywilConstruct a new container so that styles on the body...
2011-10-31 timmywilRun offset support tests at doc ready. Fixes #10613.
2011-10-31 Corey FrangRenaming 'runner' to 'hooks' - makes it a little more...
2011-10-28 timmywilAdd a way to fire native events using dispatchEvent...
2011-10-28 Mike SherovLanding pull request 562. Make sure runtimeStyle isn...
2011-10-27 Dave MethvinDRY the hover pseudo-event, get the type right, allow...
2011-10-27 Dave MethvinPass correct arg list to special._default. Thanks ...
2011-10-27 Dave MethvinMerge pull request #565 from rwldrn/10601
2011-10-27 Rick WaldronCleanup spacing in traversing.js. Fixes #10601 565/head
2011-10-27 Rick WaldronCleanup spacing in support.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in queue.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in outro.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in offset.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in manipulation.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in events.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in effects.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in css.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in attributes.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in ajax.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in core.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing. Fixes #10601
2011-10-27 Dave MethvinMake sure `.data("events")` still works, for now.
2011-10-26 Julian AubourgMerge pull request #564 from rwldrn/10586
2011-10-26 Dave MethvinFix #10588. For now, event voyeurism only merits the...
2011-10-26 Dave MethvinFix #10576. Add alias for jQuery.event.handle so voyeur...
2011-10-26 Rick WaldronCore styleguide cleanup. Fixes #10586 564/head
2011-10-25 Dave MethvinFix #10575. Undeclared `matched` var hosed recursive...
2011-10-24 Dave MethvinUpdating the source version to 1.7pre
2011-10-24 Dave MethvinTagging the 1.7rc1 release. 1.7rc1
2011-10-24 Dave MethvinRemove attribute match from quickIs
2011-10-24 Dave MethvinFix #10567. Make sure quickIs matches correct class...
2011-10-24 Dave MethvinFix 10558. Get the right element for checkClone; thanks...
2011-10-24 Dave MethvinFix #10563. Ensure event.currentTarget==this if delegated.
2011-10-24 Dave MethvinStop global event bubbling using onlyHandlers flag.
2011-10-24 Dave MethvinMake jQuery().off(event) work for delegated events.
2011-10-24 Dave MethvinFold dispatch function into main event dispatch.
2011-10-24 Dave MethvinDon't add an empty list of handlers.
2011-10-24 Dave MethvinMake event.currentTarget the delegate node, always.
2011-10-24 Dave MethvinDon't run direct handlers if delegate did .stopPropagat...
2011-10-24 timmywilMerge pull request #563 from rwldrn/fix-spaces
2011-10-24 Rick WaldronFixes gross indents. 563/head
2011-10-23 timmywilLanding pull request 550. IE6,7,8 cannot use cached...
2011-10-23 Mike SherovLanding pull request 561. only check for not null in...
2011-10-22 Mathias BynensLanding pull request 554. #10531: Remove `layerX` and...
2011-10-22 Mike SherovLanding pull request 553. Fallback to elem.style for...
2011-10-22 Rick WaldronLanding pull request 560. Further reduce minimal header...
2011-10-22 timmywilSupport setting both the enctype attribute and property...
2011-10-17 timmywilUse the property name in elem.removeAttribute in IE6...
2011-10-14 Dave MethvinUpdating the source version to 1.7pre
2011-10-14 Dave MethvinTagging the 1.7b2 release. 1.7b2
2011-10-13 Dave MethvinFix #10489. Disconnected elements don't bubble to document.
2011-10-13 timmywilRun ajax tests in swarm
2011-10-13 timmywilUpdate sizzle; Add sizzle cache collision iframe test...
2011-10-12 timmywilDo not call getElements on a script tag. Avoids unneces...
2011-10-12 Dave MethvinTweak live-blur() test to silence a IE8 swarm fail.
2011-10-12 timmywilLeave the opacity test unanchored in case of floating...
2011-10-12 Corey FrangSquashed commit of the following:
2011-10-12 Dave MethvinFix #10478. Replace jQuery.isNaN with jQuery.isNumeric.
2011-10-12 Dave MethvinFixes #10477. Get `.off(type, null, fn)` right.
2011-10-12 jaubourgRemoves isPending and introduces state as a means to...
2011-10-11 Dave MethvinFix focus/blur unit test issues. Reopens #6705.
2011-10-11 Dave MethvinFix #10468. Remove jQuery.event.proxy and jQuery.event...
2011-10-07 Julian AubourgMerge pull request #535 from gnarf37/queue-true
2011-10-07 timmywilMinor fix in events; undeclared var from last commit
2011-10-07 Corey FrangEffects - Allow queue: true - Fixes #10445 535/head
2011-10-07 Dave MethvinMerge pull request #531 from rwldrn/events.js-cleanup
next