summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-1021-639/+184
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-104-86/+38
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-107-57/+73
* [core] Remove the ability to change cross-fade durations via transitionJohn Firebaugh2015-11-064-36/+9
* [core] Use frame animation time, not Clock::now(), for fadingJohn Firebaugh2015-11-061-1/+1
* [core] Merge PiecewiseConstantFunction into FunctionJohn Firebaugh2015-11-069-176/+131
* [core] Simplify FunctionJohn Firebaugh2015-11-066-80/+57
* [core] Polymorphic bucket creationJohn Firebaugh2015-10-304-0/+96
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-307-66/+38
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-298-812/+613
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-282-0/+14
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-266-199/+232
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-2310-53/+59
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-237-27/+58
* [core] Remove StyleLayer::isBackground()John Firebaugh2015-10-222-7/+0
* [core] Style-sourced shape annotation propertiesJohn Firebaugh2015-10-221-4/+0
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-225-363/+262
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-226-243/+110
* [core] Fix transition to default style when no classes are appliedBruno de Oliveira Abinader2015-10-211-7/+15
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-202-9/+22
* [core] Set fade/transition duration to 0 if map mode is stillBruno de Oliveira Abinader2015-10-141-4/+4
* Fix for style properties transition updatesBruno de Oliveira Abinader2015-10-062-1/+9
* [iOS] fix benchmarking app and update to style v8Konstantin Käfer2015-10-021-1/+1
* Install RapidJSON from masonJohn Firebaugh2015-10-012-2/+3
* mason variant@1.0Mike Morris2015-09-304-4/+6
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-283-54/+34
* map/annotation.* ⇢ annotation/annotation_manager.*John Firebaugh2015-09-281-1/+1
* fixes #1675: abstract annotation tile refresh check/render; trigger post-spri...Justin R. Miller2015-09-112-0/+5
* Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-022-5/+2
* Merge branch 'v8'John Firebaugh2015-08-247-93/+112
|\
| * remove text-max-size and icon-max-sizeAnsis Brammanis2015-08-205-9/+17
| * Remove constantsJohn Firebaugh2015-08-202-65/+24
| * Add circle render typeBruno de Oliveira Abinader2015-08-205-0/+37
| * Rename some style propertiesTom MacWright2015-08-204-7/+7
| * Font stacks as arraysTom MacWright2015-08-201-15/+21
| * Check for v8Lauren Budorick2015-08-202-0/+9
* | move RenderPass check to the StyleLayer objectKonstantin Käfer2015-08-202-2/+36
|/
* s/AppliedClassProperties/AppliedClassPropertyValues/Bruno de Oliveira Abinader2015-07-204-18/+18
* Make Glyph requests from the Map ThreadThiago Marcos P. Santos2015-07-161-2/+2
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-146-30/+33
* Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-147-31/+31
* s/properties/propertyValues/Bruno de Oliveira Abinader2015-07-143-12/+11
* Unify time point for Mapcontext::updateBruno de Oliveira Abinader2015-07-142-4/+2
* Micro-optimizations to StyleBruno de Oliveira Abinader2015-07-141-11/+4
* Report Sprite parsing errors to ObserversThiago Marcos P. Santos2015-07-102-4/+3
* Merge Sprite loading notificationsThiago Marcos P. Santos2015-07-102-6/+2
* replace Style object immediatelyKonstantin Käfer2015-07-082-7/+7
* make sure that Sprite isn't marked as loaded until we actually added everythi...Konstantin Käfer2015-07-082-2/+5
* don't restrict pixelRatio in SpriteStoreKonstantin Käfer2015-07-081-2/+2
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-082-16/+19