summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Standardize transform originMinh Nguyễn2016-01-143-44/+58
* [core] Cleaned up TransformMinh Nguyễn2016-01-144-176/+143
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-143-88/+81
* [core] fix overscaled line patterns and re-enable render testsAnsis Brammanis2016-01-131-2/+2
* [core] set u_texture uniform valueAnsis Brammanis2016-01-133-0/+4
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-134-182/+32
* [core] match icon rendering with -jsAnsis Brammanis2016-01-138-35/+45
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-134-30/+26
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-136-210/+200
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-136-13/+12
* [core] rename "id" to "tileID" to avoid naming conflictsKonstantin Käfer2016-01-132-42/+40
* [core] move invariant SourceType from SourceInfo to SourceKonstantin Käfer2016-01-135-26/+22
* [core] move raster tile URL normalization to source parsingKonstantin Käfer2016-01-133-6/+10
* [core] remove SourceInfo dependency from *TileDataKonstantin Käfer2016-01-139-51/+43
* [core] seamless fill-patternkelvinabrokwa2016-01-123-3/+28
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-093-5/+0
* [core] Privatize SQLiteCacheJohn Firebaugh2016-01-081-0/+44
* [core] unify URL prefix detection (asset:// and mapbox://)Konstantin Käfer2016-01-085-2/+16
* [core] fix text-offset bugkelvinabrokwa2016-01-072-9/+9
* [core] clip labels to tiles in MapMode::StillMike Morris2016-01-061-2/+2
* [core] always add labels to buffers in MapMode::StillMike Morris2016-01-0611-12/+33
* [core] Constrain minimum zoom levelMinh Nguyễn2015-12-241-3/+3
* [core] Always constrain width for zoom levelMinh Nguyễn2015-12-242-12/+3
* [core] Always return valid source zoom levelMinh Nguyễn2015-12-241-7/+2
* [core] Remove RapidJSON and GeoJSONVT dependencies from SourceInfoJohn Firebaugh2015-12-235-132/+127
* [core] Remove `Resource` dependency from low-level classesJohn Firebaugh2015-12-234-8/+8
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-2322-291/+157
* Eliminate boolean return codeJohn Firebaugh2015-12-225-12/+10
* [core] Move OnlineFileSource to platformJohn Firebaugh2015-12-223-522/+0
* [core] Prepare for OfflineFileSourceJohn Firebaugh2015-12-213-434/+501
* [ios, osx] Better zoom level–altitude conversionMinh Nguyễn2015-12-201-0/+3
* [core] Clamp pitch in easeTo(), flyTo()Minh Nguyễn2015-12-193-2/+6
* [core] Reformulated flyTo optionsMinh Nguyễn2015-12-191-19/+40
* [core] Fly across the meridian or antemeridian, whichever is shorterMinh Nguyễn2015-12-191-0/+10
* [core] Refined and commented flyToMinh Nguyễn2015-12-194-56/+119
* [core] Merge default_file_source_impl.hpp into default_file_source.cppJohn Firebaugh2015-12-182-116/+102
* [android] #3244 - Removing debug log statementsBrad Leege2015-12-181-4/+1
* [android] Camera APIBrad Leege2015-12-181-0/+19
* [core] Fix background-pattern originJohn Firebaugh2015-12-181-5/+6
* [core] Load sources only if there is at least one visible layerBruno de Oliveira Abinader2015-12-175-14/+20
* [core] Avoid loading source if a source request is currently ongoingBruno de Oliveira Abinader2015-12-171-0/+2
* [core] Unbind current VAO before calling custom layer render functionJohn Firebaugh2015-12-171-0/+1
* [core] Don't crash when destroying a copied CustomLayerJohn Firebaugh2015-12-171-4/+4
* [ios, android] Add methods to remove a custom layerJohn Firebaugh2015-12-173-0/+11
* [core] Added special case for atomic flyTo()Minh Nguyễn2015-12-171-1/+6
* [android] Custom layer bindingsJohn Firebaugh2015-12-161-0/+2
* [core] Fixed annotation icon replacementMinh Nguyễn2015-12-152-4/+3
* [core] Do not use std:: namespace for log2()Thiago Marcos P. Santos2015-12-151-1/+1
* code review updates: sprite_atlas brackets and nullable removed for reuseIden...Romain Quidet2015-12-151-5/+2
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-156-4/+23