summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
Commit message (Expand)AuthorAgeFilesLines
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-131-1/+1
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-1/+1
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-1/+1
* [core] Move RenderData alongside RenderItemJohn Firebaugh2016-06-021-10/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-18/+21
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-5/+5
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-26/+13
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-231-15/+2
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-171-6/+2
* [core] Fix code style issuesJohn Firebaugh2016-05-121-1/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+2
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-1/+2
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+9
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-2/+2
* [core] Remove MapData dependency from StyleJohn Firebaugh2016-04-151-11/+7
* [core] Get rid of MapData::{get,set}animationTimeBruno de Oliveira Abinader2016-03-181-3/+3
* [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-181-3/+5
* [core] Move class handling to StyleBruno de Oliveira Abinader2016-03-181-0/+7
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-1/+3
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-181-3/+3
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-1/+1
* [core] trigger repaint after placement is redoneAnsis Brammanis2016-01-221-0/+1
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-3/+2
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-16/+20
* [core] Custom layersJohn Firebaugh2015-12-091-2/+4
* [core] Remove unused headerJohn Firebaugh2015-12-031-1/+0
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Remove mutex from StyleJohn Firebaugh2015-12-011-2/+0
* [core] Privatize layers and sourcesJohn Firebaugh2015-12-011-1/+27
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-011-6/+7
* [core] Introduce StyleUpdateParametersJohn Firebaugh2015-12-011-0/+3
* [core] Do not use uv::rwlock on StyleThiago Marcos P. Santos2015-12-011-1/+2
* [core] Followup fix to #3037John Firebaugh2015-11-191-1/+1
* [core] Avoid calling AnnotationManager::updateStyle until the style is loadedJohn Firebaugh2015-11-181-0/+1
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-121-8/+6
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-0/+1
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+2
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-201-0/+3
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-1/+5
* fixes #1675: abstract annotation tile refresh check/render; trigger post-spri...Justin R. Miller2015-09-111-0/+1
* Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-021-3/+1
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-141-4/+2
* Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-141-2/+2
* Unify time point for Mapcontext::updateBruno de Oliveira Abinader2015-07-141-1/+1
* Report Sprite parsing errors to ObserversThiago Marcos P. Santos2015-07-101-1/+1
* Merge Sprite loading notificationsThiago Marcos P. Santos2015-07-101-2/+1
* replace Style object immediatelyKonstantin Käfer2015-07-081-3/+3
* make sure that Sprite isn't marked as loaded until we actually added everythi...Konstantin Käfer2015-07-081-0/+1