summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [core] Corrected flying trajectory; pitched flightMinh Nguyễn2015-12-153-41/+66
* [core] fix font rendering at the top edge of the viewportKonstantin Käfer2015-12-153-14/+1
* [core] allow changing the orientationKonstantin Käfer2015-12-157-7/+107
* [core] Don't use glClear optimization for layers that aren't the bottommostJohn Firebaugh2015-12-142-5/+16
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-1430-158/+155
* [core] Fix another place GL state was required but not setJohn Firebaugh2015-12-141-0/+1
* [core] Use global namespace on some <cmath> functionsThiago Marcos P. Santos2015-12-111-4/+4
* [test] update test suite to include more comprehensive GeoJSON testsKonstantin Käfer2015-12-114-13/+24
* [core] don't fail on invalid inline GeoJSON dataKonstantin Käfer2015-12-111-2/+9
* [core] create GeoJSON tiles from inline GeoJSON in sourcesKonstantin Käfer2015-12-116-3/+231
* [core] parse GeoJSON source typeKonstantin Käfer2015-12-113-14/+47
* [core] split Source parsing into separate functionsKonstantin Käfer2015-12-112-21/+65
* [core] move SourceInfo to its own fileKonstantin Käfer2015-12-114-116/+158
* [core] Reduce custom layer API to lowest common denominatorJohn Firebaugh2015-12-114-34/+79
* [core] viewport is handled by embedding applicationsKonstantin Käfer2015-12-103-24/+0