summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* CameraOptionsMinh Nguyễn2015-09-077-14/+272
* fix missing docs parameterJustin R. Miller2015-09-041-1/+1
* refs #2039: add passthroughs for adding/removing overlaysJustin R. Miller2015-09-041-0/+33
* Get rid of MapData::{get,set}NeedsRepaintBruno de Oliveira Abinader2015-09-021-1/+0
* Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-021-3/+0
* Merge branch 'master' into nodeJohn Firebaugh2015-08-315-5/+41
|\
| * implement annotation marker tap recognition in AndroidJustin R. Miller2015-08-281-0/+7
| * iOS perspective gesture supportJason Wray2015-08-262-0/+22
| * add map.setPitch(pitch) and map.getPitch()Ansis Brammanis2015-08-241-0/+4
| * load correct covering tiles in perspective viewAnsis Brammanis2015-08-241-0/+1
| * fix earthquakes in perspective viewAnsis Brammanis2015-08-241-7/+7
| * port mat4.perspective and mat4.rotate_xAnsis Brammanis2015-08-241-0/+2
* | View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-254-4/+12
|/
* Merge branch 'v8'John Firebaugh2015-08-243-2/+19
|\
| * Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-2/+2
| * Add circle render typeBruno de Oliveira Abinader2015-08-202-0/+17
* | GL is the library, SDK is the productJustin R. Miller2015-08-212-1/+1
|/
* MGLUserTrackingModeFollowWithCourseMinh Nguyễn2015-08-142-2/+4
* Added operator implementations for mbgl::Update enum classBruno de Oliveira Abinader2015-08-131-4/+15
* fixes #2044: add -showAnnotations:animated:Justin R. Miller2015-08-121-0/+7
* Merge branch 'android-okhttp'Leith Bade2015-08-121-0/+29
|\
| * Use OkHTTP to implement HTTPContext on Android.Leith Bade2015-08-111-0/+29
* | add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-112-2/+9
|/
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-052-5/+5
* Added Update::RepaintBruno de Oliveira Abinader2015-08-052-1/+2
* add MBGL_USE_GLES2 defineKonstantin Käfer2015-08-043-11/+14
* don't use certain STL functionsKonstantin Käfer2015-08-041-4/+4
* First pass at tidying up Android annotation codeLeith Bade2015-08-041-0/+23
* Add more mapView!Jason Wray2015-07-311-0/+2
* Document iOS region change delegate methodsJason Wray2015-07-311-3/+12
* First pass at updating JNI bindingsLeith Bade2015-07-291-1/+4
* Avoid nudging transitions if a gesture is in progressBruno de Oliveira Abinader2015-07-231-1/+1
* Export default transition delay in Map public APIBruno de Oliveira Abinader2015-07-212-1/+5
* Revert "Revert "split renderSync and transition nudging to allow client view ...Bruno de Oliveira Abinader2015-07-201-1/+4
* Revert "split renderSync and transition nudging to allow client view syncing"Bruno de Oliveira Abinader2015-07-201-4/+1
* Merge branch 'release-v0.5.0'Minh Nguyễn2015-07-141-1/+4
|\
| * refs #1859: use traditional struct declarationJustin R. Miller2015-07-091-4/+7
| * Removed documentation for unavailable methodMinh Nguyễn2015-07-081-4/+0
| * split renderSync and transition nudging to allow client view syncingJustin R. Miller2015-07-081-1/+4
* | Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-141-12/+12
* | Remove unused function: cwd()Thiago Marcos P. Santos2015-07-111-2/+0
* | refs #1859: use traditional struct declarationJustin R. Miller2015-07-091-4/+7
* | Removed documentation for unavailable methodMinh Nguyễn2015-07-081-4/+0
|/
* explicitly bring in headerJustin R. Miller2015-07-081-0/+2
* fix nullabilityJustin R. Miller2015-07-081-1/+1
* nullability for MGLAnnotationImageJustin R. Miller2015-07-081-0/+4
* Cocoa custom marker imagery APIJustin R. Miller2015-07-083-1/+31
* add ability to add random custom markers to test appKonstantin Käfer2015-07-082-0/+44
* add ability to set custom sprites on the Map objectKonstantin Käfer2015-07-081-0/+5
* mark Image constructor as explicit to avoid accidental implicit argument conv...Konstantin Käfer2015-07-081-1/+1