summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove accidental bias valueKonstantin Käfer2014-06-051-1/+1
* unifiy constants in one place, and allow local overrideKonstantin Käfer2014-06-044-32/+3
* use token replacement for icon property as wellKonstantin Käfer2014-06-041-9/+4
* separate out token replacer as a standalone function in preparation for #300Konstantin Käfer2014-06-041-31/+3
* skip background layer earlyKonstantin Käfer2014-06-041-4/+6
* don't make a copy of the glyph storeKonstantin Käfer2014-06-031-4/+7
* only draw points when there actually are linejoinsKonstantin Käfer2014-06-031-1/+8
* Revert "background grid"Konstantin Käfer2014-06-032-65/+10
* Merge branch 'master' into expressionsKonstantin Käfer2014-06-022-10/+65
|\
| * background gridJustin R. Miller2014-06-022-10/+65
* | add explicit true type == "no filter"Konstantin Käfer2014-06-022-2/+4
* | move both variant options to recursive_wrapperKonstantin Käfer2014-06-022-11/+11
* | implement nested expression parsingKonstantin Käfer2014-06-022-30/+74
* | simple expression supportKonstantin Käfer2014-06-023-69/+103
|/
* use a black matte instead of yellowJustin R. Miller2014-06-011-3/+2
* fixes #279: remove forced rotation animations for nowJustin R. Miller2014-06-012-20/+5
* make some more getter functions constantJustin R. Miller2014-06-012-5/+5
* Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-06-012-4/+2
|\
| * allow setting prerender state with a function tooKonstantin Käfer2014-06-012-4/+2
* | get rid of brittle hardcoded style toggling methodJustin R. Miller2014-06-011-23/+0
|/
* Allow property functions for prerender properties, but tie them to the tile's...Konstantin Käfer2014-06-015-45/+29
* never send async events to nullptrsKonstantin Käfer2014-06-011-3/+8
* 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
|\ \