aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 3.0.0-alpha1+compat3.0.0-alpha1+compatTimmy Willison2015-07-134-1/+10493
* Release: properly set the dist remote when it's a real releaseTimmy Willison2015-07-131-1/+1
* Build: just tack on +compat to versions that may include labelsTimmy Willison2015-07-131-2/+1
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-132-5/+40
* Build: add mailmap entryTimmy Willison2015-07-112-2/+2
* Build: update AUTHORS.txtTimmy Willison2015-07-081-0/+14
* Effects: fix failing tests in IE8Timmy Willison2015-07-082-5/+7
* CSS: Add an integration test for issue gh-1764Michał Gołębiowski2015-07-084-0/+172
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-075-27/+117
* Deferred: pass lint in new catch testsTimmy Willison2015-07-061-4/+4
* Deferred: add .catch handlerTimmy Willison2015-07-062-0/+39
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* Effects: Fix testsMichał Gołębiowski2015-06-281-1/+0
* Tests: Fix merge conflictCorey Frang2015-06-262-7/+0
* Tests: Lower the checks rounding errorCorey Frang2015-06-261-1/+1
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-264-20/+263
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-269-445/+6249
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+5
* Attributes: fix IE8 issuesGilad Peleg2015-06-252-24/+105
* Core: organize prop & attr code to be similarGilad Peleg2015-06-232-154/+81
* CSS: Work around an IE11 fullscreen dimensions bugMartin Naumann2015-06-231-0/+11
* Core: Change support.ownLast to support.ownFirstMichał Gołębiowski2015-06-233-14/+14
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-163-8/+28
* Offset: getBounding doesn't return width/height in IE8. Fixes test.Timmy Willison2015-06-161-14/+7
* Offset: no need to check for ownerDocumentTimmy Willison2015-06-161-4/+4
* Offset: revert to jQuery.contains for IE8's sake (compat only)Timmy Willison2015-06-161-7/+10
* Offset: return before getBoundingClientRect to avoid error in IE8-11Timmy Willison2015-06-161-2/+9
* Offset: return zeros for disconnected/hidden elementsTimmy Willison2015-06-162-15/+12
* Revert "Offset: allow offset setter to throw for disconnected elements"Timmy Willison2015-06-162-2/+10
* Tests: Remove test/data/ua.txtMichał Gołębiowski2015-06-161-272/+0
* Tests: Remove Edge version from the user agentMichał Gołębiowski2015-06-161-1/+1
* Tests: Add Microsoft Edge results (from Windows 10 build 10130)Michał Gołębiowski2015-06-141-4/+36
* Tests: Correct a typo in the regex matching Safari 8Michał Gołębiowski2015-06-141-1/+1
* Manipulation: Remove an internal argument to the remove methodMichał Gołębiowski2015-06-141-26/+30
* Event: Remove an internal argument to the on methodMichał Gołębiowski2015-06-141-51/+55
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-133-0/+31
* Build: Update grunt-contrib-jshintMichał Gołębiowski2015-06-133-1/+4
* Build: remove bower.json lint targetOleg Gaidarenko2015-06-111-4/+0
* Event: correct an unfinished commentOleg Gaidarenko2015-06-051-1/+1
* Event: remove preDispatch hook & simplify "simulate" signatureOleg Gaidarenko2015-06-051-11/+9
* CSS: Don't name the anonymous swap functionMichał Gołębiowski2015-06-011-1/+1
* Build: Update the license attributeGilad Peleg2015-06-011-6/+1
* Ajax: Remove remnants of the load event alias handlingMichał Gołębiowski2015-06-011-10/+1
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-012-9/+87
* Event: improve originalEvent hackOleg Gaidarenko2015-05-292-6/+141
* Docs: remove redundant instruction from the readmeOleg Gaidarenko2015-05-291-1/+1
* Build: update requirejs dependency to 2.1.17Oleg Gaidarenko2015-05-191-1/+1
* Ajax: Fix the XHR fallback logic for IE8Michał Gołębiowski2015-05-191-5/+2
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-192-10/+3
* Attributes: don't test SVG CSS-class manipulation in IE8Oleg Gaidarenko2015-05-191-0/+12