summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-25148-592/+148
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-244-0/+53
* [core] Added PixelZoom, RasterPos to GL configBruno de Oliveira Abinader2016-05-242-0/+17
* [core] move *Observers to their own filesKonstantin Käfer2016-05-2316-75/+139
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-236-20/+41
* [core] Restore default texture unitThiago Marcos P. Santos2016-05-231-0/+1
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-235-22/+50
* [core] better symbol fading with texture lookups (#4579)Ansis Brammanis2016-05-2010-162/+135
* [core] Avoid NaNs in TransformState unit conversionsBruno de Oliveira Abinader2016-05-202-14/+21
* [core] Include geometry in queryRenderedFeatures resultsJohn Firebaugh2016-05-186-13/+101
* [core] Add classifyRingsJohn Firebaugh2016-05-182-0/+57
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-182-0/+119
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-184-16/+61
* [core] Simplify parametersJohn Firebaugh2016-05-175-21/+20
* [core] Less autoJohn Firebaugh2016-05-171-3/+3
* [core] Feature IDs are always integersJohn Firebaugh2016-05-171-5/+1
* [core] Simplify and fix query logic across the antimeridianJohn Firebaugh2016-05-171-38/+14
* [core] Fix properties of GeoJSON layers in queryRenderedFeaturesJohn Firebaugh2016-05-172-10/+9
* [core] Eliminate temporary vector in Style::queryRenderedFeaturesJohn Firebaugh2016-05-171-9/+9
* [core] Use mapbox::geometry::envelope in Source::queryRenderedFeaturesJohn Firebaugh2016-05-171-27/+13
* [core] Rewrite TileCoordinate in terms of geometry.hpp pointJohn Firebaugh2016-05-176-115/+70
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-176-53/+61
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-10/+16
* [core] Make mapbox::geometry::envelope usable without explicit template argum...John Firebaugh2016-05-132-5/+15
* [core] Remove unusedJohn Firebaugh2016-05-132-2/+0
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-135-70/+34
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-139-26/+32
* [core] Fix code style issuesJohn Firebaugh2016-05-126-99/+103
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-19/+20
* [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeatureJohn Firebaugh2016-05-125-23/+20
* [core] Replace auto with actual typesJohn Firebaugh2016-05-121-2/+2
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-5/+2
* [core] Code formattingJohn Firebaugh2016-05-122-5/+5
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-1112-54/+9
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-116-15/+54
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-1016-495/+346
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-1038-123/+146
* [core] move Tile to use UnwrappedTileIDKonstantin Käfer2016-05-106-26/+27
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-1028-260/+140
* [core] add algorithm for generating clip IDs based on the new TileID classesKonstantin Käfer2016-05-105-0/+207
* [core] add algorithm for detecting whether an ordered map contains covering c...Konstantin Käfer2016-05-101-0/+34
* [core] introduce three distinct TileID typesKonstantin Käfer2016-05-102-0/+308
* [ios, osx] Renamed Hybrid to Satellite StreetsMinh Nguyễn2016-05-061-6/+6
* [core, ios, osx] Version default style URL APIs; deprecated EmeraldMinh Nguyễn2016-05-061-6/+6
* [core] Implement has/!has filters (#4952)John Firebaugh2016-05-053-2/+45
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-0530-353/+236
* [core] Inline LatLng::project definition the one place it's usedJohn Firebaugh2016-05-052-13/+10
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-0512-9/+257
* [Qt] Make it possible to disable libwebp and libjpeg-turbo at build timeThiago Marcos P. Santos2016-05-051-2/+2
* [core] Privatize various util headers (#4945)John Firebaugh2016-05-044-0/+142