summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Avoid making a new copy of layers for redoPlacementJohn Firebaugh2015-12-075-16/+15
* [core] Make Paint/LayoutProperties constructor explicitJohn Firebaugh2015-12-078-77/+78
* [core] More efficient layer cloningJohn Firebaugh2015-12-079-53/+16
* [core] Remove unused headerJohn Firebaugh2015-12-031-1/+0
* [core] Clean up PainterJohn Firebaugh2015-12-032-83/+30
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-0312-13/+60
* [core] throw values, catch referencesKonstantin Käfer2015-12-033-6/+6
* [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-034-5/+4
* [core] add std::move to constructorsKonstantin Käfer2015-12-038-8/+16
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-03179-222/+223
* [core] fix various errors reported by clang-tidyKonstantin Käfer2015-12-031-3/+4
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-034-5/+5
* [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