0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for context menus for annotation views More... over 14 years ago
Uncommenting a line i should never have commented out More... over 14 years ago
Adjusted guard rails, it seems like there are cases where we get nil back and not WebUndefined, so we'll just check for WebScriptObject instead. More... over 14 years ago
Method typo More... over 14 years ago
Rearranged how some of the CL stuff worked and started calling delegate methods for user location tracking More... over 14 years ago
Added checks against adding annotations and overlays before the webview is ready to actually do something. I think this is the source of the crashers I've been seeing in Sidekick. More... over 14 years ago
Removed scale control, I didn't realize that Apple's MapKit didn't have one More... over 14 years ago
Better geocoding More... almost 15 years ago
improved the design of the zoom buttons More... almost 15 years ago
Starting to think that I'm not doing the right thing to get the location out of the gmaps geocode result. More... almost 15 years ago
Bugfixes: - Don't assume [self class] is MK*, it could be a subclass outside of this bundle. - MKMapView's webView no longer traps the delete key More... almost 15 years ago
Added ability to add CSS to the MapView to help with styling. More... almost 15 years ago
Fixed small bug where a selected annotation wasn't in the selectedAnnotations array when didSelectAnnotation was called. More... almost 15 years ago
Added MKGeocoder which Apple's MapKit lacks. More... about 15 years ago
Apparently forgot the getter property for userLocation More... about 15 years ago
Removed useless stuff. More... about 15 years ago
Added a delegate method to be able to do something when the user clicks and holds at a location on the map (such as dropping a pin). More... about 15 years ago
CSS fixes. More... about 15 years ago
When adding annotations, it now sorts them and sets zorder so that if two are near one another it looks better. More... about 15 years ago
Fixed bug where removing an annotation wouldn't get rid of its callout element More... about 15 years ago
Fixed bug in IBPlugin class description. More... about 15 years ago
Recreated IBPlugin xib files, since apparently those weren't in SCM before, and I had deleted the source ones months ago. Whoops. More... about 15 years ago
Fixed a bug where interacting with the mapview after adding a pin with a title would cause the map to do a location search and move on the user. More... about 15 years ago
Moved startup code around to avoid errors. More... about 15 years ago
Better handling of no net connection and implemented delegate methods for didFinishLoad and its error equilvalent. More... about 15 years ago
Made user location beacon better centered. removed useless NSLog. More... about 15 years ago
Small example of how NL could work. More... about 15 years ago
Small UI changes. More... over 15 years ago
Annotation Callouts starting to come together. More... over 15 years ago
New icon for the MapView in IBPlugin More... over 15 years ago