0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First attempt at fixing box path for shrink values larger than corner radii More... over 13 years ago
Prevent obfuscation of border namedWidths so border-width values like 'medium' will work with the compressed version More... over 13 years ago
Change id generation to use a simple incrementor rather than Date+random. Convert singleton values used by Util methods from properties stored on the top-level PIE object to local vars in a closure. More... over 13 years ago
Add playground file for quick testing of arbitrary VML More... over 13 years ago
Merge branch 'master' of https://github.com/ziggythehamster/PIE into ziggythehamster More... over 13 years ago
Merge branch 'master' of github.com:lojjic/PIE More... over 13 years ago
Remove invisible characters at start of URLs More... over 13 years ago
Add test for changing img src More... over 13 years ago
Fix divide-by-zero error when image has no dimensions More... over 13 years ago
Force ltr direction on rendering element to prevent incorrect positioning in rtl environments - via http://css3pie.com/forum/viewtopic.php?f=3&t=305 More... over 13 years ago
Add table of contents, move sections around a bit to group thing better More... over 13 years ago
Check for existence of el before adding/removing hover className. Fixes error in situation where the element is destroyed in between a mouseenter/mouseleave event and the execution of the 0ms setTimeout. Bug and fix submitted by David Herman. http://css3pie.com/forum/viewtopic.php?f=3&t=320 More... over 13 years ago
Check for existence of el before adding/removing hover className. Fixes error in situation where the element is destroyed in between a mouseenter/mouseleave event and the execution of the 0ms setTimeout. Bug and fix submitted by David Herman. http://css3pie.com/forum/viewtopic.php?f=3&t=320 More... over 13 years ago
Check that p (which is window['PIE']) exists. Some other scripts might remove window['PIE'] mid-function-call, which would be bad and generates 'Object does not support this property or method' errors. Should resolve issue 89. More... over 13 years ago
Add mapping to hex codes for color keywords not recognized natively by VML. Mapping provided by Don Retzlaff. More... over 13 years ago
Documentation updates More... over 13 years ago
Bump build number to 1.0beta3 in prep for release More... over 13 years ago
Fix error when toggling style.display on the target element; ignores the onpropertychange event since size calculation is not accurate during that event and it triggers an onresize event anyway; also work around a weird error thrown when removing the length-calc element from what should be its parent but sometimes isn't. More... over 13 years ago
Minor compressibility improvements More... over 13 years ago
Documentation updates to sync with site and recent changes More... over 13 years ago
Wrap the BackgroundImageCache execCommand call in try/catch to avoid errors in some IE versions like the spoon.net IE6. Suggested by Bryan Elliott (@fordiman on Twitter). More... over 13 years ago
Re-enable the pie_hover mouseover class in all IE versions for better consistency, and let the setting of the className trigger a propertychange update rather than manually calling it a second time. More... over 13 years ago
Use the StyleInfo locking mechanism to cache the 'changed' value at the beginning of an update; this allows the changed method to handle tracking itself rather than relying on a side-effect from another method, resulting in more accurate change tracking. Fixes hovering when the unhovered state has no css3 styles. More... over 13 years ago
Remove debugging code More... over 13 years ago
Add css3pie.com menu to hovering testcase More... over 13 years ago
Fix re-rendering of border-image after it has been destroyed More... over 13 years ago
No need for closure var More... over 13 years ago
Disable PIE in IE9, hopefully temporarily, until we know for sure what it's going to support natively More... over 13 years ago
Change onbeforeunload handler to only remove event listeners rather than invoking a full destroy on all elements. This prevents the flash of unstyled elements while leaving the page before the next page loads. More... over 13 years ago
Fix positioning of table cell elements when the owner table is positioned More... over 13 years ago