summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Collapse)AuthorAgeFilesLines
* [core] Extract code templates to individual .ejs filesJohn Firebaugh2016-06-131-0/+76
|
* [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.
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-132-4/+4
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
|
* text-pitch-alignment (#5288)Young Hahn2016-06-102-5/+9
| | | | | | | | | | | | * 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-0213-44/+659
|
* [core] Add {min,max}Zoom accessorsJohn Firebaugh2016-06-021-0/+6
|
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-0/+103
|
* [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-022-0/+99
|
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-252-8/+2
|
* [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] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-181-0/+20
|
* [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-102-116/+3
|
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-64/+0
|
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-14/+4
|
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-32/+92
|
* mason variant@1.0Mike Morris2015-09-301-1/+2
|
* Add circle render typeBruno de Oliveira Abinader2015-08-202-0/+17
| | | | | | | 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-152-0/+324
|
* make most headers privateKonstantin Käfer2014-12-0420-1462/+0
|
* Store SourceInfo as direct memberJohn Firebaugh2014-11-261-7/+2
|
* Support compound text-anchor valuesJohn Firebaugh2014-11-041-1/+9
|
* Single text positioning propertyJohn Firebaugh2014-11-042-21/+10
| | | | https://github.com/mapbox/mapbox-gl-style-spec/issues/197
* Render ⇢ layout, style ⇢ paintJohn Firebaugh2014-11-041-3/+3
| | | | https://github.com/mapbox/mapbox-gl-style-spec/issues/166
* Implement v6 filtersJohn Firebaugh2014-11-047-203/+227
|
* line-offset -> line-gap-widthLauren Budorick2014-11-042-2/+2
|
* fix variable shadowingKonstantin Käfer2014-10-225-11/+11
|
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeKonstantin Käfer2014-10-222-1/+3
|\
| * background-image supportJohn Firebaugh2014-10-172-1/+3
| |
* | Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-106-25/+26
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/curl_request.cpp common/glfw_view.cpp common/glfw_view.hpp include/mbgl/platform/request.hpp ios/mapbox-gl-cocoa setup-libraries.sh src/map/map.cpp src/platform/request.cpp test/fixtures/fixture_request.cpp
| * make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-241-3/+4
| |
| * use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-246-22/+22
| |
* | don't do concurrent access to a static member variableKonstantin Käfer2014-10-081-4/+9
|/ | | | | | in situations where the renderer is used from multiple threads, this causes memory corruption. fixes mapbox/node-mapbox-gl-native#7
* Fix text/icon-translate-anchorJohn Firebaugh2014-09-041-2/+0
| | | These are style properties, not render properties.
* Fix default text-sizeJohn Firebaugh2014-08-281-1/+1
|
* background-opacity supportJohn Firebaugh2014-08-282-0/+2
|
* Render background with plain shaderJohn Firebaugh2014-08-271-3/+0
|
* Load TileJSON; support inline TileJSON sourcesLauren Budorick2014-08-211-12/+21
| | | | Fixes #412 Refs https://github.com/mapbox/mapbox-gl-style-spec/pull/143