summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* TileJSON Bounds allows values inclusive of world extentsupstream/fix-tilejson-boundsAsheem Mamoowala2018-02-121-1/+1
* [core] don't force downloading of Open Sans fontsKonstantin Käfer2018-01-251-1/+1
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-0/+6
* [core] fix style parsing crash when a layer's paint property is not an objectKonstantin Käfer2018-01-231-0/+3
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-2316-7/+424
* [core] Add warning for invalid text-font valuesJohn Firebaugh2018-01-101-0/+6
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-1014-19/+117
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-102-8/+11
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-092-31/+50
* [core] Fix alpha handling in rgba and to-rgba operatorsJohn Firebaugh2018-01-092-4/+7
* [core] Enable implicit type assertions for array typesJohn Firebaugh2018-01-091-0/+2
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-093-16/+86
* [windows][qt] Remove std:: namespace of some functionsThiago Marcos P. Santos2018-01-081-1/+1
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-052-2/+40
* [core] Migrated upcase, downcase to platform codeMinh Nguyễn2017-12-141-8/+3
* [core] Use wrapped bounds check for CustomTileLoaderAsheem Mamoowala2017-12-071-1/+1
* [core] Mark custom geometry tiles stale without clearing dataAsheem Mamoowala2017-12-063-15/+17
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-223-17/+8
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-226-0/+276
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-1211-20/+31
* Implement Expressions (#9439)Anand Thakker2017-11-0824-0/+2881
* [core] Add layer before notifying observerJohn Firebaugh2017-10-251-1/+2
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-2317-82/+1508
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-1/+1
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-281-1/+1
* [core] custom layer - add contextLost callbackIvo van Dongen2017-09-223-1/+14
* [core] remove map update enumIvo van Dongen2017-08-312-9/+8
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-302-8/+8
* [core] Set Style::Impl::loaded only when finishing parsing styleBruno de Oliveira Abinader2017-08-301-1/+2
* Implement icon-anchor propertyLauren Budorick2017-08-285-18/+40
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-251-0/+1
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-113-40/+13
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-266-13/+43
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-262-2/+6
* [node] Reset Style::Impl::lastError when loading a new styleJohn Firebaugh2017-07-241-0/+2
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-201-0/+1
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-173-9/+8
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-172-7/+7
* [core] Update shaders.Chris Loer2017-07-122-0/+22
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-062-0/+32
* [core] Don't transition new layers on a setStyle operationJohn Firebaugh2017-06-261-4/+23
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-224-18/+97
* [all] Promote Style to public APIJohn Firebaugh2017-06-223-252/+400
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-223-52/+1
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-193-5/+16
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-193-2/+4
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-191-2/+2
* [core] add DataDrivenPaintProperty uniform template class to generation scrip...Lauren Budorick2017-06-163-0/+3
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-153-0/+18
* [core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect...Konstantin Käfer2017-06-141-1/+1