3
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 17 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some of the changes that were made in Revision 1.115 were recently found to be incompatible with the Safari browser. Those changes that were preventing that browser from working correctly have been corrected in this release. More... almost 19 years ago
Added a missing routine needed for variable cell padding. Also corrected a logic error in the olMouseCapture routine to avoid generating an error in IE. More... almost 19 years ago
Modified the Version number to 4.20 to coincide with the changes checked in yesterday. More... almost 19 years ago
Minor changes made to the makemini.pl Perl script so that it now handles most files properly. More... almost 19 years ago
Minor changes to the code to eliminate some of the warning messages that are displayed in Firefox when javascript.options.strict is set to true. More... almost 19 years ago
Based on feedback on the overLIB newsgroup about variable conflicts, went through the code and made sure that all variables used in for-loops were made local to the subroutine that they were used in. More... about 19 years ago
Modified one of the last corrections checked in to avoid a Javascript error from being thrown in IE. More... about 19 years ago
Small correction to the script to avoid problems in the future in minimizing code. More... about 19 years ago
Based upon feedback from a user on the overLIB newsgroup, modified the negative x and y offsets that were applied to the popup to exclude IE. This caused problems in when the user was using a rtl language. More... about 19 years ago
Made a small addition to the code checked in previously to avoid errors in Opera. More... about 19 years ago
Modified the olMouseCapture() routine to take into account a specification of a onmousemove handler being assigned on the BODY tag. This problem is specific to the Gecko based browsers (ie, Netscape, Mozilla, FireFox) in which these events are assigned to the window object. If that function is not defined, then it causes a recursive error to occur in these browsers. The present code eliminates that recursive error. More... about 19 years ago
Added the function rawTxt(txt) to the Debug Plugin. This function changes the beginning and closing of HTML tags (<>) and the "&" to their entity ref- erences so that it can be used to display markup in the layer content. More... about 19 years ago
Added the top and left style attributes when the DIV layer is created. Also changed the version number to 4.15 More... about 19 years ago
Made a small change in the check for MSIE (for Opera) based on user feed- back. Changed agent.match(/MSIE (\d\.\d+)\.*/i)[1] to agent.match(/MSIE[ ](\d\.\d+)\.*/i)[1] so that there won't be any removal of the intervening space. More... about 19 years ago
Put in the code that was inadvertently left out to handle IE with the new Windows XP SP2 installed on a user's machine. The fix eliiminates the "Permission denied" error that is given when trying to access frame content after navigating to a new page. More... over 19 years ago
Further tweaks of the script to make it more efficient and for capturing more spaces. More... over 19 years ago
Changed version number to 4.13 to take into account the past few changes. In this update, modified the behavior of VAUTO so that the switch from BELOW to ABOVE (or vice versa) only occurs now when the popup falls below (above) the browser window edge. This should eliminate past complaints about the flipping of the popup display. More... over 19 years ago
Slightly modified the code submitted earlier to avoid any potential future problems. More... over 19 years ago
Further refinement of the MouseCapture routine so that it will now handle the case where document.onmousemove (or window.onmousemove) = f, where f is a previously defined javascript function. More... over 19 years ago
Further modifications to remove a few more bytes of code. More... over 19 years ago
Based upon feedback from a user on the overlib newsgroup, had to modify the olMouseCapture() routine to take into account a document or window onmouse- move handler of the form function(){...}. More... over 19 years ago
Further refinements to the code to remove a few more bytes of code. More... over 19 years ago
Added two more statements to the createPopup routine to handle the situation where the WRAP command is effective and there is a large amount of text. These statements were found to be needed while testing the solution proposed earlier for this case. More... over 19 years ago
Further refinement of the script for creating a mini file that involves changing extra ;var XX to , XX if the line starts with var. More... over 19 years ago
Revised the way that the WRAP command works and changed the allowance of the scrollbar width to a fixed value of 18 for any browser that knows about window.innerWidth. Also added the fix suggested by Jason Anderson for dealing with the small "flashing" or "flickering" of popups in Gecko based browsers. More... over 19 years ago
Tweaked the makemini script for further byte reductions and simplifications. More... over 19 years ago
Added some unnecessary coding for the Mozilla browser when WRAP is turned on. Feedback and investigation indicates that the previous fix is no longer needed for this browser. More... over 19 years ago
Added the line //\mini to the end of the header prologue so that the necessary wording about the truncated nature of the code can be inserted by the makemini.pl script. More... over 19 years ago
Had to revise the makemini.pl script so that it correctly handles the new plugin organization and that it explicitly adds the closing right brace } if is hasn't been inserted; Also added the switch -p to handle this situation which isn't needed for the core module. More... over 19 years ago
Needed to add a browser check for Konqueror to enable popups by explicitly setting the olLoaded flag to one at the end of the core routine. Feedback from users on the overlib group indicate that Konqueror is not interpretating the windown.addEventListener properly. More... over 19 years ago