0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #200 from CSSJS/patch-1 More... about 12 years ago
Add discounthotels.co.uk to sites list. Add rel="nofollow" to all site links. More... about 12 years ago
Fix typo. Thanks to Yochai Weiss More... about 12 years ago
Merge pull request #202 from betalb/patch-1 More... about 12 years ago
Strip single quotes as well as double from `pie-load-path` More... about 12 years ago
Update documentation/pie-js.html More... about 12 years ago
Bump build number to start 2.0 beta series More... about 12 years ago
Fix printing error in IE9 by putting the print media check before attempting to access window.PIE More... about 12 years ago
Tweaks to polling heartbeat: use setTimeout rather than setInterval to prevent backing up. Allow setting html{-pie-poll-interval:N} to customize the interval on a page. More... about 12 years ago
Make sure the element still exists after the add/removeClass delay. Fixes #191. More... over 12 years ago
Implement rendering of background-clip. Fix order of gradient opacity. More... over 12 years ago
Fix errors when printing: reinstate el reference on Element instance since it's used during print cleanup, and remove the printing logic entirely in IE9 as it isn't needed. More... over 12 years ago
Merge branch 'master' of github.com:lojjic/PIE More... over 12 years ago
Remove imagedata handling from VmlShape, as it is no longer used in border-image rendering. More... over 12 years ago
Change border-image renderer to use simple shapes with an image fill rather than rects with imagedata. This prevents the images from sometimes not getting painted after a long load, and fixes the issue with gaps sometimes appearing between slices. Fixes #52 Fixes #186 More... over 12 years ago
updatePos is only used by the root renderer, so move it there instead of being in all renderers More... over 12 years ago
Add second background-size value to gradient patterns demo, since browsers (namely Gecko) are starting to honor the spec and treat gradients as having no intrinsic aspect ratio, making gradients expand to full width if the second value is empty. See https://bugzilla.mozilla.org/show_bug.cgi?id=706121 -- thanks to David Carson for the heads-up. More... over 12 years ago
Combine htc wrapper files into one More... over 12 years ago
Ditch the top-level PIE var in the .htc file, since it is very unreliable and was allowing the conditional to get entered twice on different behavior attachments, resulting in double .js downloads. More... over 12 years ago
Don't use uniqueID in PIE.Util.getUID to avoid the check on non-elements. Make getUID for objects only. More... over 12 years ago
Sometimes the body doesn't exist yet when doing length units calculation (e.g. inclusion of PIE*.js), so fall back to documentElement More... over 12 years ago
Fix alpha value in rgb and hsl colors; was getting set to 0, should be 1 More... over 12 years ago
Create the border-image rect shapes immediately rather than waiting until the image loads; works around an issue where the rects would sometimes not display their image and would have a black border instead. More... over 12 years ago
Unbreak border-color on simple rounded borders More... over 12 years ago
Implement rendering of groove, ridge, inset, and outset border styles. Completes issue #10 More... over 12 years ago
Fix divide-by-zero error when the total width or height of the box-shadow shape is zero. More... over 12 years ago
Fix issue where VML elements would sometimes be invisible on initial render when loading from a remote server, by registering the VML namespace on the document. More... over 12 years ago
Stop trying to load scripts when reaching the end of the baseUrls list, prevents runaway script inclusion More... over 12 years ago
Don't perform border rendering if there is no border-radius specified. More... over 12 years ago
Prevent error when calculating box path coordinates if border-radius is not specified (square box). Closes issue #182 More... over 12 years ago