summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect...Konstantin Käfer2017-07-171-1/+1
* [core] Trigger repaint on source changesJohn Firebaugh2017-06-192-0/+3
* [core] add uniforms to DataDrivenPaintPropertysKonstantin Käfer2017-06-146-29/+35
* Cherry picks to release branch (#9230)Tobrun2017-06-091-0/+23
* [core] Make destructor virtual to avoid object splicing during destructionKonstantin Käfer2017-05-191-0/+1
* [core] When a layer is added, reload its source's tilesJohn Firebaugh2017-05-111-15/+16
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-085-98/+50
* [core] delegate light changes to render lightIvo van Dongen2017-05-088-53/+111
* [core] generated accessor methods on lightIvo van Dongen2017-05-083-0/+208
* [core] render lightIvo van Dongen2017-05-082-9/+26
* [core] Reset observers of removed Sources and LayersJohn Firebaugh2017-05-053-2/+4
* [core] Remove unused declarationJohn Firebaugh2017-05-051-1/+0
* [core] Reduce use of RecalculateStyleJohn Firebaugh2017-05-051-5/+8
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-042-68/+54
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-042-4/+4
* [core] Factor timePoint initializationJohn Firebaugh2017-05-031-2/+2
* [core] Calculate hasPendingTransitions functionally rather than statefullyJohn Firebaugh2017-05-032-4/+13
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-0316-865/+16
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-0215-523/+166
* [core] Load source TileJSON immediatelyJohn Firebaugh2017-05-021-3/+2
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-023-6/+1
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-2711-80/+209
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-262-8/+0
* [core] split off render layersIvo van Dongen2017-04-2535-921/+427
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-0/+22
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-242-4/+7
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-1910-72/+65
* [core] property function statistics collectionIvo van Dongen2017-04-192-1/+44
* [core] TransitionOptions s/operator bool/isDefined/Bruno de Oliveira Abinader2017-04-141-1/+1
* [core] Invalidate cached tiles of disabled sources on relayoutJohn Firebaugh2017-04-072-3/+7
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-065-20/+12
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-062-4/+4
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-046-23/+9
* [core] Add another explanatory comment to PaintPropertyBinderJohn Firebaugh2017-04-031-0/+31
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-312-4/+4
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-313-7/+7
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-313-16/+58
* [core] implement dds for text-offsetMolly Lloyd2017-03-282-4/+4
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-0/+35
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-235-71/+21
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-2110-3/+242
|\
| * [core] fixes #8433: don't skip style recalculations for fade-from-zero transi...Justin R. Miller2017-03-161-3/+1
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-109-0/+241
| * [core] query source featuresIvo van Dongen2017-03-103-0/+25
| * [core] rename query options for query rendered featuresIvo van Dongen2017-03-104-7/+7
* | Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-217-15/+18
* | [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-211-1/+0
* | [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-211-2/+2
* | [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-214-5/+5
* | [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-206-7/+12