aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* CSS: fix reliableHiddenOffsets support test for IE6-7Timmy Willison2016-01-061-8/+13
* CSS: fix visible/hidden for IE6/7Timmy Willison2016-01-062-5/+24
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-062-8/+15
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-3/+4
* Revert "CSS: simplify hack of css getter for the computed values"Oleg Gaidarenko2015-12-221-2/+10
* Revert "CSS: simplify "defaultDisplay" module"Oleg Gaidarenko2015-12-221-1/+1
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-221-0/+71
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-12-221-12/+1
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-12-221-26/+2
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-251-1/+2
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-251-2/+24
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-9/+22
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0711-29/+44
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-162-15/+14
* Core:CSS: Attach test nodes to documentElement, not bodyMichał Gołębiowski2015-08-162-21/+6
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-071-2/+13
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+5
* CSS: Don't name the anonymous swap functionMichał Gołębiowski2015-06-011-1/+1
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-121-6/+4
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-112-70/+45
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-032-4/+4
* CSS: Don't expose jQuery.swapMichał Gołębiowski2015-04-131-6/+2
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+61
* CSS: Fix the pixelMarginRight support test in IE8Michał Gołębiowski2015-02-081-1/+1
* CSS: Add a support test for the hack for .css('marginRight') etc.Michał Gołębiowski2015-02-052-20/+35
* CSS: simplify hack of css getter for the computed valuesOleg Gaidarenko2014-12-241-10/+2
* CSS: simplify "defaultDisplay" moduleOleg Gaidarenko2014-12-241-1/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-083-24/+16
* CSS: Clean up memory leak in reliableMarginRightDave Methvin2014-12-021-0/+2
* CSS: Correct typo in the commentOleg Gaidarenko2014-09-031-1/+1
* CSS: Use pre-defined displays for html and bodyOleg Gaidarenko2014-09-031-1/+7
* CSS: Remove use of getDefaultComputedStyleNazar Mokrynskyi2014-09-021-10/+2
* CSS: elements are hidden when either offsetWidth or offsetHeight is zeroTimmy Willison2014-07-171-1/+3
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-173-9/+18
* CSS: Do not throw on frame elements in FFOleg Gaidarenko2014-06-161-1/+8
* Css: change boxSizingReliable in IE<9.Michał Gołębiowski2014-03-211-4/+3
* CSS: window.getDefaultComputedStyle may return nullRodrigo Rosenfeld Rosas2014-03-201-3/+4
* Support: Simplify the box-sizing testMichał Gołębiowski2014-03-101-14/+6
* Support: Reduce size via code consolidation and minification awarenessRichard Gibson2014-03-041-110/+65
* Support: Skip style-based tests when element.style is undefinedRichard Gibson2014-02-131-4/+8
* Docs: Add support comments for prefixed box-sizingMichał Gołębiowski2014-02-051-0/+2
* Css: Document reliableMarginRight is needed for Android 2.3Michał Gołębiowski2014-01-271-0/+1
* Css: Fix the reliableMarginRight test in oldIE.Michał Gołębiowski2014-01-261-3/+7
* Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywilMichał Gołębiowski2014-01-261-6/+5
* Fix some code style inconsistenciesOleg2013-11-073-4/+3
* No ticket: Small curCSS size optimizationsRichard Gibson2013-10-151-6/+8
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-2/+8
* No ticket. Get rid of comma expression in curCSS.Michał Gołębiowski2013-09-241-1/+1
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-9/+20
* Fix contextTimmy Willison2013-09-111-1/+1