]> source.dussan.org Git - jquery.git/shortlog
jquery.git
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
2011-10-06 timmywilAdd a hook for removing contenteditable in IE6/7 and...
2011-10-06 Rick WaldronAdditional nits 531/head
2011-10-06 Rick WaldronStyle sweep
2011-10-06 Dave MethvinRename jQuery.event.propHooks to .fixHooks.
2011-10-05 Dave MethvinMerge pull request #522 from rwldrn/10371
2011-10-04 Rick WaldronLanding pull request 530. Fixes coniditional path for...
2011-10-04 jaubourgisProgressing becomes isPending. Unit tests added.
2011-10-04 Julian AubourgMerge pull request #529 from shichuan/master
2011-10-04 Shi Chuanupdated Juriy Zaytsev's detecting event support techniq... 529/head
2011-10-02 jaubourgWe have too many unctions in this function.
2011-10-01 Rick WaldronLanding pull request 523. Adds character frequency...
2011-10-01 Corey FrangLanding pull request 525. Fixing tests with qunit.
2011-09-30 timmywilAdd support for calling outer/inner Width/Height on...
2011-09-29 Dave MethvinFix #10375. Don't put `type` in jQuery.event.props
2011-09-28 timmywilUpdate Sizzle. Fixes #3144, #6863.
2011-09-28 Dave MethvinUpdating the source version to 1.7pre
2011-09-28 Rick WaldronRemoves 'subline' from test/index.html. Fixes #10371 522/head
next