0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 19 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add conditional comment and object presence check to PIE.js documentation example More... almost 13 years ago
Turn polling on by default in IE9. This works around lack of onresize firing when toggling display of ancestor element. Hoping for a less heavy-handed solution. More... almost 13 years ago
Add tests for reacting to show/hide of ancestor elements More... almost 13 years ago
Ensure IE9 gradient background runtimeStyle gets removed when -pie-background becomes inactive. More... almost 13 years ago
Add support for rendering of linear-gradient in IE9 standards mode. The gradient is translated to SVG and inserted into the background style as a data URI. Unlike the downlevel VML, per-stop opacity is supported. More... almost 13 years ago
Remove old unused color name list More... almost 13 years ago
When calculating em unit size on elements that don't accept children, insert the length calc element into the parent and perform an additional calculation based on the specified font-size. Prevents error trying to insert into the childless element. Fixes #99. More... about 13 years ago
Bump build number to 1.0beta5-SNAPSHOT More... about 13 years ago
Merge branch 'vml-detect' More... about 13 years ago
Add docs for -pie-poll More... about 13 years ago
Fix output in tokenizer test More... about 13 years ago
Bump build number in prep for beta4 release More... about 13 years ago
Implement -pie-poll flag which allows forcing the heartbeat polling in IE6/7, as well as turning it off in IE 8, on a per-element basis. Should serve as a good workaround for many of the IE6/7 issues with onmove/onresize not firing correctly. More... about 13 years ago
Adjust version detection for IE9: CSS3 is only supported natively in documentMode=9 (regardless of browser mode) so base the decision to attach on that rather than the detected IE version. More... about 13 years ago
Examples sites updates More... about 13 years ago
Known Issues docs: add info about fieldsets, em units on childless elements, and browser zoom More... about 13 years ago
Docs: add background-origin to list of unsupported bg properties More... about 13 years ago
Fix reversed condition causing occasional errors More... about 13 years ago
Rename some properties and methods to allow name shrinking, saves a few hundred bytes More... about 13 years ago
Add -SNAPSHOT to build number More... about 13 years ago
Fix test More... about 13 years ago
Don't include opening paren in function token values More... about 13 years ago
Prevent error in border image renderer when side slices get calculated to less than zero width or height More... about 13 years ago
Enhance withImageSize utility function so it queues up requests for the same image's dimensions if the image has not yet been loaded; this prevents creating a new Image object for each of those requests. More... about 13 years ago
Prevent position flickering in basic test More... about 13 years ago
Add detection for functioning VML support -- some small number of IE installs don't have a working VML engine, so for those cases we short-circuit initialization so the users see the CSS3-less fallbacks instead of having styling removed and JS errors. More... about 13 years ago
Save a few bytes More... about 13 years ago
Fix tokenizer test doc More... about 13 years ago
Replace all direct instantiation of PIE.Length and PIE.Color objects with calls to PIE.getLength and PIE.getColor factories, which return shared singleton instances per unique input value. Effect on speed and memory usage is negligible if any, but should prevent some unnecessary garbage collection. More... about 13 years ago
Revert "First attempt at fixing box path for shrink values larger than corner radii" More... about 13 years ago