Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to GeoJSON-style geometry type names | Konstantin Käfer | 2014-07-09 | 2 | -8/+8 |
* | replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y} | Konstantin Käfer | 2014-07-09 | 2 | -11/+14 |
* | fix automated headless testing on travis | Konstantin Käfer | 2014-07-09 | 1 | -13/+0 |
* | fix compile errors | Konstantin Käfer | 2014-07-08 | 1 | -0/+1 |
* | update headless testing to be configurable | Konstantin Käfer | 2014-07-08 | 2 | -1/+25 |
* | add test fixture and image comparison | Konstantin Käfer | 2014-07-07 | 1 | -2/+2 |
* | make headless rendering work again by setting the correct fbo | Konstantin Käfer | 2014-07-07 | 1 | -10/+2 |
* | add ca bundle to linux build | Konstantin Käfer | 2014-07-07 | 1 | -1/+3 |
* | fix applied classes symbols | Konstantin Käfer | 2014-07-07 | 1 | -2/+2 |
* | Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native | Konstantin Käfer | 2014-07-07 | 5 | -8/+33 |
|\ | |||||
| * | native-side map change notifications | Justin R. Miller | 2014-07-03 | 1 | -4/+14 |
| * | Merge branch 'master' of github.com:mapbox/llmr-native | Justin R. Miller | 2014-07-03 | 2 | -2/+13 |
| |\ | |||||
| | * | Support for text-transform | John Firebaugh | 2014-07-03 | 2 | -2/+13 |
| * | | re-add setAppliedClasses() to style | Justin R. Miller | 2014-07-03 | 2 | -0/+9 |
| |/ | |||||
* | | add applied classes api | Konstantin Käfer | 2014-07-03 | 2 | -0/+13 |
|/ | |||||
* | correctly detect duplicate layers | Konstantin Käfer | 2014-07-03 | 1 | -1/+1 |
* | remove variant options; they're all functions anyway | Konstantin Käfer | 2014-07-03 | 1 | -1/+1 |
* | tuple is explicit in gcc's stl | Konstantin Käfer | 2014-07-03 | 1 | -31/+31 |
* | parse function stops according to spec | Konstantin Käfer | 2014-07-02 | 1 | -12/+7 |
* | show layer name that is failing | Konstantin Käfer | 2014-07-02 | 1 | -1/+1 |
* | don't provide a generic template | Konstantin Käfer | 2014-07-02 | 1 | -6/+0 |
* | fix background painting | Konstantin Käfer | 2014-07-02 | 3 | -2/+13 |
* | correctly parse array properties like *-translate | Konstantin Käfer | 2014-07-02 | 1 | -175/+156 |
* | make rasterization work again | Konstantin Käfer | 2014-07-02 | 2 | -65/+69 |
* | parse rasterize values as well | Konstantin Käfer | 2014-07-02 | 2 | -69/+101 |
* | load glyphset url from stylesheet | Konstantin Käfer | 2014-07-02 | 6 | -10/+41 |
* | read sprite image from style | Konstantin Käfer | 2014-07-02 | 3 | -2/+15 |
* | switch to unordered_map for sprites | Konstantin Käfer | 2014-07-02 | 1 | -1/+5 |
* | make sure to return a value, even if this should never happen | Konstantin Käfer | 2014-07-01 | 1 | -0/+2 |
* | ignore boost warnings for lexical_cast | Konstantin Käfer | 2014-07-01 | 1 | -0/+5 |
* | rename timestamp name to avoid conflicts | Konstantin Käfer | 2014-07-01 | 2 | -5/+5 |
* | ignore boost warnings with gcc as well | Konstantin Käfer | 2014-07-01 | 1 | -4/+7 |
* | removing empty AppliedClassProperties objects | Konstantin Käfer | 2014-07-01 | 3 | -3/+28 |
* | make text painter respect text-opacity | Konstantin Käfer | 2014-07-01 | 1 | -2/+20 |
* | add remaining properties | Konstantin Käfer | 2014-07-01 | 2 | -101/+91 |
* | make transitions work properly | Konstantin Käfer | 2014-07-01 | 5 | -5/+57 |
* | add interpolation | Konstantin Käfer | 2014-06-30 | 4 | -7/+58 |
* | refactor functions | Konstantin Käfer | 2014-06-30 | 6 | -325/+502 |
* | move StyleLayerGroup and PropertyTransition to their own files | Konstantin Käfer | 2014-06-30 | 7 | -103/+99 |
* | also update child layers | Konstantin Käfer | 2014-06-27 | 1 | -0/+9 |
* | add way for adding/removing classes | Konstantin Käfer | 2014-06-27 | 1 | -0/+78 |
* | make more members of StyleLayer const | Konstantin Käfer | 2014-06-27 | 3 | -22/+46 |
* | more docs + remove StyleLayer::Ptr typedef | Konstantin Käfer | 2014-06-27 | 2 | -4/+4 |
* | names are transiton-*, not *-transition | Konstantin Käfer | 2014-06-27 | 1 | -32/+32 |
* | add remaining default values | Konstantin Käfer | 2014-06-27 | 1 | -0/+43 |
* | add raster enabled/opacity | Konstantin Käfer | 2014-06-27 | 2 | -0/+6 |
* | more refactoring and fallback values | Konstantin Käfer | 2014-06-27 | 3 | -54/+67 |
* | even more refactoring | Konstantin Käfer | 2014-06-27 | 14 | -2/+19 |
* | reorganize properties | Konstantin Käfer | 2014-06-27 | 5 | -14/+15 |
* | use class ids rather than names for storing styles | Konstantin Käfer | 2014-06-27 | 2 | -4/+6 |