summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-101-9/+2
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-16/+18
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-291-745/+76
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-261-1/+1
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-231-25/+15
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-110/+128
* [core] Set fade/transition duration to 0 if map mode is stillBruno de Oliveira Abinader2015-10-141-4/+4
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+1
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-42/+0
* map/annotation.* ⇢ annotation/annotation_manager.*John Firebaugh2015-09-281-1/+1
* remove text-max-size and icon-max-sizeAnsis Brammanis2015-08-201-2/+2
* Remove constantsJohn Firebaugh2015-08-201-60/+24
* Add circle render typeBruno de Oliveira Abinader2015-08-201-0/+7
* Rename some style propertiesTom MacWright2015-08-201-4/+4
* Font stacks as arraysTom MacWright2015-08-201-15/+21
* Check for v8Lauren Budorick2015-08-201-0/+7
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-141-14/+16
* Use unique_ptr for Source objects (fixes #904)John Firebaugh2015-07-021-9/+9
* Cleaned up remaining bool function return valuesBruno de Oliveira Abinader2015-06-231-29/+29
* Improve readibility for style parser resultsBruno de Oliveira Abinader2015-06-231-90/+90
* Fix result value from parseProperty when T = std::array<float, 2>Bruno de Oliveira Abinader2015-06-221-2/+2
* Change StyleBucket::source to indirect referenceJohn Firebaugh2015-06-181-7/+6
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-18/+28
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-1/+0
* fix compile with clang-3.6Dane Springmeyer2015-05-011-2/+1
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-0/+1
* icon-rotate is not a paint propertyAnsis Brammanis2015-04-241-1/+0
* Eliminate StyleSourceJohn Firebaugh2015-04-061-15/+16
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-4/+4
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-011-44/+30
* replace iterator variable types with autoKonstantin Käfer2015-04-011-1/+1
* normalize font stackKonstantin Käfer2015-03-301-1/+21
* make 1.0 the default base for all typesAnsis Brammanis2015-03-241-4/+1
* make more things const and refs, and add mutexesKonstantin Käfer2015-03-201-1/+2
* refs #893 #992: point annotations APIJustin R. Miller2015-03-171-0/+31
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-1/+1
* Fix satellite style contour renderingJohn Firebaugh2015-03-081-1/+1
* lock the StyleBucket to avoid crashingKonstantin Käfer2015-03-061-1/+1
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-171-0/+1
* make StyleBucket mutableKonstantin Käfer2015-02-171-8/+10
* fix raster-brightnessAnsis Brammanis2015-02-091-1/+1
* support constants within dasharraysAnsis Brammanis2015-02-091-2/+2
* tweak style parsing error messagesAnsis Brammanis2015-02-051-10/+10
* fix compilation errorsAnsis Brammanis2015-02-051-6/+6
* make raster-brightness two separate propertiesAnsis Brammanis2015-02-051-20/+2
* switch to functions of arrays (from arrays of fns)Ansis Brammanis2015-02-051-6/+25
* make everything a functionAnsis Brammanis2015-02-051-77/+85
* fix compilation on androidAnsis Brammanis2015-02-041-1/+1
* make pattern and dasharray properties use durationAnsis Brammanis2015-02-041-27/+49
* fix durations by making them millisecondsAnsis Brammanis2015-02-041-2/+2