3
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cosmetic changes only. Added whitespace for easier reading. More... over 20 years ago
Added the Reference Mark module. This introduces the commands ANCHOR, ANCHORX, ANCHORY, NOANCHORWARN, and ANCHORALIGN. More... over 20 years ago
Corrected a small error made when introducing the EXCLUSIVE module. Added logic to handle multiple command parameter values. This required the subroutine opt_MULTIPLEARGS and the introduction of an offset count value, pmStart, which is set to 10000. More... over 20 years ago
Cosmetic changes More... over 20 years ago
test More... over 20 years ago
Created the overlib_exclusive.js module which handles all of the EXCLUSIVE commands. Previously this was handled by the core module. More... over 20 years ago
Removed all EXCLUSIVE commands to a separate module -- overlib_exclusive.js More... over 20 years ago
Introduced the DONOTHING command which does absolutely nothing. It was added at the request of Dennis Sandow to make it easier to program shell wrapper functions for calling overlib. More... over 20 years ago
Corrected a small logic error in handling the EXCLUSIVEOVERRIDE command. More... over 20 years ago
Removed the changes that were checked in on Revsion 1.55 as Fote Macrides has pointed out that they don't do what they were thought to do. More... over 20 years ago
Added code to make sure that single quotes in strings supplied to o3_text are escaped if they haven't already been escaped. More... over 20 years ago
Made further tweaks to the hideform module so that it covers earlier versions of Netscape 7 and IE versions less than 5.5. It does this by using the DOM to hide those SELECT elements that will be covered up. For this to work properly, it was necessary to add another statement to the olMouseMove routine and this in turn requires that onmousemove be reset to include the new routine. Nothing is being done now for Netscape 6 because the same corrections as used for Netscape 7 messes up the popup display and besides don't work anyways. More... over 20 years ago
Changed the closing of all the IMG references in the Layer Generation Functions from '>' to ' />' to be compatible with XML standards. More... over 20 years ago
Added two statements in the hideSelectBox() and showSelectBox() routines to return from them in case the match for the Gecko string is not met. More... over 20 years ago
Added two routines to handle FORM SELECT boxes in versions of the IE browser before 5.5 and in Netscape 6/7. It does this by hiding these elements that will be overlayed by the popup and then reshoing them when the popup is reshown. Unfortunately this does nothing for Netscape 6 which continues to show the SELECT box scroll controls above the popup. In Netscape 7, the popup is sometimes not completely hidden when the triggering link is moused over. I believe this is a rendering problem with this browser since it goes away if you scroll the page to hide and reshow the SELECT box. More... over 20 years ago
Fote Macrides has pointed out another error in the code checked in. This one has to do with the variable versNum. It should be: var versNum=parseFloat(navigator.userAgent.match(/MSIE (\d\.\d+)\.*/i)[1]); rather than var versNum=parseFloat(navigator.userAgent.match(/MSIE (\d\.\d+)\.*/i)); as previously checked in. More... over 20 years ago
Revised and fine tuned the method used to get version number for IE. It should be more general now. More... over 20 years ago
Forgot to initialize the global variable o3_cellpad when checking in the CELLPAD code. Has been corrected here. More... over 20 years ago
Removed the property value 'revised' from the Info object. More... over 20 years ago
Corrected a small logic error in the way that nd(time) functioned. This was reported by Fote Macrides. More... over 20 years ago
Added changes to the Layer Generation Functions (LGF) to handle new CELLPAD command. More... over 20 years ago
Added the command CELLPAD, with a default value of 2, which allows the user to control how much padding the main body text of a popup has. More... over 20 years ago
Added the $Revision$ and $Date$ keywords on the first line. More... over 20 years ago
Code for Cross Frame support including STICKY popups More... over 20 years ago
Separated FRAME support code and placed in a separate module. Added $Revision$ and $Date$ keywords on the top line. More... over 20 years ago
Forgot a line or two when checking these in yesterday which are being corrected now. More... over 20 years ago
Module which uses an IFRAME shim to allow an overLIB popup to appear on top of SELECT boxes and other system controls in IE 5.5+. Has no support for NS4.x but will render a popup although it may be overwritten by these system controls. More... over 20 years ago
Added changes to the Core module so that it will function with the HideForm module. More... over 20 years ago
Added changes to the SHADOW module so that it will function with the HideForm module. More... over 20 years ago
Added the new command EXCLUSIVEOVERRIDE and code needed to handle it. This command has no defautl variable associated with it since it is strictly a command line switch that is used only on the command line. Its purpose is to override any previously set EXCLUSIVE STICKY popup. More... over 20 years ago