summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Eliminate Map::getTexturepool()John Firebaugh2014-11-267-17/+29
* Map Map::getWorker() privateJohn Firebaugh2014-11-263-12/+12
* Eliminate Map::getGlyphStore()John Firebaugh2014-11-264-13/+22
* Eliminate Map::getSpriteAtlas()John Firebaugh2014-11-263-9/+12
* Eliminate Map::getGlyphAtlas()John Firebaugh2014-11-263-10/+11
* add {prefix} to tile URL replacement token schemeKonstantin Käfer2014-11-261-0/+6
* Fix member shadowing warningsVincent Schüßler2014-11-251-2/+2
* Eliminate Map::getFileSourceJohn Firebaugh2014-11-213-12/+12
* Pass FileSource by referenceJohn Firebaugh2014-11-213-11/+11
* Remove other rotation constraint (fixes #463)John Firebaugh2014-11-211-6/+0
* Remove rotation constraintsJohn Firebaugh2014-11-202-16/+0
* check library versions against header symbols in static initialization functionKonstantin Käfer2014-11-121-0/+55
* load VAO extensionKonstantin Käfer2014-11-073-10/+30
* add -Werror to os x as wellKonstantin Käfer2014-11-061-2/+2
* fix various issues in curl bindings related to tile cancelationKonstantin Käfer2014-11-061-1/+4
* Support compound text-anchor valuesJohn Firebaugh2014-11-041-0/+17
* Single text positioning propertyJohn Firebaugh2014-11-042-11/+18
* Render ⇢ layout, style ⇢ paintJohn Firebaugh2014-11-041-15/+15
* Implement v6 filtersJohn Firebaugh2014-11-045-385/+145
* Reinstate 16px line width limitLauren Budorick2014-11-041-2/+2
* v6: min-zoom -> minzoom, max-zoom -> maxzoomLauren Budorick2014-11-041-6/+6
* Axe the 16-px line width limitLauren Budorick2014-11-041-4/+2
* More conciseLauren Budorick2014-11-041-2/+1
* line-offset -> line-gap-widthLauren Budorick2014-11-044-5/+6
* replace strftime_l with our custom formatterKonstantin Käfer2014-11-041-0/+13
* make util::utf8_to_utf32::convert() staticartemp2014-11-031-3/+1
* Merge branch 'master' into platform-imageKonstantin Käfer2014-10-316-124/+126
|\
| * rename to .hpp to avoid compiling twiceKonstantin Käfer2014-10-302-1/+3
| * allow providing a callback to uv_messenger_stop to prevent mismatched new/freeKonstantin Käfer2014-10-303-6/+15
| * simplify debug font lookupKonstantin Käfer2014-10-302-111/+99
| * don't use std::map for checking color constantsKonstantin Käfer2014-10-301-6/+9
* | use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-302-188/+1
* | do not crash for missing imagesKonstantin Käfer2014-10-302-0/+4
* | use unique_ptr for automatic deallocationKonstantin Käfer2014-10-301-10/+10
|/
* remove regex/boost regex usageKonstantin Käfer2014-10-301-8/+0
* pass Tile::ID by const refartemp2014-10-303-3/+3
* merge with mbgl-configDane Springmeyer2014-10-2915-342/+323
|\
| * access member variables directly inside class methodsartemp2014-10-291-3/+2
| * store uv::loop as unique_ptrartemp2014-10-291-1/+1
| * simplify - remove before/afterParse and create Parser on stack in worker threadartemp2014-10-292-17/+5
| * store spriteAtlas by value + make TileParser noncopyableartemp2014-10-292-11/+8
| * remove commented out assertartemp2014-10-291-1/+0
| * store glyphAtlas by value in Map object, pass by refartemp2014-10-296-18/+14
| * c++ - use const qualifierartemp2014-10-291-1/+1
| * Fix variable shadowingJohn Firebaugh2014-10-292-5/+5
| * Replace uv::rwlock with std::recursive_mutexJohn Firebaugh2014-10-291-29/+28
| * Render map with a copy of TransformStateJohn Firebaugh2014-10-299-221/+229
| * Hold internal reference to Sprite in SpriteAtlasJohn Firebaugh2014-10-295-33/+29
| * fix text/icon rendering order (#470)artemp2014-10-281-15/+14
| * fix 'flip' logic to take into account rotation_alignment and keep_upright (#470)artemp2014-10-281-7/+7