Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | separate comparisons and expressions | Konstantin Käfer | 2014-07-16 | 1 | -0/+2 |
* | add more comparison tests | Konstantin Käfer | 2014-07-16 | 1 | -4/+3 |
* | refs #342 & #346: per-map change callbacks | Justin R. Miller | 2014-07-16 | 2 | -25/+27 |
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native | Justin R. Miller | 2014-07-15 | 2 | -4/+8 |
|\ | |||||
| * | add icon render test | Konstantin Käfer | 2014-07-15 | 2 | -4/+8 |
* | | allow for delayed map notifications during animations | Justin R. Miller | 2014-07-15 | 1 | -3/+6 |
|/ | |||||
* | flesh out 'will change region' notifications | Justin R. Miller | 2014-07-15 | 1 | -0/+12 |
* | don't initialize sources multiple times | Konstantin Käfer | 2014-07-14 | 1 | -14/+38 |
* | move std::erase_if => util::erase_if | Konstantin Käfer | 2014-07-14 | 2 | -2/+3 |
* | add forward-declared Source shared_ptr to style_bucket | Mike Morris | 2014-07-11 | 1 | -5/+4 |
* | Merge branch 'master' into stylesource | Mike Morris | 2014-07-10 | 1 | -4/+0 |
|\ | |||||
| * | remove duplicate setAppliedClasses function | Konstantin Käfer | 2014-07-10 | 1 | -4/+0 |
* | | break out StyleSource from Source, move getActiveSources and | Mike Morris | 2014-07-10 | 2 | -8/+43 |
* | | move sprite class to map directory | Mike Morris | 2014-07-10 | 2 | -1/+119 |
|/ | |||||
* | change line width and add line-width test | Konstantin Käfer | 2014-07-10 | 1 | -1/+1 |
* | Merge branch 'master' into access_token | Konstantin Käfer | 2014-07-10 | 4 | -14/+18 |
|\ | |||||
| * | move render type to layer top level | Konstantin Käfer | 2014-07-09 | 2 | -8/+8 |
| * | switch to GeoJSON-style geometry type names | Konstantin Käfer | 2014-07-09 | 1 | -1/+1 |
| * | replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y} | Konstantin Käfer | 2014-07-09 | 1 | -5/+9 |
* | | move to per-map access token | Justin R. Miller | 2014-07-09 | 2 | -14/+16 |
* | | Merge branch 'master' into access_token | Justin R. Miller | 2014-07-09 | 1 | -13/+0 |
|\ \ | |/ | |||||
| * | fix automated headless testing on travis | Konstantin Käfer | 2014-07-09 | 1 | -13/+0 |
* | | Use API v4 and access tokens | John Firebaugh | 2014-07-08 | 1 | -1/+10 |
|/ | |||||
* | Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native | Konstantin Käfer | 2014-07-07 | 3 | -6/+30 |
|\ | |||||
| * | 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 | 1 | -2/+12 |
| |\ | |||||
| | * | Support for text-transform | John Firebaugh | 2014-07-03 | 1 | -2/+12 |
| * | | re-add setAppliedClasses() to style | Justin R. Miller | 2014-07-03 | 1 | -0/+4 |
| |/ | |||||
* | | add applied classes api | Konstantin Käfer | 2014-07-03 | 1 | -0/+8 |
|/ | |||||
* | show layer name that is failing | Konstantin Käfer | 2014-07-02 | 1 | -1/+1 |
* | load glyphset url from stylesheet | Konstantin Käfer | 2014-07-02 | 3 | -3/+17 |
* | read sprite image from style | Konstantin Käfer | 2014-07-02 | 1 | -2/+3 |
* | make transitions work properly | Konstantin Käfer | 2014-07-01 | 1 | -0/+3 |
* | add interpolation | Konstantin Käfer | 2014-06-30 | 1 | -1/+1 |
* | move StyleLayerGroup and PropertyTransition to their own files | Konstantin Käfer | 2014-06-30 | 2 | -27/+11 |
* | make more members of StyleLayer const | Konstantin Käfer | 2014-06-27 | 1 | -1/+1 |
* | more docs + remove StyleLayer::Ptr typedef | Konstantin Käfer | 2014-06-27 | 1 | -2/+2 |
* | even more refactoring | Konstantin Käfer | 2014-06-27 | 5 | -282/+7 |
* | rename time => timestamp to avoid naming conflicts | Konstantin Käfer | 2014-06-27 | 1 | -19/+19 |
* | cleanup | Konstantin Käfer | 2014-06-26 | 1 | -1/+0 |
* | add filter expressions | Konstantin Käfer | 2014-06-26 | 4 | -90/+411 |
* | remove debug statements | Konstantin Käfer | 2014-06-24 | 1 | -5/+0 |
* | get applied classes | Konstantin Käfer | 2014-06-24 | 1 | -4/+4 |
* | fix exit crash due to forced loop stop | Konstantin Käfer | 2014-06-24 | 1 | -8/+7 |
* | saving current state | Konstantin Käfer | 2014-06-23 | 6 | -296/+245 |
* | separate bucket render properties and change naming | Konstantin Käfer | 2014-06-16 | 1 | -12/+33 |
* | unifiy constants in one place, and allow local override | Konstantin Käfer | 2014-06-04 | 1 | -1/+1 |
* | separate out token replacer as a standalone function in preparation for #300 | Konstantin Käfer | 2014-06-04 | 1 | -31/+3 |
* | skip background layer early | Konstantin Käfer | 2014-06-04 | 1 | -4/+6 |
* | don't make a copy of the glyph store | Konstantin Käfer | 2014-06-03 | 1 | -4/+7 |