summaryrefslogtreecommitdiff
path: root/src/mbgl/style/property_parsing.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Rewrite style parsing logic for reuse in node bindingsJohn Firebaugh2016-06-211-128/+0
* [core] Cleaned up TransitionOptionsBruno de Oliveira Abinader2016-06-201-1/+1
* [core, node] Implement setPaintProperty for color properties (#5380)John Firebaugh2016-06-161-10/+6
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-151-0/+19
* Color class (#5361)Young Hahn2016-06-151-2/+2
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-131-148/+0
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-9/+9
* text-pitch-alignment (#5288)Young Hahn2016-06-101-5/+5
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-3/+4
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-0/+3
* [core] Rewrite parsePropertyTransition to work around GCC 4.9 bugJohn Firebaugh2016-04-261-15/+18
* [core] Simplify property parsingJohn Firebaugh2016-04-261-166/+17
* [core] Move enum type classes to implementation (#4831)John Firebaugh2016-04-251-0/+58
* [core] Extract Function::evaluation to a separate class (#4811)John Firebaugh2016-04-251-42/+4
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-22/+27
* [core] PlacementType ⇢ SymbolPlacementTypeJohn Firebaugh2016-04-211-4/+4
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-211-4/+4
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-211-4/+4
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-2/+2
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-40/+40
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-2/+4
* [core] Remove the ability to change cross-fade durations via transitionJohn Firebaugh2015-11-061-11/+6
* [core] Merge PiecewiseConstantFunction into FunctionJohn Firebaugh2015-11-061-57/+33
* [core] Simplify FunctionJohn Firebaugh2015-11-061-2/+2
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-291-0/+434