summaryrefslogtreecommitdiff
path: root/include/mbgl/style/types.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-011-1/+2
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+5
|
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-211-1/+1
| | | | | | * [core, ios, android] Use `auto` value for properties with calculated defaults * Fix render tests
* [core] Add support for circle-pitch-scaleJohn Firebaugh2016-07-071-0/+5
|
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-151-0/+7
| | | | | | | | | | * Add support for icon-text-fit * Port unit tests for getIconQuads() from js => cpp * Add support for padding in all 4 directions. * Update all hashes post-merge
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-131-9/+1
| | | | | | Rewrite enum.hpp in such a way that parseConstant can be defined generically for all enumerated types. While there, properly validated enumerated property values.
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
|
* text-pitch-alignment (#5288)Young Hahn2016-06-101-1/+2
| | | | | | | | | | | | * First pass at port of https://github.com/mapbox/mapbox-gl-js/pull/2668 * RotationAlignmentType => AlignmentType * Handle undefined default value for text-pitch-alignment and implement inheritance for this value from text-rotation-alignment * Update dependencies * Move handling fo undefined default value out of camelize functions
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-38/+3
|
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-3/+0
| | | | PropertyValue<T> represents the three possible types of style property value: undefined, constant, or function.
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-39/+0
|
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-0/+21
|
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
|
* [core] Move enum type classes to implementation (#4831)John Firebaugh2016-04-251-81/+0
|
* [core] Extract Function::evaluation to a separate class (#4811)John Firebaugh2016-04-251-12/+0
| | | This allows the Function<Faded<T>> partial specialization to be eliminated, giving all property functions a consistent storage type.
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-1/+10
|
* [core] PlacementType ⇢ SymbolPlacementTypeJohn Firebaugh2016-04-211-4/+4
|
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-211-7/+7
|
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-211-5/+5
|
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-041-3/+3
|
* [core] Reduce custom layer API to lowest common denominatorJohn Firebaugh2015-12-111-0/+39
|
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-23/+0
|
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
|
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-0/+3
|
* Add circle render typeBruno de Oliveira Abinader2015-08-201-0/+2
| | | | | | | As specified in: https://github.com/mapbox/mapbox-gl-style-spec/blob/v8-circle/reference/v8.json Part of #1740.
* improve round line joins for semi-transparent linesAnsis Brammanis2015-07-081-0/+3
| | | | | | | | | | | | | | | | | | https://github.com/mapbox/mapbox-gl-js/pull/1359 Round line joins used to be drawn by adding a semicircle cap to the end of each segment. This looked fine for opaque lines not for semi-transparent lines. This changes the triangulation so that round line joins don't overlap with segments. The gap between segments is filled with small triangles that look like pie slices. The edge of the round linejoin is made up of many short straight lines that look round at the sizes we draw lines. Since sharp angles are infrequent, this does not significantly affect the total number of triangles created. Joins for angles that are really sharp are still drawn with overlap.
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-0/+210
|
* make most headers privateKonstantin Käfer2014-12-041-196/+0
|
* Support compound text-anchor valuesJohn Firebaugh2014-11-041-1/+9
|
* Single text positioning propertyJohn Firebaugh2014-11-041-19/+9
| | | | https://github.com/mapbox/mapbox-gl-style-spec/issues/197
* remove support for composite layersAnsis Brammanis2014-08-151-2/+0
|
* merge text and icon buckets/stylesKonstantin Käfer2014-07-291-108/+111
| | | | (we're not yet placing together!)
* add symbol* properties/keysKonstantin Käfer2014-07-291-0/+39
|
* line-join defaults to miter (fixes #384)John Firebaugh2014-07-251-6/+4
|
* rename llmr => mbglKonstantin Käfer2014-07-161-0/+160