summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wire in some freetype nonsenseupstream/harfbuzzMike Morris2016-04-134-164/+135
* everything is wrong but harfbuzz output is being consumedMike Morris2016-04-123-18/+39
* minor cleanupMike Morris2016-04-121-6/+1
* first draft of mbgl::Font harfbuzz label shapingMike Morris2016-04-125-117/+241
* add freetypeMike Morris2016-04-113-3/+6
* initial integration of harfbuzzMike Morris2016-04-111-0/+119
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-0614-6/+35
* [core] disable stencil test for rastersKonstantin Käfer2016-04-061-2/+1
* [core] only compute ClipIDs for Vector/GeoJSON/Annotation tilesKonstantin Käfer2016-04-061-1/+4
* [core] only render tiles that have dataKonstantin Käfer2016-04-066-2/+17
* [core] do not paint empty debug bucketsKonstantin Käfer2016-04-061-4/+8
* [core] get rid of empty buffer warningAnsis Brammanis2016-04-041-1/+3
* [core] fix various compilation issuesKonstantin Käfer2016-04-041-3/+7
* [core] make sprite metrics checking stricterAnsis Brammanis2016-03-311-10/+6
* [core] simplify conversions from pixels to tile unitsAnsis Brammanis2016-03-307-31/+36
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-303-8/+4
|\
| * [core] Localize and simplify state for MapChangeDidFinishLoadingMap eventJohn Firebaugh2016-03-303-8/+4
| * [core] fix background-pattern rendering in perspective viewAnsis Brammanis2016-03-296-111/+122
| * [all] Set maximum maxZoom to 21John Firebaugh2016-03-211-1/+1
* | [core] fix reparsing overscaled geojson tilesAnsis Brammanis2016-03-304-10/+10
* | [core] fix line-dasharray/long-segment render testAnsis Brammanis2016-03-301-1/+1
* | [core] increase geojson buffer size to match -jsAnsis Brammanis2016-03-303-4/+10
* | [core] fix infinite loop in mbgl::resampleAnsis Brammanis2016-03-293-2/+5
* | [core] fix circle rendering in still modeAnsis Brammanis2016-03-294-7/+11
* | [core] pack extrude and line distance into unsigned byteAnsis Brammanis2016-03-287-16/+24
* | [core] remove `flip` from LineBucket.addLineAnsis Brammanis2016-03-282-30/+25
* | [core] reset line distance when it is near maxAnsis Brammanis2016-03-285-8/+36
* | [core] fix background-pattern rendering in perspective viewAnsis Brammanis2016-03-286-111/+122
* | [core] FrameHistory cleanupsBruno de Oliveira Abinader2016-03-242-9/+9
* | [core] Update time point in map context on every updateBruno de Oliveira Abinader2016-03-241-6/+7
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-2419-35/+33
* | [core] Allow the use of special characters in property field namesJohn Firebaugh2016-03-231-1/+1
* | upload new symbol buffers in upload passAnsis Brammanis2016-03-221-0/+1
* | [glfw] Main loop integrationThiago Marcos P. Santos2016-03-211-29/+0
* | [core] Get rid of MapData::{get,set}animationTimeBruno de Oliveira Abinader2016-03-188-40/+27
* | [core] Default fade duration is now a constantBruno de Oliveira Abinader2016-03-185-30/+9
* | [core] Remove default transition durationBruno de Oliveira Abinader2016-03-183-26/+2
* | [core] s/Update::Zoom/Update/RecalculateStyle/Bruno de Oliveira Abinader2016-03-183-13/+13
* | [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-188-47/+46
* | [core] Remove MapData::defaultTransitionDelayBruno de Oliveira Abinader2016-03-185-38/+9
* | [core] Cleaned up duplicate code in MapContextBruno de Oliveira Abinader2016-03-182-27/+19
* | [core] Move class handling to StyleBruno de Oliveira Abinader2016-03-188-94/+87
* | [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-181-1/+1
* | [core] Check for NaNs in mbgl::util::{min,max,clamp}Bruno de Oliveira Abinader2016-03-183-4/+7
* | [core] use constexpr constantsKonstantin Käfer2016-03-161-33/+0
* | [core] Always return wrapped coordinatesBruno de Oliveira Abinader2016-03-141-1/+1
* | [core] Ignore shortest path when gesturing in Transform::easeToBruno de Oliveira Abinader2016-03-141-3/+9
* | [core] Simplify LatLng::unwrapForShortestPath usageBruno de Oliveira Abinader2016-03-142-40/+22
* | [core] Implement LatLng::null()Bruno de Oliveira Abinader2016-03-131-2/+3
* | [core] Harden Transform anchor & padding usageBruno de Oliveira Abinader2016-03-133-116/+121
|/