summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
Commit message (Expand)AuthorAgeFilesLines
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-14/+10
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-102-4/+3
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-102-45/+31
* [core] Simplify FunctionJohn Firebaugh2015-11-062-9/+9
* [core] mason geojsonvt-2.1.6.3Mike Morris2015-11-022-3/+5
* [core] Don't crash when removing a shape annotation whose layer was never cre...John Firebaugh2015-10-301-1/+3
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-302-17/+9
* [core] Monitor annotation tiles, rather than completely invalidating themJohn Firebaugh2015-10-304-7/+41
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-292-0/+22
* [core] Workaround for #2808John Firebaugh2015-10-281-0/+3
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-262-4/+3
* [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] Style-sourced shape annotation propertiesJohn Firebaugh2015-10-222-59/+88
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-223-38/+51
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-7/+7
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-203-2/+9
* [core] Annotation refactorJohn Firebaugh2015-10-208-506/+428
* [core] Pull annotation typedefs to own header; add AnnotationIDJohn Firebaugh2015-10-201-1/+1
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+2
* mason variant@1.0Mike Morris2015-09-301-1/+2
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-282-107/+70
* Move updateAnnotationTiles[IfNeeded] to AnnotationManagerJohn Firebaugh2015-09-282-22/+93
* map/annotation.* ⇢ annotation/annotation_manager.*John Firebaugh2015-09-282-0/+577
* Only print Sprite warnings if we have Sprites setThiago Marcos P. Santos2015-07-161-1/+3
* Report Sprite parsing errors to ObserversThiago Marcos P. Santos2015-07-102-9/+14
* show info message when Sprite does not existKonstantin Käfer2015-07-081-1/+6
* make sure that the SpriteStore object correctly replaces the SpriteImagesKonstantin Käfer2015-07-081-6/+16
* explicitly name the sprite that couldn't be changedKonstantin Käfer2015-07-081-1/+1
* add ability to add random custom markers to test appKonstantin Käfer2015-07-081-40/+0
* mark Image constructor as explicit to avoid accidental implicit argument conv...Konstantin Käfer2015-07-081-1/+1
* don't restrict pixelRatio in SpriteStoreKonstantin Käfer2015-07-082-15/+0
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-083-5/+11
* disallow changing an existing Sprite's sizeKonstantin Käfer2015-07-081-7/+13
* add missing headersKonstantin Käfer2015-07-081-0/+1
* add API for adding multiple sprites at onceKonstantin Käfer2015-07-082-0/+10
* add test for trying to add mismatched SpriteImageKonstantin Käfer2015-07-082-8/+21
* add a separate SpriteParser objectKonstantin Käfer2015-07-082-0/+186
* ratio => pixelRatioKonstantin Käfer2015-07-084-10/+11
* Sprite store APIKonstantin Käfer2015-07-084-0/+155