0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clusterer example, and fixed bug with MarkerParentModel. More... over 10 years ago
MarkerManager added to Markers to delegate when a Marker is really added to a map. This makes adding in other Managers easier such as MarkerClusterer from google maps utility v3. More... over 10 years ago
Rebuilt, added options to example More... over 10 years ago
Merge branch 'refs/heads/nlaplante-r1-dev' into r1-dev More... over 10 years ago
Rebuilt from sources, fixed lint errors. More... over 10 years ago
Removed animate attribute to use options instead for both Window,Windows, Marker, and Markers. MarkerChildModel functionality is slightly more complicated but it should be faster. MarkerChildModel fixes for handleClick event errors on closing windows. More... over 10 years ago
Removed animate attribute to use options instead for both Window,Windows, Marker, and Markers. MarkerChildModel functionality is slightly more complicated but it should be faster. MarkerChildModel fixes for handleClick event errors on closing windows. More... over 10 years ago
Switching to use model as the main watcher in MarkerChildModel. Less watches mean better performance. Also removed the @myScope.model = model out of setMyScope as this was causing the watch be entered twice. More... almost 11 years ago
Switching to use model as the main watcher in MarkerChildModel. Less watches mean better performance. Also removed the @myScope.model = model out of setMyScope as this was causing the watch be entered twice. More... almost 11 years ago
Merge branch 'refs/heads/master-dev' into my-dev More... almost 11 years ago
removed clsName as it is not needed use @constructor.name, for logging. Fixed a bug in MarkerChildWindows for scope on templates. More... almost 11 years ago
WindowChild model complexity reduced via functions with no parameters. It also now watches coords. More... almost 11 years ago
Merge pull request #99 from nmccready/r1-dev More... almost 11 years ago
Removed old polyline from example. Grunt Server now connects to all IP addresses so you can test on virtual machines. More... almost 11 years ago
Merge remote-tracking branch 'upstream/r1-dev' into r1-dev More... almost 11 years ago
Merge pull request #97 from facultymatt/feature/many_markers_issue_69 More... almost 11 years ago
Merge remote-tracking branch 'mattstream/feature/many_markers_issue_69' into r1-dev More... almost 11 years ago
Merge pull request #83 from nmccready/feature/many_markers_issue_69 More... almost 11 years ago
Merged the beast, and fixed errors in the polygon updates. Remember grunt is your friend. More... almost 11 years ago
Forgot something :) Including shim resource. More... almost 11 years ago
Added event shim, which is needed because of jQuery and Bootstrap includes. More... almost 11 years ago
[Feature] Added legacy IE support. More... almost 11 years ago
merge of feature/speed More... almost 11 years ago
readded bigGulp for AsyncProcessor as it helps allow other things to happen. The main problem with MarkersChild was that it was setting things repetiveley in the constructor. IE it was creating a gMarker three times. Once on createOptions , setIcon, and setCoords. Not really creating, but removing and readding it to the map. More... almost 11 years ago
This speeds things up a lot with no child scopes in markers More... almost 11 years ago
AsyncProcessor to churn LargeArrays in chunks with timeouts to free the UI up. Renamed module to ngGmapModule More... almost 11 years ago
Merge pull request #94 from jamestalmage/r1-dev More... almost 11 years ago
Merge branch 'upstream-pull' into r1-dev More... almost 11 years ago
add stroke color and weight toggles to example More... almost 11 years ago
merge from issue_90 feature More... almost 11 years ago