summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* template the parserKonstantin Käfer2014-06-161-10/+9
* make code more conciseKonstantin Käfer2014-06-161-2/+10
* move to std::map for classesKonstantin Käfer2014-06-164-88/+161
* separate bucket render properties and change namingKonstantin Käfer2014-06-166-24/+43
* unifiy constants in one place, and allow local overrideKonstantin Käfer2014-06-042-3/+5
* separate out token replacer as a standalone function in preparation for #300Konstantin Käfer2014-06-042-0/+55
* Revert "background grid"Konstantin Käfer2014-06-031-1/+0
* add a few testsKonstantin Käfer2014-06-031-1/+1
* fix comparison order errorKonstantin Käfer2014-06-031-6/+6
* Merge branch 'master' into expressionsKonstantin Käfer2014-06-021-0/+1
|\
| * background gridJustin R. Miller2014-06-021-0/+1
* | generalize variant comparison and add more operatorsKonstantin Käfer2014-06-022-18/+83