summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Use optional where SpriteAtlas return values might not existJohn Firebaugh2015-12-016-47/+55
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-015-28/+23
* [core] Remove mutex from StyleJohn Firebaugh2015-12-012-4/+0
* [core] Privatize layers and sourcesJohn Firebaugh2015-12-015-124/+130
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-0111-78/+81
* [core] Don't share Style& across threadsJohn Firebaugh2015-12-014-18/+26
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-0113-26/+66
* [core] Move MapData storage to MapContextJohn Firebaugh2015-12-013-5/+13
* [core] Introduce StyleUpdateParametersJohn Firebaugh2015-12-016-44/+91
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-018-34/+21
* [core] Remove mbgl/util/uv.hppThiago Marcos P. Santos2015-12-012-415/+0
* [core] Do not use uv::rwlock on StyleThiago Marcos P. Santos2015-12-012-3/+3
* [core] Port uv::tls to pthreadsThiago Marcos P. Santos2015-12-014-69/+144
* [core] Privatize internal headersJohn Firebaugh2015-12-013-0/+359
* [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-011-1/+2
* [core] Merge uv_detail.hpp into uv.hppJohn Firebaugh2015-12-012-2/+1
* [core] Remove unused libuv includesThiago Marcos P. Santos2015-12-017-8/+6
* [core] Introduce Timer abstractionThiago Marcos P. Santos2015-12-012-5/+4
* [core] Removed dependency on uv_loop from the file sourceThiago Marcos P. Santos2015-12-015-24/+18
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-013-53/+9
* [core] Use AsyncTask on the MapContextThiago Marcos P. Santos2015-12-013-49/+17
* [core] Introduce the AsyncTaskThiago Marcos P. Santos2015-12-011-0/+28
* [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-273-28/+5
* [core] Source should receive a ref to MapData just onceBruno de Oliveira Abinader2015-11-278-37/+50
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-275-23/+40
* [core] Display modify, expires debug informationBruno de Oliveira Abinader2015-11-274-4/+29
* [core] Added modified, expires information to TileDataBruno de Oliveira Abinader2015-11-2710-14/+37
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-276-28/+43
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-253-7/+31
* [core] Always manually premultiply libpng outputJohn Firebaugh2015-11-252-0/+44
* [core] Rewrite image handlingJohn Firebaugh2015-11-259-41/+38
* [core] [iOS] Completion handlers for animated methodsMinh Nguyễn2015-11-251-0/+9
* Fix GCC5 complaining about -Wunused-variable.Thomas Voß2015-11-252-0/+6
* [core] more robust max-age parsingKonstantin Käfer2015-11-203-5/+56
* [core] Force style-sourced annotations to be visibleJohn Firebaugh2015-11-191-0/+1
* [core] Followup fix to #3037John Firebaugh2015-11-192-2/+2
* [core] Avoid calling AnnotationManager::updateStyle until the style is loadedJohn Firebaugh2015-11-183-1/+8
* [core] Added ConstrainMode::{HeightOnly,WidthAndHeight}Bruno de Oliveira Abinader2015-11-185-22/+34
* [core] Fix LatLngBounds default coordinatesBruno de Oliveira Abinader2015-11-181-1/+1
* [core] Avoid extra copy of TransformState in Painter::renderBruno de Oliveira Abinader2015-11-188-21/+20
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-1617-200/+93
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-166-7/+7
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-1612-438/+9
* [core] Cancelled flag needs to be atomic; it is read from multiple threadsJohn Firebaugh2015-11-161-4/+5
* [core] Fix a subtle and currently unexposed bug in RunLoop::invokeWithCallbackJohn Firebaugh2015-11-161-12/+12
* [core] Use std::mutex on RunLoopThiago Marcos P. Santos2015-11-162-2/+2
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-1215-254/+187
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-1219-37/+33
* [core] Cleanup Transform::rotateByBruno de Oliveira Abinader2015-11-121-17/+12
* [core] PrecisionPoint is now a vec2<double>Bruno de Oliveira Abinader2015-11-122-11/+11