]> source.dussan.org Git - jquery.git/shortlog
jquery.git
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
2011-09-28 Dave MethvinTagging the 1.7b1 release. 1.7b1
2011-09-28 Dave MethvinExpose jQuery.event.simulate for use by special event...
2011-09-28 Corey FrangLanding pull request 520. Unset the complete function...
2011-09-28 Corey FrangLanding pull request 514. 1.7 - queue refactoring to...
2011-09-28 timmywilMove createSafeFragment to the top to satisfy lint
2011-09-28 timmywilFixes IE7 test suite. Keep the testElement attached...
2011-09-28 timmywilFixes a fail in unit/traversing. Use an iframe's docume...
2011-09-26 Rick WaldronRestore original click prop hook 519/head
2011-09-26 Rick WaldronFixed tests to run in IE9
2011-09-26 Rick WaldronMerge branch 'fix-8789-rwldrn-fix' of git://github...
2011-09-26 timmywilRevert QUnit. Recent start/stop changes cause problems...
2011-09-26 Dave MethvinMinor cleanups to code. Futile effort to get IE to...
2011-09-25 Dave MethvinpropHooks now an object with `props` array and `filter...
2011-09-25 Dave MethvinMerge branch '8789-fun-with-fix' of https://github...
2011-09-23 Rick WaldronMoves mouse properties to mouseProps 502/head
2011-09-23 Dave MethvinSimplify the `.closest(Array)` code since we no longer...
2011-09-23 Rick Waldroncurrent state
2011-09-22 Rick WaldronRemoves early return loop, must copy properties
2011-09-22 Rick WaldronShortcircuit fix if possible
2011-09-22 Rick WaldronMore ref localization
next