summaryrefslogtreecommitdiff
path: root/src/map
Commit message (Expand)AuthorAgeFilesLines
...
| * fix automated headless testing on travisKonstantin Käfer2014-07-091-13/+0
* | Use API v4 and access tokensJohn Firebaugh2014-07-081-1/+10
|/
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKonstantin Käfer2014-07-073-6/+30
|\
| * native-side map change notificationsJustin R. Miller2014-07-031-4/+14
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-07-031-2/+12
| |\
| | * Support for text-transformJohn Firebaugh2014-07-031-2/+12
| * | re-add setAppliedClasses() to styleJustin R. Miller2014-07-031-0/+4
| |/
* | add applied classes apiKonstantin Käfer2014-07-031-0/+8
|/
* show layer name that is failingKonstantin Käfer2014-07-021-1/+1
* load glyphset url from stylesheetKonstantin Käfer2014-07-023-3/+17
* read sprite image from styleKonstantin Käfer2014-07-021-2/+3
* make transitions work properlyKonstantin Käfer2014-07-011-0/+3
* add interpolationKonstantin Käfer2014-06-301-1/+1
* move StyleLayerGroup and PropertyTransition to their own filesKonstantin Käfer2014-06-302-27/+11
* make more members of StyleLayer constKonstantin Käfer2014-06-271-1/+1
* more docs + remove StyleLayer::Ptr typedefKonstantin Käfer2014-06-271-2/+2
* even more refactoringKonstantin Käfer2014-06-275-282/+7
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-271-19/+19
* cleanupKonstantin Käfer2014-06-261-1/+0
* add filter expressionsKonstantin Käfer2014-06-264-90/+411
* remove debug statementsKonstantin Käfer2014-06-241-5/+0
* get applied classesKonstantin Käfer2014-06-241-4/+4
* fix exit crash due to forced loop stopKonstantin Käfer2014-06-241-8/+7
* saving current stateKonstantin Käfer2014-06-236-296/+245
* separate bucket render properties and change namingKonstantin Käfer2014-06-161-12/+33
* unifiy constants in one place, and allow local overrideKonstantin Käfer2014-06-041-1/+1
* 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
* Revert "background grid"Konstantin Käfer2014-06-031-13/+0
* Merge branch 'master' into expressionsKonstantin Käfer2014-06-021-0/+13
|\
| * background gridJustin R. Miller2014-06-021-0/+13
* | add explicit true type == "no filter"Konstantin Käfer2014-06-021-1/+3
* | move both variant options to recursive_wrapperKonstantin Käfer2014-06-021-2/+2
* | implement nested expression parsingKonstantin Käfer2014-06-021-10/+19
* | simple expression supportKonstantin Käfer2014-06-021-51/+80
|/
* 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
* get rid of brittle hardcoded style toggling methodJustin R. Miller2014-06-011-23/+0
* 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-312-28/+49
* add token replacement systemKonstantin Käfer2014-05-301-9/+30
* skip second loopKonstantin Käfer2014-05-301-29/+13
* Merge remote-tracking branch 'origin/linebreak'Ansis Brammanis2014-05-301-1/+3
|\
| * Merge branch 'master' into linebreakYoung Hahn2014-05-305-134/+22
| |\
| * | add text letterSpacingAnsis Brammanis2014-05-301-1/+1
| * | add verticalAlign for textAnsis Brammanis2014-05-301-1/+3
| * | parse maxWidth, lineHeight and alignment, pass to FontStack::getShapingMike Morris2014-05-301-1/+5
* | | retain the uv loop until all things deconstructedKonstantin Käfer2014-05-301-10/+8