summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2547-189/+48
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-242-5/+4
* [core] Added PixelZoom, RasterPos to GL configBruno de Oliveira Abinader2016-05-241-0/+4
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-231-0/+1
* [core] use rapidjson's dtoa implementation to stringify floating point numbersKonstantin Käfer2016-05-181-0/+14
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-181-17/+1
* [core] Feature IDs are always integersJohn Firebaugh2016-05-171-1/+1
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-171-0/+2
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-132-2/+4
* [core] Remove unusedJohn Firebaugh2016-05-131-13/+0
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-134-13/+24
* [core] Fix code style issuesJohn Firebaugh2016-05-121-1/+1
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-112-2/+14
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-1/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-3/+5
* [ios, osx] Renamed Hybrid to Satellite StreetsMinh Nguyễn2016-05-061-2/+2
* [core, ios, osx] Version default style URL APIs; deprecated EmeraldMinh Nguyễn2016-05-061-2/+4
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-2/+4
* [core] Inline LatLng::project definition the one place it's usedJohn Firebaugh2016-05-051-2/+0
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-057-287/+74
* [core] Privatize various util headers (#4945)John Firebaugh2016-05-044-142/+0
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-032-2/+22
* [core] Replace boost::lexical_cast with std::to_stringJohn Firebaugh2016-05-021-25/+7
* [core] Remove duplicate copy of utf.hppJohn Firebaugh2016-05-021-25/+0
* [core] Remove unusedJohn Firebaugh2016-05-021-24/+0
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-292-0/+21
* [core] Added mbgl::underlying_typeBruno de Oliveira Abinader2016-04-282-2/+19
* [glfw] Atomic is no longer neededThiago Marcos P. Santos2016-04-281-3/+1
* [core] Fix view class docsThiago Marcos P. Santos2016-04-281-2/+0
* [core] Refactor getRegionCompletedStatus; add completedTileCount; add testsJohn Firebaugh2016-04-271-2/+10
* [ios, osx] Add a property for bytes used by offline tilesBrent Whitman2016-04-271-1/+6
* [core] Define mbgl::variant (#4833)John Firebaugh2016-04-251-3/+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
* [core, ios, osx] cameraThatFitsCoordinateBoundsMinh Nguyễn2016-04-221-2/+3
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-222-2/+12
* [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] Fix compilation warningBruno de Oliveira Abinader2016-04-201-2/+2
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-151-19/+2
* [core] always set activeTexture before binding a textureAnsis Brammanis2016-04-141-0/+13
* [core] Remove internal threading from OnlineFileRequestJohn Firebaugh2016-04-141-6/+2
* [core] Render from the main threadJohn Firebaugh2016-04-144-59/+36
* [core] Don't put static objects in a header file (#4707)John Firebaugh2016-04-141-25/+8
* [android] Introduce RunLoop based on LooperThiago Marcos P. Santos2016-04-061-1/+2
* [ios, osx, linux] Remove unused "applicationRoot" functionJohn Firebaugh2016-03-311-3/+0
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-302-0/+7
|\
| * [core] Localize and simplify state for MapChangeDidFinishLoadingMap eventJohn Firebaugh2016-03-301-0/+1
| * [core] Assert and guard against null std::exception_ptr in toStringJohn Firebaugh2016-03-161-0/+6