0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
JSDOC coding standards More... about 18 years ago
removing unused function More... about 18 years ago
change pt to px (point is now pixel) More... about 18 years ago
JSDOC / coding standards createDiv function More... about 18 years ago
JSDOC / codingstandards for Array/String extention functions More... about 18 years ago
JSDOC More... about 18 years ago
Changed OpenLayers.Bounds to use left, bottom, right, top INSTEAD OF minlon, minlat, maxlon, maxlat. Removed OpenLayers.Box which was not getting used. JSDOC/coding standard-ified the OpenLayers.Bounds code and wrote thorough testing for it. Should be all good. More... about 18 years ago
Changing all tabs to spaces, per CodingStandards. More... about 18 years ago
Test for r137, event constructor with null EventTypes. More... about 18 years ago
fix failing test in test_Marker: Events.js should not loop through a null eventTypes var. More... about 18 years ago
Test case for 'addlayer': check if markers.length is set correctly. (This would have failed with r133, had I written it earlier.) More... about 18 years ago
Markers -> this.markers, reverts a change I made and fixes a bug euzuro introduced. (But I don't have a test case for it yet, so it's not his fault.) More... about 18 years ago
Repeat after me: Test first, then commit. Test first, then commit. Test first, then commit. More... about 18 years ago
Create a single HTML object, and modify its style attributes to move it whenever generate is called -- this will hopefully allow us to add events to it. Note that the event registration in this code currently fails: wehn triggerEvent is called, this.listeners['click'] is called, which is something I have not yet been able to fully understand. More... about 18 years ago
added member variables for activeColor and nonActiveColor so that users can customize dynamically More... about 18 years ago
change diff to add in OpenLayers.LonLat. Even though it is not used, it is probably better to have all these Util objects be consistent. See [129] More... about 18 years ago
need to make sure a size has been declared before trying to set the offset. thank you automated testing for finding this one. More... about 18 years ago
remove unused diff and diffABS functions from OpenLayers.Pixel More... about 18 years ago
JSDOC / coding standards for OpenLayers.Icon More... about 18 years ago
add 'offset' member to OpenLayers.Icon - and then use it in OpenLayers.Marker More... about 18 years ago
coding standards More... about 18 years ago
we should always initialize objects in the class's constructor. otherwise, multiple instances of the class will share the same object. Thanks to Phil for finding this bug all over my code in the last version :-) More... about 18 years ago
JSDOC / coding standards for Marker Layer More... about 18 years ago
JSDOC and small update to use Pixel diff code More... about 18 years ago
udpated tests for completed util classes More... about 18 years ago
small changes found during 5am test-writing spree More... about 18 years ago
Remove IE-specific line from example.html, and instead use the galleryImg IE specific attribute in Util.createImage. This should fix Ticket #34, but I don't have an IE to test on. galleryImg was discovered from multiple sources via google searches. More... about 18 years ago
Commit initial tests for inittiles. More... about 18 years ago
element.getDimensions doesn't check styles of parent elements, so when an element is hideen because of a parent, this breaks. fall back to style.width/height in cases where we have a 0,0 size. More... about 18 years ago
fall back to Element.getDimensions when the element has no size (such as when it's hidden). More... about 18 years ago