| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes typo in comment | Rick Waldron | 2012-06-18 | 1 | -1/+1 |
* | Update document.defaultView.getComputedStyle. Fixes #10373 | Rick Waldron | 2012-06-18 | 1 | -6/+8 |
* | Fix #9505, percentage position values in Webkit, closes gh-825. | Mike Sherov | 2012-06-15 | 1 | -13/+29 |
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -2/+2 |
* | Don't swap to measure dimensions unless the element is display:none. #807 Fix... | Mike Sherov | 2012-06-07 | 1 | -1/+1 |
* | Less letterSpacing .animate() fail in IE. Fixes #8627 | Mike Sherov | 2012-06-06 | 1 | -2/+13 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -48/+45 |
* | No need to dasherize and use getPropertyValue, closes gh-805. | Mike Sherov | 2012-06-01 | 1 | -11/+2 |
* | Fix #11787: Remove jQuery.curCSS, closes gh-801. | Richard Gibson | 2012-05-31 | 1 | -3/+0 |
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 1 | -10/+124 |
* | Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788. | Richard Gibson | 2012-05-24 | 1 | -48/+59 |
* | Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793. | Mike Sherov | 2012-05-24 | 1 | -1/+4 |
* | Fix #10877. Make outerWidth/Height a setter. Closes gh-783. | Mike Sherov | 2012-05-21 | 1 | -39/+55 |
* | Opera announced they will start supporting the -webkit- prefix for a selected... | jaubourg | 2012-04-28 | 1 | -1/+1 |
* | Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 | Corey Frang | 2012-04-23 | 1 | -8/+16 |
* | define curCSS without temp vars to save 10 bytes | Mike Sherov | 2012-04-20 | 1 | -10/+4 |
* | Remove unnec. else condition | Mike Sherov | 2012-04-19 | 1 | -1/+1 |
* | Fix 11004. getWH() box-sizing:border-box includes padding and border. | Mike Sherov | 2012-04-10 | 1 | -25/+37 |
* | Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support. | Mike Sherov | 2012-04-06 | 1 | -37/+72 |
* | Use multiply rather than divide for speed. | Oskari | 2012-04-04 | 1 | -1/+1 |
* | Fix #7986. $.support.boxModel shan't be fooled by page-level CSS. | Mike Sherov | 2012-02-24 | 1 | -1/+1 |
* | Fix #11119: The curCSS function needs only 2 arguments | cmc3cn | 2012-01-11 | 1 | -3/+3 |
* | When the width/height computed unit is not pixels, return that instead. Fixes... | timmywil | 2011-12-12 | 1 | -84/+92 |
* | Fix #10858: CSS regexps recognize non-integer and explicit positive numbers. | Richard Gibson | 2011-12-08 | 1 | -15/+7 |
* | Fix #8498. Add cssHooks[prop].expand for use by animate(). | Mike Sherov | 2011-12-08 | 1 | -17/+43 |
* | Fix #10639. Make percent-specified margins return px values in WebKit. | Mike Sherov | 2011-12-06 | 1 | -2/+13 |
* | Fix #10796. Allow IE<9 to retrieve uncomputed styles. | Mike Sherov | 2011-12-06 | 1 | -3/+3 |
* | Fix #10754. Have jQuery.swap() return the value of its callback. | Mike Sherov | 2011-12-06 | 1 | -14/+11 |
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -7/+2 |
* | use for loop instead of jQuery.each in getWH() | Mike Sherov | 2011-11-10 | 1 | -11/+13 |
* | Streamline getComputedStyle per @JustinDrake's observation. | Dave Methvin | 2011-11-06 | 1 | -5/+2 |
* | Fix a failing effects test in IE; minor style changes in effects | timmywil | 2011-11-01 | 1 | -3/+5 |
* | Landing pull request 562. Make sure runtimeStyle isn't affected by dimensions... | Mike Sherov | 2011-10-28 | 1 | -2/+3 |
* | Cleanup spacing in css.js. Fixes #10601 | Rick Waldron | 2011-10-27 | 1 | -2/+2 |
* | Landing pull request 553. Fallback to elem.style for disconnected nodes in wi... | Mike Sherov | 2011-10-22 | 1 | -0/+4 |
* | Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. | Dave Methvin | 2011-10-11 | 1 | -1/+1 |
* | Call .is(:visible) on the window or document does not thrown an error in IE. ... | timmywil | 2011-09-19 | 1 | -1/+1 |
* | Landing pull request 476. Fix lint complaints about unescaped -. Follow up to... | rwldrn | 2011-08-26 | 1 | -1/+1 |
* | Check for null before isNaN(). | Dave Methvin | 2011-08-16 | 1 | -1/+1 |
* | Save a few bytes, thanks @danheberden! | Dave Methvin | 2011-08-16 | 1 | -2/+2 |
* | Fixes #10021. Allow negative relative values for `.css()` (e.g., `"+=-20px"`)... | Dave Methvin | 2011-08-16 | 1 | -9/+8 |
* | Trying .removeAttribute instead of the regexp to remove the filter attribute | Corey Frang | 2011-07-13 | 1 | -2/+2 |
* | CSS: Remove filter from style when setting opacity to 1 - Fixes #6652 - REMOV... | gnarf | 2011-06-20 | 1 | -6/+17 |
* | Landing pull request 413. Move border/padding checks to after width validatio... | Mike Sherov | 2011-06-17 | 1 | -11/+10 |
* | Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. | rwldrn | 2011-06-14 | 1 | -4/+5 |
* | Remove fellback in width/height cssHook | timmywil | 2011-06-07 | 1 | -1/+1 |
* | Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup... | timmywil | 2011-06-06 | 1 | -62/+39 |
* | Add margin after checking width. Add tests. Fixes #9441. Fixes #9300. | Mike Sherov | 2011-06-06 | 1 | -21/+46 |
* | Move window/document test to dimensions for consistency | timmywil | 2011-05-25 | 1 | -5/+0 |
* | Return null for outer/inner width/height calls on window/document. Fixes #7557. | timmywil | 2011-05-25 | 1 | -1/+5 |