summaryrefslogtreecommitdiff
path: root/src/mbgl/style/observer.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] add MapChangeDidFinishLoadingStyle signal (#6371)Ivo van Dongen2016-09-201-0/+1
|
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-2/+2
|
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-2/+2
|
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-7/+2
| | | | | * Renamed {Source,Tile}Observer::onNeedsRepaint to onTileUpdated. Messages should be in terms of what happened to the observed object, not in terms of what the observer needs to do. This also removes a confusing overlap of virtual methods on StyleObserver. * Added style::Observer::onUpdate(Update). This is also a violation of the above rule, but I'm hopeful that it will disappear when update batching is implemented.
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-241-0/+1
| | | | | Currently this signal is never emitted, which can cause the Still mode to starve in case of an invalid style or failed request.
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-131-1/+1
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-override.html
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-3/+3
|
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-0/+25