]> source.dussan.org Git - jquery.git/shortlog
jquery.git
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
2011-09-22 Rick WaldronRemove unnec. empty line
2011-09-22 Rick WaldronMore reference caching
2011-09-22 Rick WaldronCache reference to propHook lookup and result
2011-09-22 Rick WaldronRestore this.propHooks => jQuery.event.propHooks for...
2011-09-22 Rick WaldronAdds notes re: crash status of fix conditions
2011-09-22 Rick WaldronMoves key event fixes to own even prop hook defs
2011-09-22 Rick WaldronjQuery.event.propHooks => this.propHooks where possible
2011-09-22 jaubourgFixes a weird IE7 bug in the unit tests. If anybody...
2011-09-22 Dave MethvinAllow more cases to use `innerHTML` in the `.html`...
2011-09-22 Dave MethvinFix #7061. Lazy-attach to the genuine submit event...
2011-09-21 jaubourgTrimmed down $.Callbacks and $.Deferred.
2011-09-21 Dave MethvinRemove the rarely-used pseudos from quickis.html
2011-09-21 Dave MethvinAllow IE .trigger()ed events through on a check/radio.
2011-09-21 Dave MethvinDon't fire change on an already-selected radio.
2011-09-21 Dave MethvinFix #6593. Don't let onchange trigger twice for element...
2011-09-20 Rick WaldronRemoves pageX pageY from prop list
2011-09-20 Rick WaldronUpdates rmouseEvent
2011-09-20 Rick WaldronImplements jQuery.event.propHooks. Fixes #8789
2011-09-20 Rick WaldronAdds implementation tests for jQuery.event.propHooks...
2011-09-20 Mathias BynensLanding pull request 509. Add a comment explaining...
2011-09-20 timmywilRemove stop argument in manipulation test, which no...
2011-09-20 Dave MethvinFix #9901, verified by this unit test.
2011-09-20 Dave MethvinLanding pull request 491. Fix #7322. Make `.is()` with...
2011-09-20 Dave MethvinUpdate qunit.
2011-09-20 timmywilsemicolon for jshint happiness
2011-09-20 timmywilMove filter tests to proper location
2011-09-20 timmywilAdded filtering tests and updating sizzle to fix filter...
2011-09-20 Corey FrangLanding pull request 512. 1.7 - removeData now takes...
2011-09-20 Rick WaldronLanding pull request 492. 1.7 Remove multiple attribute...
2011-09-20 Rick WaldronLanding pull request 477. 1.7 jQuery.offset.supportsFix...
2011-09-19 Rick WaldronLanding pull request 490. 1.7 HTML5 Support for innerHT...
2011-09-19 jrburkeLanding pull request 331. Add support for registering...
2011-09-19 Corey FrangLanding pull request 503. 1.7 data: set a flag in the...
2011-09-19 Corey FrangLanding pull request 500. 1.7 - "public data" stored...
2011-09-19 Corey FrangLanding pull request 496. 1.7 animate: allow named...
2011-09-19 Rick WaldronLanding pull request 510. Add notes about #9699 fix.
2011-09-19 timmywilUpdate sizzle
2011-09-19 timmywilAdd sparse array performance improvement for inArray...
2011-09-19 timmywilCall .is(:visible) on the window or document does not...
2011-09-19 timmywilCheck for property support in the boolHook before falli...
2011-09-19 timmywilFix inArray for positive start indices
2011-09-19 Dave MethvinRevert "Fix #6593. Don't trigger `change` event twice...
2011-09-19 Dave MethvinEliminate global variable "l" (!)
2011-09-19 Dave MethvinImprove delegation/change tests to display event firing...
2011-09-19 Dave MethvinNarrow the invisible-element embargo to focus/blur...
2011-09-19 Dave MethvinUpdate "Fix #6593. Don't trigger `change` event twice...
2011-09-19 Dave MethvinFix #9593. Create a new jQuery.Event rather than a...
2011-09-19 Dave MethvinFix #6593. Don't trigger `change` event twice when...
2011-09-19 Dave MethvinFix #6170. Don't try to run DOM methods on `window`.
2011-09-19 Dave MethvinRemove the relatedTarget adjustment for mouseenter...
2011-09-19 Dave MethvinCosmetic and style cleanups.
2011-09-19 Dave MethvinFix the special event handler for mouseover/out events.
2011-09-19 Dave MethvinSplit out mouse hover/enter/leave tests into a separate...
2011-09-19 Dave MethvinRework #1486 patch to avoid `try/catch` and look for...
2011-09-19 Dave MethvinFix #9951. Precompute path for `.trigger()` to match...
2011-09-19 Dave MethvinFix some messy rebasing issues.
2011-09-19 Dave MethvinFixes for IE8. Avoid killer recursion in special events...
2011-09-19 Dave MethvinThe unload event no longer needs the IE6SP2 fix, see...
2011-09-19 Dave MethvinClean up the delegate matching logic.
2011-09-19 Dave MethvinMake a `blur` event bubble properly when mutated into...
2011-09-19 Dave MethvinRemove redundancy in the IE special submit handler.
2011-09-19 Dave MethvinFix simulate() arg order.
2011-09-19 Dave MethvinClean up the quick selector expression parsing code.
2011-09-19 Dave Methvinspecial.handle now must call the handleObj.handler...
2011-09-19 Dave MethvinRework the special events interface to add handle and...
2011-09-19 Dave MethvinRewrite IE special change/submit to make it faster...
2011-09-19 Dave MethvinFixes #8858. Pass the .trigger(..., data) to the event...
2011-09-19 Dave MethvinAdd unit tests for quickIs cases and fix the regexp...
2011-09-19 Dave MethvinPre-compute delegated event path and handlers to comply...
2011-09-19 Dave MethvinCleanup for on/off unit test.
2011-09-19 Dave MethvinjQuery 1.7 event work:
2011-09-19 Dave MethvinFix bad calls to .undelegate().
2011-09-19 timmywilRemove unnecessary commented code
2011-09-19 timmywilAllow second argument to be passed to array.indexOf...
2011-09-19 timmywilRemoving topic.js as it will be a plugin
2011-09-19 jaubourg$.Callbacks, $.Topic and notify/progress on $.Deferred.
2011-09-19 timmywilAnimation state is tracked on toggled/stopped animation...
2011-09-19 timmywilOverride Sizzle attribute retrieval with jQuery.attr...
2011-09-19 timmywilUpdating the source version to 1.7pre
2011-09-19 Corey FrangLanding pull request 511. Adding a little Makefile...
2011-09-19 Rick WaldronFixes typo 510/head
2011-09-19 Rick WaldronAdd notes about #9699 fix
2011-09-19 Rick WaldronRemoves whitespace junk
2011-09-12 John ResigUpdating the source version to 1.6.5pre
2011-09-12 John ResigTagging the 1.6.4 release.
2011-09-09 Dave MethvinUpdating the source version to 1.6.4pre
2011-09-09 Dave MethvinTagging the 1.6.4rc1 release. 1.6.4rc1
2011-09-07 Dave MethvinMerge pull request #489 from dmethvin/fix-10208-button...
2011-09-07 Dave MethvinFix #10208. Check for `button` as well as `input` when... 489/head
2011-09-07 rwldrnBug in rmultidash. Fixes #10194
2011-09-07 rwldrnReverts broken support string. Fixes #10197
2011-09-01 Dave MethvinMerge branch 'master' of github.com:dmethvin/jquery
2011-09-01 Dave MethvinUpdating the source version to 1.7pre.
next