aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
Commit message (Expand)AuthorAgeFilesLines
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-4/+4
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-09-231-1/+1
* Dimensions: Add offset prop fallback to FF for unreliable TR dimensionsTimmy Willison2021-01-111-14/+16
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-9/+12
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-4/+4
* CSS: Remove the opacity CSS hookMichał Gołębiowski-Owczarek2020-01-211-12/+1
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-26/+20
* CSS: Workaround buggy getComputedStyle on table rows in IE/EdgeMichał Gołębiowski-Owczarek2019-10-141-9/+18
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-2/+2
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-7/+9
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-43/+7
* Core: Remove deprecated jQuery APIsMichał Gołębiowski-Owczarek2019-04-291-4/+0
* Data: Separate data & css/effects camelCase implementationsMichał Gołębiowski-Owczarek2019-04-291-4/+4
* CSS: Don't automatically add "px" to properties with a few exceptionsMichał Gołębiowski-Owczarek2019-04-081-30/+5
* CSS: Avoid forcing a reflow in width/height getters unless necessaryMichał Gołębiowski-Owczarek2019-03-181-3/+12
* Dimensions: fall back to offsetWidth/Height for border-box in IETimmy Willison2018-11-271-15/+18
* CSS: Don't read styles.position in the width/height cssHook unless necessaryMichał Gołębiowski-Owczarek2018-10-081-3/+7
* CSS: Don't auto-append "px" to possibly-unitless CSS grid propertiesBert Zhang2018-08-291-0/+7
* Dimensions: fix computing outerWidth on SVGsJason Bedard2018-06-201-1/+4
* CSS: Don't auto-append "px" to CSS variables (#4064)Michał Gołębiowski-Owczarek2018-06-041-1/+3
* CSS: Correctly detect scrollbox support with non-default zoomRichard Gibson2018-05-071-7/+9
* Dimensions: avoid fetching boxSizing when setting width/heightJason Bedard2018-03-251-2/+7
* CSS: Avoid filling jQuery.cssPropsDave Methvin2018-03-191-35/+3
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-081-3/+4
* CSS: Detect more WebKit styles erroneously reported as percentagesRichard Gibson2017-09-181-3/+2
* Dimensions: Don't trust non-pixel computed width/heightRichard Gibson2017-08-071-2/+6
* Dimensions: Improve offsetWidth/offsetHeight fallbackRichard Gibson2017-07-311-2/+9
* Support: Properly check for IE9 absolute scrollbox mishandlingRichard Gibson2017-07-181-1/+1
* Dimensions: Detect and account for content-box dimension mishandlingRichard Gibson2017-07-101-5/+17
* Dimensions: Include scroll gutter in "padding" boxRichard Gibson2017-06-191-46/+68
* CSS: Drop the float mapping from cssPropsMichał Gołębiowski2017-05-061-3/+1
* Dimensions: fall back to offsetWidth/Height for inline elemsTimmy Willison2017-03-201-0/+6
* CSS: remove dead code in getWidthOrHeightTimmy Willison2017-03-131-5/+0
* Dimensions: ignore transforms when retrieving width/heightTimmy Willison2017-03-131-30/+16
* CSS: Support custom propertiesConnor Atherton2017-03-071-7/+32
* Core: Deprecate jQuery.isArrayManoj Kumar2016-11-301-1/+1
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-151-7/+9
* CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issuesMichał Gołębiowski2016-04-261-7/+0
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-4/+3
* CSS: isHidden -> isHiddenWithinTreeTimmy Willison2016-01-211-2/+1
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-071-0/+1
* Dimensions: properly manipulate non-px valuesTimmy Willison2015-11-091-9/+19
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-181-0/+13
* CSS: use isFinite in place of redundant isNumericTimmy Willison2015-10-181-1/+1
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-181-21/+1
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-141-10/+0
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-20/+31
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-071-9/+17
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2