summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-246-14/+22
* | [core] split headless_view.cpp into implementation-specific filesKonstantin Käfer2016-03-221-2/+17
* | [test] remove crc64 and compare imagesKonstantin Käfer2016-03-221-0/+7
* | [glfw] Main loop integrationThiago Marcos P. Santos2016-03-212-0/+34
* | [core] Default fade duration is now a constantBruno de Oliveira Abinader2016-03-182-3/+1
* | [core] Remove default transition durationBruno de Oliveira Abinader2016-03-182-12/+8
* | [core] s/Update::Zoom/Update/RecalculateStyle/Bruno de Oliveira Abinader2016-03-181-1/+1
* | [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-182-3/+25
* | [core] Remove MapData::defaultTransitionDelayBruno de Oliveira Abinader2016-03-181-3/+0
* | [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-182-20/+22
* | [core] use constexpr constantsKonstantin Käfer2016-03-161-17/+28
* | [core] Simplify LatLng::unwrapForShortestPath usageBruno de Oliveira Abinader2016-03-141-9/+8
* | [core] Implement LatLng::null()Bruno de Oliveira Abinader2016-03-131-0/+4
* | [core] Harden Transform anchor & padding usageBruno de Oliveira Abinader2016-03-131-14/+15
|/
* [core] Make vec{2,3,4} operator bool explicitBruno de Oliveira Abinader2016-03-111-6/+6
* [core] Check for NaNs in EdgeInsetsBruno de Oliveira Abinader2016-03-101-2/+3
* [core] Remove _validPoint from Transform codeBruno de Oliveira Abinader2016-03-101-0/+25
* [core] Coordinate wrapping fixesBruno de Oliveira Abinader2016-03-103-18/+28