summaryrefslogtreecommitdiff
path: root/platform/osx/src
Commit message (Expand)AuthorAgeFilesLines
* [ios, osx] Ignore invalid observation contextMinh Nguyễn2016-04-201-5/+13
* [ios, osx] Avoid observing coordinate on MGLMultiPointMinh Nguyễn2016-04-201-15/+12
* [ios, osx] Fixed crash removing multipoint or duplicate annotationMinh Nguyễn2016-04-201-17/+22
* [osx] Observe annotation coordinatesMinh Nguyễn2016-04-193-32/+79
* [ios, osx] Took advantage of C99Minh Nguyễn2016-04-161-2/+2
* [osx] Fixed type mismatch and selector warningsMinh Nguyễn2016-04-161-5/+6
* [ios] Removed alternative to -ObjCMinh Nguyễn2016-04-162-4/+0
* [core] Render from the main threadJohn Firebaugh2016-04-141-64/+39
* [osx] Scroll to zoomMinh Nguyễn2016-04-121-1/+13
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-301-42/+20
|\
| * [ios, osx] Wrap coordinates converted from pointsMinh Nguyễn2016-03-251-1/+1
| * [ios, osx] Unified offline and ambient cachesMinh Nguyễn2016-03-181-41/+19
* | Reset the translation to zero without adjusting for view to fix non-zero fram...Dan Wexler2016-03-201-1/+1
|/
* [osx] Added OS X support for offline downloadsMinh Nguyễn2016-03-1010-131/+11
* [ios] Non-embedded static frameworkMinh Nguyễn2016-03-081-1/+1
* [android|ios|osx] Fix return type for pixelForLatLngBruno de Oliveira Abinader2016-03-011-1/+1
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-4/+4
* Merge branch 'release-ios-v3.1.0'Minh Nguyễn2016-02-241-17/+29
|\
| * [ios, osx] Exclude misses from nearby annotationsMinh Nguyễn2016-02-101-1/+2
| * [core, ios, osx] Only constrain after adding to a windowMinh Nguyễn2016-02-101-10/+15
| * [ios, osx] Fixed crash reselecting annotationMinh Nguyễn2016-02-101-6/+12
* | [osx] Set default polyline and polygon color to the selected menu item colorJason Wray2016-02-181-2/+2
* | [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-126-14/+14
* | [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-082-2/+2
|/
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-11/+11
* [osx] setMaximumZoomLevel, setMinimumZoomLevelAnsis Brammanis2016-01-281-0/+10
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-261-1/+1
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-3/+3
* [ios, osx] Optionally animate content insets changeMinh Nguyễn2016-01-201-7/+17
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-4/+5
* [core][ios][osx][android] fix icons with non-integer width/heightAnsis Brammanis2016-01-191-2/+2
* [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-181-1/+7
* [core, osx] Added optional padding to convenience methodsMinh Nguyễn2016-01-181-9/+10
* [osx] Content insetsMinh Nguyễn2016-01-181-3/+61
* [osx] Fixed static analyzer warningsMinh Nguyễn2016-01-141-1/+1
* [osx] Consistent origins in gesture recognizersMinh Nguyễn2016-01-141-28/+42
* [core] Standardize transform originMinh Nguyễn2016-01-141-1/+1
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-141-17/+20
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-3/+2
* [ios, osx] Fixed Xcode 7.3 buildMinh Nguyễn2016-01-111-1/+1
* [core] Privatize SQLiteCacheJohn Firebaugh2016-01-081-4/+1
* Double-tap to zoom out on Magic MiceMinh Nguyễn2016-01-041-7/+17
* [osx] Simplified zoom logicMinh Nguyễn2015-12-241-2/+8
* [ios, osx] Optional peak altitude for flyingMinh Nguyễn2015-12-201-0/+10
* [ios, osx] Avoid transition to current cameraMinh Nguyễn2015-12-201-0/+6
* [ios, osx] Better zoom level–altitude conversionMinh Nguyễn2015-12-201-89/+10
* [osx] Flipped drag-rotate center pointMinh Nguyễn2015-12-191-1/+1
* [ios, osx] Allow zero-duration flightMinh Nguyễn2015-12-191-2/+2
* [ios, osx] Added flyToCamera: variation that uses default durationMinh Nguyễn2015-12-151-0/+4
* [ios, osx] Added flyTo to OS X; refactored camera settersMinh Nguyễn2015-12-151-20/+53