aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
...
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-181-1/+2
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-181-3/+24
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-141-32/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0712-31/+45
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+6
* 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-4/+2
* CSS: Collapse a double if statement into oneMichał Gołębiowski2015-05-121-3/+0
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-112-71/+47
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-032-4/+4
* Core: Align branches: remove an unused variable, add commentsMichał Gołębiowski2015-04-271-0/+1
* CSS: Don't expose jQuery.swapMichał Gołębiowski2015-04-131-6/+2
* Core: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-301-49/+45
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+61
* CSS: save 20 bytes in css/supportMichał Gołębiowski2015-02-052-21/+20
* CSS: Fix the pixelMarginRight support test in Android 2.3Michał Gołębiowski2015-02-052-7/+8
* CSS: Restore the hack to get pixels for .css('width') etc.Michał Gołębiowski2015-02-042-4/+39
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-262-7/+9
* CSS: simplify "defaultDisplay" moduleOleg Gaidarenko2014-12-241-1/+1
* CSS: Clean up memory leak in reliableMarginRightDave Methvin2014-12-021-0/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-033-35/+9
* CSS: Correct typo in the commentOleg Gaidarenko2014-09-031-3/+2
* CSS: Use pre-defined displays for html and bodyOleg Gaidarenko2014-09-031-1/+7
* CSS: Remove use of getDefaultComputedStyleNazar Mokrynskyi2014-09-021-12/+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-8/+16
* CSS: Do not throw on frame elements in FFOleg Gaidarenko2014-06-161-1/+8
* Support: clean up comments and Support notationDave Methvin2014-06-104-6/+8
* CSS: window.getDefaultComputedStyle may return nullRodrigo Rosenfeld Rosas2014-03-201-3/+4
* Support: Reduce sizeRichard Gibson2014-02-141-15/+19
* Support: Skip style-based tests when element.style is undefinedRichard Gibson2014-02-141-0/+4
* Support: Document box-sizing was unprefixed in Firefox 29Michał Gołębiowski2014-02-051-2/+2
* No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426.Michał Gołębiowski2013-11-111-9/+1
* No ticket: Small curCSS size optimizationsRichard Gibson2013-10-151-4/+8
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-1/+3
* Fix some code style inconsistenciesOleg2013-10-073-3/+3
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-9/+20
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-1/+1
* Fix contextTimmy Willison2013-09-111-1/+1
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-111-6/+5
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-111-0/+33
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-104-0/+65
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-091-17/+18
* Fix loading tests with AMD (new support module needed core)Timmy Willison2013-09-091-1/+2
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-062-2/+2
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-063-0/+109
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-154-0/+89