0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tweak to better handle setRegion:animated: when animated parameter is YES. More... almost 13 years ago
Merge branch 'MapKitNL' More... over 13 years ago
Merge branch 'master' of source.centrix.ca:MapKit into MapKitNL More... over 13 years ago
Fixed issue where annotations were no longer selectable or draggable due to gmaps doing some type of user agent checking. Setting a custom user agent seems to do the trick. More... over 13 years ago
Minor project fixes. More... over 13 years ago
Added a gitignore More... over 13 years ago
Set Base SDK to Mac OS X Latest, and explicitly link against CoreFoundation. More... over 13 years ago
Useless commit. More... over 13 years ago
Set delegate to nil in close, like WebView does. More... over 13 years ago
Added -close method to be used like -[WebView close] to help clean up references once you're done with the mapview. More... over 13 years ago
Fixed some indentation issues that have arisen More... over 13 years ago
Merge pull request #3 from dustinrue/master More... almost 14 years ago
Specified a version of gmaps to get, which fixes the fact that the latest version seems to have broken click/drag events. We'll advance this manually as we need it. More... almost 14 years ago
Implemented alert panel method for easier debugging. More... almost 14 years ago
fix compilation warning More... almost 14 years ago
Fixed issue where you could drag an html file over the mapview and it'd offer to take it as a drop target. More... about 14 years ago
Fixed issue that make MKGeocoder and MKReverseGeocoder not work unless under GC. More... about 14 years ago
Fixed the couple warnings that have been bugging me for a long time. More... over 14 years ago
Fixed the issue where you couldn't select a pin when draggable was set to NO. More... over 14 years ago
Replaced my use of CFDictionary with NSMapTable. More... over 14 years ago
Fixed issue that was causing MKMapView to take forever to load (especially on Lion). Not sure why this wasn't showing up for me in Snow Leopard. More... over 14 years ago
Adding license file and initial readme More... over 14 years ago
Obviously I meant to make that webview static at one point, but it didn't happen. More... over 14 years ago
Fix for the fact that non-draggable annotations weren't selectable. More... over 14 years ago
Should probably clean up the helper overlay More... over 14 years ago
Added support for -[MKMapView convertCoordinate: toPointToView:] More... over 14 years ago
Silenced some warnings More... over 14 years ago
More graceful handling of no net connection, allowing the user to retry loading gmaps. More... over 14 years ago
Removed the right click context menu when gmaps failed to load. More... over 14 years ago
Fixed issues with Geocoding and Reverse Geocoding More... over 14 years ago