summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-121-19/+7
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-3/+3
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-8/+13
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-101-3/+8
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-6/+1
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+12
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-261-4/+5
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-231-2/+5
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-231-1/+3
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-201-9/+19
* [iOS] fix benchmarking app and update to style v8Konstantin Käfer2015-10-021-1/+1
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+2
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-11/+29
* fixes #1675: abstract annotation tile refresh check/render; trigger post-spri...Justin R. Miller2015-09-111-0/+4
* Style no longer requires mainloop accessBruno de Oliveira Abinader2015-09-021-2/+1
* Make Glyph requests from the Map ThreadThiago Marcos P. Santos2015-07-161-2/+2
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-141-10/+9
* 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-3/+1
* Report Sprite parsing errors to ObserversThiago Marcos P. Santos2015-07-101-3/+2
* Merge Sprite loading notificationsThiago Marcos P. Santos2015-07-101-4/+1
* replace Style object immediatelyKonstantin Käfer2015-07-081-4/+4
* make sure that Sprite isn't marked as loaded until we actually added everythi...Konstantin Käfer2015-07-081-2/+4
* don't restrict pixelRatio in SpriteStoreKonstantin Käfer2015-07-081-2/+2
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-081-14/+14
* move SpriteAtlas to the SpriteStore backendKonstantin Käfer2015-07-081-1/+1
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-4/+4
* Use unique_ptr for Source objects (fixes #904)John Firebaugh2015-07-021-4/+4
* Reduce number of arguments in Source::update pathwayJohn Firebaugh2015-07-011-2/+1
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-2/+2
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-3/+3
* Change StyleBucket::source to indirect referenceJohn Firebaugh2015-06-181-2/+17
* Fix race condition on error notificationThiago Marcos P. Santos2015-06-041-0/+1
* Remove references to ResourceLoaderThiago Marcos P. Santos2015-06-021-1/+1
* Remove unused; fix naming styleJohn Firebaugh2015-06-011-6/+4
* Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-011-37/+146
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-2/+1
* add Map::isFullyLoaded()Konstantin Käfer2015-05-051-3/+4
* Move Worker to StyleJohn Firebaugh2015-04-281-1/+2
* Implement Style::isLoadedJohn Firebaugh2015-04-281-0/+20
* don't throw an exception in the map thread for bad stylesKonstantin Käfer2015-04-171-2/+1
* Eliminate StyleSourceJohn Firebaugh2015-04-061-0/+9
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-3/+3
* Rename methods to match gl-jsJohn Firebaugh2015-04-011-8/+9
* Remove unusedJohn Firebaugh2015-04-011-6/+0
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-011-8/+8
* Revert "Move atlas ownership to Style"John Firebaugh2015-03-131-73/+8
* Move atlas ownership to StyleJohn Firebaugh2015-03-131-8/+73
* Merge branch 'master' into pattern-functionsAnsis Brammanis2015-02-041-5/+4
|\
| * Use std::chronoLeith Bade2015-02-041-5/+4