summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to pre3node-v3.5.2-pre.3Bobby Sudekum2017-05-151-1/+1
* [android] - only build custom layer for debug builds (#8885)Tobrun2017-05-041-2/+6
* [core] Factor timePoint initializationJohn Firebaugh2017-05-032-3/+5
* [core] Calculate hasPendingTransitions functionally rather than statefullyJohn Firebaugh2017-05-0319-23/+58
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-0368-215/+164
* [core] No need to Update::Classes after removing a layerJohn Firebaugh2017-05-031-1/+1
* [core] No need to manually set Update::Classes flag after annotation updateJohn Firebaugh2017-05-031-1/+0
* [core] Remove forced style cascadeJohn Firebaugh2017-05-031-3/+0
* [android] - add 3D buildings example (#8845)Tobrun2017-05-035-0/+128
* Revert "[node] Temporary: exit(0) on exception in Painter::render"John Firebaugh2017-05-021-10/+4
* [ios] Bump podspecs for v3.6.0-alpha.1ios-v3.6.0-alpha.1Jason Wray2017-05-023-3/+3
* [ios] properly show attribution in modal hierarchies (#8837)Justin R. Miller2017-05-024-10/+53
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-027-5/+25
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-0244-710/+1401
* [core] Load source TileJSON immediatelyJohn Firebaugh2017-05-029-239/+12
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-0223-61/+70
* [android] - CHANGELOG.md update for release-v5.1.0-beta.1 (#8857)android-v5.1.0-beta1Tobrun2017-05-021-2/+16
* [build] Added 'shared_thread_pool.cpp' to 'mbgl-core' target on LinuxBruno de Oliveira Abinader2017-05-021-0/+1
* [core] Fix compilation error with older libpng versionsBruno de Oliveira Abinader2017-05-021-1/+1
* [core] Fix compilation error with older libicu versionsBruno de Oliveira Abinader2017-05-021-1/+1
* [build] Added 'mbgl-loop-uv' to 'linux-core' targetBruno de Oliveira Abinader2017-05-021-1/+1
* [core] Suppress "stencil mask overflow" warningThiago Marcos P. Santos2017-05-021-1/+6
* [ios, macos] Corrected map a11y value format stringsMinh Nguyễn2017-05-023-6/+6
* [ios] Added sv stringsdictFredrik Karlsson2017-05-022-0/+25
* [android] Added Lithuanian, Spanish, Vietnamese localizations from TransifexMinh Nguyễn2017-05-024-0/+46
* [ios, macos] Updated ca, es, sv, vi, zh-Hans localizations from TransifexMinh Nguyễn2017-05-027-11/+369
* [android, ios, macos] Rearranged keys in tx configMinh Nguyễn2017-05-021-5/+5
* [Qt] Add extrusion example to the Qt appThiago Marcos P. Santos2017-05-021-0/+34
* [Qt] Handle extrusion filtersThiago Marcos P. Santos2017-05-021-0/+4
* [ios, macos] Updated changelogsMinh Nguyễn2017-05-012-11/+22
* [android] - warning log when attempting to update a non-added annotation (#8832)Tobrun2017-04-282-37/+24
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-27111-233/+4853
* [build] Added linux-coreBruno de Oliveira Abinader2017-04-271-0/+4
* [build] Control libstdc++ usage via WITH_CXX11ABIBruno de Oliveira Abinader2017-04-272-1/+5
* [build] Fix 'Command not found' message on LinuxBruno de Oliveira Abinader2017-04-271-1/+1
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-2619-98/+78
* [ios] swapped link for circle layer example (#8818)Jordan Kiley2017-04-261-1/+1
* [android] - share locationsource between locational components (#8825)Tobrun2017-04-262-2/+4
* [android] - fix test app runtime permissions (#8823)Tobrun2017-04-265-148/+69
* [core] split off render layersIvo van Dongen2017-04-25104-1114/+1715
* [android] - fix publish snapshot step (#8815)Tobrun2017-04-251-1/+1
* [ios, macos] Bumped recommended Xcode version >=8.0 (#8775)Jordan Kiley2017-04-247-5/+7
* [all] Rationalize style::ImageJohn Firebaugh2017-04-2434-381/+304
* [ios, macos] Update MGLMapView logo view (#8771)Minh Nguyễn2017-04-249-3/+95
* Release node v3.5.0 (#8785)node-v3.5.0Bobby Sudekum2017-04-242-1/+6
* [core] fix an issue with lines that have duplicate points (#8808)Vladimir Agafonkin2017-04-242-4/+13
* [android] - avoid calling MarkerViewClickListener twice (#8804)Tobrun2017-04-241-7/+3
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-2420-77/+147
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-2418-189/+135
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-2135-1400/+1120