summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Don't crash when removing a shape annotation whose layer was never cre...John Firebaugh2015-10-301-1/+3
* [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-301-0/+16
* [core] Polymorphic bucket creationJohn Firebaugh2015-10-3019-162/+247
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-3019-235/+174
* [core] Use current copy of style layers when reparsing tilesJohn Firebaugh2015-10-306-17/+26
* [core] Monitor annotation tiles, rather than completely invalidating themJohn Firebaugh2015-10-307-16/+46
* [core] When reparsing a tile, replace all existing bucketsJohn Firebaugh2015-10-303-5/+4
* [core] Separate type for RasterTileParseResultJohn Firebaugh2015-10-303-18/+14
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-2920-812/+801
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-2912-343/+224
* [core] Set names to threads on LinuxThiago Marcos P. Santos2015-10-291-1/+3
* [core] Workaround for #2808John Firebaugh2015-10-281-0/+3
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-2811-0/+55
* [core] Ensure URL normalization is safe. Fixes #2695Tom MacWright2015-10-281-0/+19
* improve gestures in perspective viewAnsis Brammanis2015-10-263-22/+44
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-2620-273/+318
* [core] Move parseCacheControl() up in the class hierarchyThiago Marcos P. Santos2015-10-262-0/+24
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-2614-125/+226
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-2625-286/+458
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-2610-33/+22
* [core] do not use std::atomic_* with shared_ptrsKonstantin Käfer2015-10-261-26/+25
* [core] set a timer and auto-refresh requests when they expireKonstantin Käfer2015-10-262-3/+33
* [core] add support for stale responsesKonstantin Käfer2015-10-2610-23/+98
* [core] use RAII-style lifetime tracking of Request objectsKonstantin Käfer2015-10-2613-56/+57
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-268-7/+24
* [core] Initialize attributes before using themThiago Marcos P. Santos2015-10-261-1/+3
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-2310-53/+59
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-2321-90/+126
* [core] Respect source layer z-order for style-sourced annotationsJohn Firebaugh2015-10-231-2/+5
* [core] Fix integer overflow for high maximum zoom levelsBruno de Oliveira Abinader2015-10-231-3/+5
* [core] Remove StyleLayer::isBackground()John Firebaugh2015-10-223-8/+1
* [core] Added save/restore capabilities to GL configBruno de Oliveira Abinader2015-10-222-1/+126
* [core] Added stencilOp, depthFunc and blendFunc to GL configBruno de Oliveira Abinader2015-10-223-33/+69
* [core] Added GLContextMode to MapDataBruno de Oliveira Abinader2015-10-222-3/+5
* [core] Style-sourced shape annotation propertiesJohn Firebaugh2015-10-223-63/+88
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-2233-481/+615
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-2226-302/+169
* [core] Fix transition to default style when no classes are appliedBruno de Oliveira Abinader2015-10-211-7/+15
* [core] Removed time param from Painter::renderBruno de Oliveira Abinader2015-10-213-5/+4
* [core] Moved Painter::setup() to Painter ctorBruno de Oliveira Abinader2015-10-213-7/+3
* [core] Remove redundant setDebug() from PainterBruno de Oliveira Abinader2015-10-214-10/+1
* [core] Added more transform state gettersBruno de Oliveira Abinader2015-10-214-23/+62
* [core] only check for mapbox:// at the start of the failed request's URLJason Wray2015-10-211-1/+1
* [core] Improve error message when style is not found or is incompatibleJason Wray2015-10-211-0/+2
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-205-11/+31
* [core] Annotation refactorJohn Firebaugh2015-10-2018-651/+456
* [core] Pull annotation typedefs to own header; add AnnotationIDJohn Firebaugh2015-10-202-7/+7
* [core] Fix swapped lat/lon in geo.cppJohn Firebaugh2015-10-201-2/+2
* [core] MapContext setStyle{URL,JSON} should ignore redundant callsBruno de Oliveira Abinader2015-10-161-0/+8
* [core] [android] Fix InfoWindow topOffsetPixels adjustment when switching stylesLeith Bade2015-10-163-8/+12