Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update headless testing to be configurable | Konstantin Käfer | 2014-07-08 | 2 | -0/+21 |
* | add test fixture and image comparison | Konstantin Käfer | 2014-07-07 | 1 | -1/+1 |
* | make headless rendering work again by setting the correct fbo | Konstantin Käfer | 2014-07-07 | 2 | -1/+9 |
* | fix applied classes symbols | Konstantin Käfer | 2014-07-07 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/mapbox/mapbox-gl-native | Konstantin Käfer | 2014-07-07 | 5 | -2/+31 |
|\ | |||||
| * | native-side map change notifications | Justin R. Miller | 2014-07-03 | 1 | -2/+2 |
| * | add map change notification options | Justin R. Miller | 2014-07-03 | 1 | -0/+13 |
| * | Merge branch 'master' of github.com:mapbox/llmr-native | Justin R. Miller | 2014-07-03 | 2 | -0/+14 |
| |\ | |||||
| | * | Support for text-transform | John Firebaugh | 2014-07-03 | 2 | -0/+14 |
| * | | re-add setAppliedClasses() to style | Justin R. Miller | 2014-07-03 | 2 | -0/+2 |
| |/ | |||||
* | | add applied classes api | Konstantin Käfer | 2014-07-03 | 2 | -0/+2 |
|/ | |||||
* | correctly detect duplicate layers | Konstantin Käfer | 2014-07-03 | 1 | -3/+0 |
* | remove variant options; they're all functions anyway | Konstantin Käfer | 2014-07-03 | 1 | -3/+0 |
* | tuple is explicit in gcc's stl | Konstantin Käfer | 2014-07-03 | 1 | -1/+1 |
* | fix background painting | Konstantin Käfer | 2014-07-02 | 1 | -1/+3 |
* | correctly parse array properties like *-translate | Konstantin Käfer | 2014-07-02 | 1 | -4/+9 |
* | make rasterization work again | Konstantin Käfer | 2014-07-02 | 2 | -9/+22 |
* | parse rasterize values as well | Konstantin Käfer | 2014-07-02 | 5 | -21/+32 |
* | load glyphset url from stylesheet | Konstantin Käfer | 2014-07-02 | 5 | -5/+16 |
* | read sprite image from style | Konstantin Käfer | 2014-07-02 | 3 | -2/+9 |
* | switch to unordered_map for sprites | Konstantin Käfer | 2014-07-02 | 1 | -5/+5 |
* | rename timestamp name to avoid conflicts | Konstantin Käfer | 2014-07-01 | 1 | -2/+2 |
* | ignore boost warnings with gcc as well | Konstantin Käfer | 2014-07-01 | 1 | -0/+5 |
* | removing empty AppliedClassProperties objects | Konstantin Käfer | 2014-07-01 | 1 | -0/+1 |
* | add remaining properties | Konstantin Käfer | 2014-07-01 | 1 | -4/+4 |
* | make transitions work properly | Konstantin Käfer | 2014-07-01 | 3 | -19/+8 |
* | add interpolation | Konstantin Käfer | 2014-06-30 | 4 | -0/+9 |
* | refactor functions | Konstantin Käfer | 2014-06-30 | 7 | -39/+83 |
* | move StyleLayerGroup and PropertyTransition to their own files | Konstantin Käfer | 2014-06-30 | 9 | -36/+67 |
* | add way for adding/removing classes | Konstantin Käfer | 2014-06-27 | 1 | -0/+17 |
* | make more members of StyleLayer const | Konstantin Käfer | 2014-06-27 | 2 | -6/+17 |
* | more docs + remove StyleLayer::Ptr typedef | Konstantin Käfer | 2014-06-27 | 1 | -3/+15 |
* | add raster enabled/opacity | Konstantin Käfer | 2014-06-27 | 1 | -0/+2 |
* | more refactoring and fallback values | Konstantin Käfer | 2014-06-27 | 6 | -74/+161 |
* | even more refactoring | Konstantin Käfer | 2014-06-27 | 8 | -38/+57 |
* | add interface for iterating over classproperties | Konstantin Käfer | 2014-06-27 | 1 | -18/+17 |
* | reorganize properties | Konstantin Käfer | 2014-06-27 | 11 | -293/+329 |
* | use class ids rather than names for storing styles | Konstantin Käfer | 2014-06-27 | 1 | -1/+2 |
* | add class dictionary to avoid storing strings all the time | Konstantin Käfer | 2014-06-27 | 1 | -0/+32 |
* | rename time => timestamp to avoid naming conflicts | Konstantin Käfer | 2014-06-27 | 8 | -49/+49 |
* | cleanup | Konstantin Käfer | 2014-06-26 | 12 | -171/+12 |
* | fix fill outline color | Konstantin Käfer | 2014-06-26 | 2 | -2/+1 |
* | cleanup | Konstantin Käfer | 2014-06-26 | 2 | -87/+2 |
* | add filter expressions | Konstantin Käfer | 2014-06-26 | 9 | -252/+476 |
* | get applied classes | Konstantin Käfer | 2014-06-24 | 2 | -2/+2 |
* | add memory header | Konstantin Käfer | 2014-06-24 | 1 | -0/+2 |
* | change enum parsing | Konstantin Käfer | 2014-06-24 | 4 | -75/+75 |
* | saving current state | Konstantin Käfer | 2014-06-23 | 25 | -463/+663 |
* | load glDiscardFramebufferEXT with a library function if needed | Konstantin Käfer | 2014-06-17 | 1 | -1/+4 |
* | only ignore diagnostics with clang | Konstantin Käfer | 2014-06-17 | 1 | -0/+7 |