aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
Commit message (Expand)AuthorAgeFilesLines
* CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issuesMichał Gołębiowski2016-04-261-13/+0
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-071-0/+1
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-6/+7
* Build: code style fixesOleg Gaidarenko2015-12-221-1/+2
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-1/+2
* CSS: remove revert artefactOleg Gaidarenko2015-12-221-2/+0
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-221-2/+59
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-12-221-24/+9
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-12-221-1/+21
* CSS: use isFinite in place of redundant isNumericTimmy Willison2015-10-251-1/+1
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-251-21/+1
* CSS: Protect against getBoundingClientRect exceptionsRichard Gibson2015-10-201-6/+15
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-0/+13
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-23/+42
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-3/+4
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-071-9/+22
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* CSS: Work around an IE11 fullscreen dimensions bugMartin Naumann2015-06-231-0/+11
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-011-9/+7
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-111-57/+2
* CSS: fix dependency order for amdTimmy Willison2015-05-041-1/+1
* CSS: Don't expose jQuery.swapMichał Gołębiowski2015-04-131-4/+4
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-9/+10
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-9/+6
* CSS: Fix get upper case alpha opacity in IE8Zheming Sun2014-11-081-1/+1
* CSS: Removed redundant "to the number" in commentAurelio De Rosa2014-09-021-1/+1
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-22/+42
* Dimensions: Reverse a check to avoid potential reflowsChristian Kosmowski2014-04-181-1/+1
* CSS: jQuery#hide should always save display valueOleg Gaidarenko2014-03-201-6/+3
* CSS: Add flex-grow and flex-shrink to cssNumberRoman Rei_2014-03-131-0/+2
* Support: Simplify the box-sizing testMichał Gołębiowski2014-03-101-2/+2
* Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397Michał Gołębiowski2014-03-101-3/+0
* CSS: Return values should be numbersDave Methvin2014-03-041-2/+2
* Fix some code style inconsistenciesOleg2013-11-071-1/+1
* Fix #14394: Changing style !important in webkit. Close gh-1385.Lihan Li2013-10-151-2/+5
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-22/+23
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-121-2/+2
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-111-1/+1
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-101-119/+5
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-111-54/+18
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+1
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-16/+25
* Reorder css.js logicallyTimmy Willison2013-09-091-219/+219
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+1
* No ticket. Optimize top/left hooks: move the position check up, don't re-chec...Michał Gołębiowski2013-09-061-10/+8
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-30/+61
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-2/+3
* Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-13...Chris Price2013-08-191-1/+1
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-151-1/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-67/+18