summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clean up obsolete stylesheet resources referenceJustin R. Miller2014-05-311-1/+0
* programmatic styling APIJustin R. Miller2014-05-313-39/+54
* [hardening] fix double const& declarationDane Springmeyer2014-05-301-1/+1
* use malloc/free from c++: fixes compile with libc++ on linux - refs #287Dane Springmeyer2014-05-301-3/+4
* avoid unused variable warningDane Springmeyer2014-05-301-0/+4
* [hardening] must return from non void functionDane Springmeyer2014-05-301-0/+2
* fix another potential invalid memory accessDane Springmeyer2014-05-301-1/+4
* fix potential crash in line wrapping:Dane Springmeyer2014-05-301-11/+14
* add token replacement systemKonstantin Käfer2014-05-301-9/+30
* skip second loopKonstantin Käfer2014-05-301-29/+13
* fix function signatureDane Springmeyer2014-05-301-1/+1
* shaped to shaping, pass by reference instead of returning a copyMike Morris2014-05-301-15/+13
* Merge remote-tracking branch 'origin/linebreak'Ansis Brammanis2014-05-304-26/+109
|\
| * Merge branch 'master' into linebreakYoung Hahn2014-05-3021-188/+111
| |\
| * | add text letterSpacingAnsis Brammanis2014-05-303-3/+11
| * | translate as a text bucket propertyAnsis Brammanis2014-05-302-5/+9
| * | add verticalAlign for textAnsis Brammanis2014-05-304-11/+30
| * | line wrappingAnsis Brammanis2014-05-301-4/+47
| * | parse maxWidth, lineHeight and alignment, pass to FontStack::getShapingMike Morris2014-05-304-22/+40
* | | retain the uv loop until all things deconstructedKonstantin Käfer2014-05-302-13/+11
* | | make sure we retain shared state when destructing the map objectKonstantin Käfer2014-05-3012-91/+138
| |/ |/|
* | mark all sprites as uninitialized on pixelRatio changesKonstantin Käfer2014-05-301-0/+5
* | fix nearest neighbor image scalingKonstantin Käfer2014-05-301-6/+13
* | pass shaping directly instead of looking it upKonstantin Käfer2014-05-302-32/+6
* | fallback to default properties instead of not rendering when we don't have a ...Konstantin Käfer2014-05-306-11/+20
* | don't convert twiceKonstantin Käfer2014-05-301-2/+3
* | skip characters that don't have metricsKonstantin Käfer2014-05-301-1/+5
* | Merge pull request #275 from mapbox/correct-callocKonstantin Käfer2014-05-301-2/+2
|\ \
| * | fix static analyzer warning: Result of 'calloc' is converted to a pointer of ...Dane Springmeyer2014-05-291-2/+2
| * | use std::absDane Springmeyer2014-05-291-2/+2
| * | use std::powDane Springmeyer2014-05-291-2/+2
| * | initialize variablesDane Springmeyer2014-05-291-2/+4
* | | Merge pull request #281 from mapbox/cleanupKonstantin Käfer2014-05-301-119/+0
|\ \ \
| * | | Remove VectorTileGlyph, VectorTileFace, IndexedFaces, Faces and glyph related...Young Hahn2014-05-291-119/+0
| | |/ | |/|
* | | make shapingWarning and glyphWarning off for release buildsDane Springmeyer2014-05-291-2/+2
* | | release mode: silent debug output + ifdef any potentially expensive callsDane Springmeyer2014-05-2914-12/+63
|/ /
* | Merge branch 'master' into bezierJustin R. Miller2014-05-2914-77/+341
|\ \
| * | use std::absDane Springmeyer2014-05-291-2/+2
| * | use std::powDane Springmeyer2014-05-291-2/+2
| * | initialize variablesDane Springmeyer2014-05-291-2/+4
| |/
| * [build] another missing <memory> includeDane Springmeyer2014-05-291-0/+1
| * fix -Wformat-security warning with dodgy fprintfDane Springmeyer2014-05-291-1/+1
| * Lookup shaping value by string key. Refs #272.Young Hahn2014-05-291-1/+1
| * Merge branch 'master' into glyphrange-masterYoung Hahn2014-05-292-30/+31
| |\
| * | Use 256 sized rangeglyphs. Switch to mapbox API VTs.Young Hahn2014-05-293-94/+7
| * | Merge branch 'glyphrange-boost-locale' into glyphrange-yh-guessesYoung Hahn2014-05-292-6/+10
| |\ \
| | * | fix compile of glyph_store.cppDane Springmeyer2014-05-281-1/+1
| | * | fallback to boost::locale on linuxDane Springmeyer2014-05-281-7/+4
| | * | comment unfinished FontStack codeDane Springmeyer2014-05-281-1/+1
| | * | add include <algorithm> needed for std::replace on linuxDane Springmeyer2014-05-291-0/+1