summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix automated headless testing on travisKonstantin Käfer2014-07-091-13/+0
* fix compile errorsKonstantin Käfer2014-07-081-0/+1
* update headless testing to be configurableKonstantin Käfer2014-07-082-1/+25
* add test fixture and image comparisonKonstantin Käfer2014-07-071-2/+2
* make headless rendering work again by setting the correct fboKonstantin Käfer2014-07-071-10/+2
* add ca bundle to linux buildKonstantin Käfer2014-07-071-1/+3
* fix applied classes symbolsKonstantin Käfer2014-07-071-2/+2
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKonstantin Käfer2014-07-075-8/+33
|\
| * native-side map change notificationsJustin R. Miller2014-07-031-4/+14
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-07-032-2/+13
| |\
| | * Support for text-transformJohn Firebaugh2014-07-032-2/+13
| * | re-add setAppliedClasses() to styleJustin R. Miller2014-07-032-0/+9
| |/
* | add applied classes apiKonstantin Käfer2014-07-032-0/+13
|/
* correctly detect duplicate layersKonstantin Käfer2014-07-031-1/+1
* remove variant options; they're all functions anywayKonstantin Käfer2014-07-031-1/+1
* tuple is explicit in gcc's stlKonstantin Käfer2014-07-031-31/+31
* parse function stops according to specKonstantin Käfer2014-07-021-12/+7
* show layer name that is failingKonstantin Käfer2014-07-021-1/+1
* don't provide a generic templateKonstantin Käfer2014-07-021-6/+0
* fix background paintingKonstantin Käfer2014-07-023-2/+13
* correctly parse array properties like *-translateKonstantin Käfer2014-07-021-175/+156
* make rasterization work againKonstantin Käfer2014-07-022-65/+69
* parse rasterize values as wellKonstantin Käfer2014-07-022-69/+101
* load glyphset url from stylesheetKonstantin Käfer2014-07-026-10/+41
* read sprite image from styleKonstantin Käfer2014-07-023-2/+15
* switch to unordered_map for spritesKonstantin Käfer2014-07-021-1/+5
* make sure to return a value, even if this should never happenKonstantin Käfer2014-07-011-0/+2
* ignore boost warnings for lexical_castKonstantin Käfer2014-07-011-0/+5
* rename timestamp name to avoid conflictsKonstantin Käfer2014-07-012-5/+5
* ignore boost warnings with gcc as wellKonstantin Käfer2014-07-011-4/+7
* removing empty AppliedClassProperties objectsKonstantin Käfer2014-07-013-3/+28
* make text painter respect text-opacityKonstantin Käfer2014-07-011-2/+20
* add remaining propertiesKonstantin Käfer2014-07-012-101/+91
* make transitions work properlyKonstantin Käfer2014-07-015-5/+57
* add interpolationKonstantin Käfer2014-06-304-7/+58
* refactor functionsKonstantin Käfer2014-06-306-325/+502
* move StyleLayerGroup and PropertyTransition to their own filesKonstantin Käfer2014-06-307-103/+99
* also update child layersKonstantin Käfer2014-06-271-0/+9
* add way for adding/removing classesKonstantin Käfer2014-06-271-0/+78
* make more members of StyleLayer constKonstantin Käfer2014-06-273-22/+46
* more docs + remove StyleLayer::Ptr typedefKonstantin Käfer2014-06-272-4/+4
* names are transiton-*, not *-transitionKonstantin Käfer2014-06-271-32/+32
* add remaining default valuesKonstantin Käfer2014-06-271-0/+43
* add raster enabled/opacityKonstantin Käfer2014-06-272-0/+6
* more refactoring and fallback valuesKonstantin Käfer2014-06-273-54/+67
* even more refactoringKonstantin Käfer2014-06-2714-2/+19
* reorganize propertiesKonstantin Käfer2014-06-275-14/+15
* use class ids rather than names for storing stylesKonstantin Käfer2014-06-272-4/+6
* add class dictionary to avoid storing strings all the timeKonstantin Käfer2014-06-271-0/+29
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-277-31/+31