summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-143-10/+10
* [core] TransitionOptions s/operator bool/isDefined/Bruno de Oliveira Abinader2017-04-141-1/+1
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-135-80/+13
* [tests] Rewrite GlyphAtlas tests to use public APIJohn Firebaugh2017-04-132-32/+2
* [core] Inline GlyphSet into GlyphAtlasJohn Firebaugh2017-04-124-90/+68
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into boundsj-merge-release-b...Fabian Guerra2017-04-112-0/+51
|\
| * [core] cache binary shaders on AndroidKonstantin Käfer2017-04-0321-32/+443
| * [core] Extract and de-templatize several Program static methodsJohn Firebaugh2017-04-033-27/+52
| * [core] check null data in query source features (#8553)John Firebaugh2017-03-281-0/+5
| * Use highp for color attributes (#8496)Anand Thakker2017-03-227-25/+25
* | [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "...John Firebaugh2017-04-113-58/+53
* | [core] Added {set,get}{Min,Max}PitchBruno de Oliveira Abinader2017-04-115-2/+61
* | [core] Added Map::{get,set}LatLngBoundsBruno de Oliveira Abinader2017-04-115-2/+33
* | [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragmaBruno de Oliveira Abinader2017-04-115-5/+16
* | [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-106-9/+20
* | [core] Invalidate cached tiles of disabled sources on relayoutJohn Firebaugh2017-04-072-3/+7
* | [Qt] Fix build when zlib is compiled with -DZ_PREFIXThiago Marcos P. Santos2017-04-071-1/+1
* | [core] Inline GlyphPBF into GlyphAtlasJohn Firebaugh2017-04-066-173/+111
* | [core] Test glyph PBF parsing independently of GlyphAtlasJohn Firebaugh2017-04-064-11/+20
* | [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-0624-170/+681
* | [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-066-15/+17
* | [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-062-24/+15
* | [Qt] Fix typo in gl.hppBruno de Oliveira Abinader2017-04-061-1/+1
* | [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-0426-629/+804
* | [core] fix equality operator on ColorKonstantin Käfer2017-04-041-1/+1
* | [core] return empty optional when color could not be parsedIvo van Dongen2017-04-043-19/+27
* | [core] Add another explanatory comment to PaintPropertyBinderJohn Firebaugh2017-04-031-0/+31
* | [core] Remove unused ThreadLocal constructorJohn Firebaugh2017-04-031-5/+0
* | [core] Do not throw on dtorsThiago Marcos P. Santos2017-04-011-1/+4
* | [core] Add DDS support for icon-imageJohn Firebaugh2017-03-313-20/+21
* | [core] Add DDS support for text-rotateJohn Firebaugh2017-03-313-7/+7
* | [core] Pass fully-evaluated layout properties to SymbolInstance and quad methodsJohn Firebaugh2017-03-315-7/+7
* | [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-3111-27/+69
* | [core] Value stored to 'format' is never read in Context::drawPixelsBruno de Oliveira Abinader2017-03-311-1/+1
* | [core] check null data in query source featuresIvo van Dongen2017-03-281-0/+5
* | [core] implement dds for text-offsetMolly Lloyd2017-03-284-8/+8
* | [core] Update mapbox-gl-js submoduleJohn Firebaugh2017-03-287-25/+25
* | [core] Privatize gl/gl.hppKonstantin Käfer2017-03-281-0/+50
* | [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-282-0/+36
* | [node] Move util/async_task.hpp to public include directoryKonstantin Käfer2017-03-281-24/+0
* | [glfw] Remove GL state restorationKonstantin Käfer2017-03-281-29/+0
* | [core] Remove private header includes from CLI utilitiesKonstantin Käfer2017-03-282-14/+0
* | [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-0/+35
* | [core] Move map/change.hpp to public include directoryJohn Firebaugh2017-03-281-26/+0
* | [core] Move actor/{mailbox,scheduler}.hpp to public include directoryJohn Firebaugh2017-03-282-71/+0
* | [core] Move ignore.hpp to public include directoryJohn Firebaugh2017-03-281-26/+0
* | [core] Avoid public dtoa.hpp includeJohn Firebaugh2017-03-281-0/+20
* | [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-89/+0
* | Small edit to improve code resiliency (#8540)Anand Thakker2017-03-281-2/+3
* | [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-242-0/+13