summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* update headless testing to be configurableKonstantin Käfer2014-07-082-0/+21
* add test fixture and image comparisonKonstantin Käfer2014-07-071-1/+1
* make headless rendering work again by setting the correct fboKonstantin Käfer2014-07-072-1/+9
* fix applied classes symbolsKonstantin Käfer2014-07-071-1/+1
* Merge branch 'master' of https://github.com/mapbox/mapbox-gl-nativeKonstantin Käfer2014-07-075-2/+31
|\
| * native-side map change notificationsJustin R. Miller2014-07-031-2/+2
| * add map change notification optionsJustin R. Miller2014-07-031-0/+13
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-07-032-0/+14
| |\
| | * Support for text-transformJohn Firebaugh2014-07-032-0/+14
| * | re-add setAppliedClasses() to styleJustin R. Miller2014-07-032-0/+2
| |/
* | add applied classes apiKonstantin Käfer2014-07-032-0/+2
|/
* correctly detect duplicate layersKonstantin Käfer2014-07-031-3/+0
* remove variant options; they're all functions anywayKonstantin Käfer2014-07-031-3/+0
* tuple is explicit in gcc's stlKonstantin Käfer2014-07-031-1/+1
* fix background paintingKonstantin Käfer2014-07-021-1/+3
* correctly parse array properties like *-translateKonstantin Käfer2014-07-021-4/+9
* make rasterization work againKonstantin Käfer2014-07-022-9/+22
* parse rasterize values as wellKonstantin Käfer2014-07-025-21/+32
* load glyphset url from stylesheetKonstantin Käfer2014-07-025-5/+16
* read sprite image from styleKonstantin Käfer2014-07-023-2/+9
* switch to unordered_map for spritesKonstantin Käfer2014-07-021-5/+5
* rename timestamp name to avoid conflictsKonstantin Käfer2014-07-011-2/+2
* ignore boost warnings with gcc as wellKonstantin Käfer2014-07-011-0/+5
* removing empty AppliedClassProperties objectsKonstantin Käfer2014-07-011-0/+1
* add remaining propertiesKonstantin Käfer2014-07-011-4/+4
* make transitions work properlyKonstantin Käfer2014-07-013-19/+8
* add interpolationKonstantin Käfer2014-06-304-0/+9
* refactor functionsKonstantin Käfer2014-06-307-39/+83
* move StyleLayerGroup and PropertyTransition to their own filesKonstantin Käfer2014-06-309-36/+67
* add way for adding/removing classesKonstantin Käfer2014-06-271-0/+17
* make more members of StyleLayer constKonstantin Käfer2014-06-272-6/+17
* more docs + remove StyleLayer::Ptr typedefKonstantin Käfer2014-06-271-3/+15
* add raster enabled/opacityKonstantin Käfer2014-06-271-0/+2
* more refactoring and fallback valuesKonstantin Käfer2014-06-276-74/+161
* even more refactoringKonstantin Käfer2014-06-278-38/+57
* add interface for iterating over classpropertiesKonstantin Käfer2014-06-271-18/+17
* reorganize propertiesKonstantin Käfer2014-06-2711-293/+329
* use class ids rather than names for storing stylesKonstantin Käfer2014-06-271-1/+2
* add class dictionary to avoid storing strings all the timeKonstantin Käfer2014-06-271-0/+32
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-278-49/+49
* cleanupKonstantin Käfer2014-06-2612-171/+12
* fix fill outline colorKonstantin Käfer2014-06-262-2/+1
* cleanupKonstantin Käfer2014-06-262-87/+2
* add filter expressionsKonstantin Käfer2014-06-269-252/+476
* get applied classesKonstantin Käfer2014-06-242-2/+2
* add memory headerKonstantin Käfer2014-06-241-0/+2
* change enum parsingKonstantin Käfer2014-06-244-75/+75
* saving current stateKonstantin Käfer2014-06-2325-463/+663
* load glDiscardFramebufferEXT with a library function if neededKonstantin Käfer2014-06-171-1/+4
* only ignore diagnostics with clangKonstantin Käfer2014-06-171-0/+7