summaryrefslogtreecommitdiff
path: root/src/mbgl
Commit message (Expand)AuthorAgeFilesLines
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-1633-784/+954
* [core] Correct evaluation of interval functionsclydebarrow2016-09-161-2/+2
* [core] Use consistent terms: "text" and "icon"John Firebaugh2016-09-163-15/+15
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-163-18/+16
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-167-59/+94
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-165-4/+4
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-152-19/+17
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-153-12/+12
* [core] add explicit std::hash<mbgl::style::ClassID> implementation to appease...Konstantin Käfer2016-09-151-0/+17
* [core] #3980 - Putting friend class SymbolLayout backBrad Leege2016-09-141-0/+1
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-149-23/+56
* [core] Avoid gratuitous SymbolBucket creationJohn Firebaugh2016-09-142-4/+5
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-1416-871/+903
* [core] Another band-aid (#6322) (#6333)John Firebaugh2016-09-141-1/+1
* [core] Band-aid to prevent GeometryTile::redoLayout race condition from causi...John Firebaugh2016-09-131-0/+6
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-136-2/+86
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-133-19/+40
* [core] Check if style exists prior to accessing via Map functionsBruno de Oliveira Abinader2016-09-131-20/+58
* [core] Don't use std::move on forwarding referencesJohn Firebaugh2016-09-081-1/+1
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-082-15/+18
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-076-41/+44
* [core] change bool onRight to SideKonstantin Käfer2016-09-071-5/+10
* [core] change bool round to LinePatternCapKonstantin Käfer2016-09-073-10/+19
* [core] change bool overdraw to PaintMode::OverdrawKonstantin Käfer2016-09-0712-55/+83
* [core] change bool wrap/repeating to enum class SpritePatternModeKonstantin Käfer2016-09-076-21/+35
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-078-14/+21
* [core] Observe visibility changesJohn Firebaugh2016-09-064-3/+15
* [core] Initial state of Source::Impl::enabled must be trueJohn Firebaugh2016-09-062-2/+8
* [core] Batch source updatesJohn Firebaugh2016-09-064-13/+44
* [core] Avoid triggering re-layout of fill annotation sourceJohn Firebaugh2016-09-062-13/+11
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-063-5/+29
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-0612-0/+319
* [core] Add missing classed paint property getterJohn Firebaugh2016-09-068-100/+100
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-0610-30/+25
* [core] Add Source::Impl::reloadJohn Firebaugh2016-09-069-27/+96
* [core] Ensure that TileWorker can retain tileData after layoutJohn Firebaugh2016-09-067-1/+17
* [core] Delete the now-unused ptr.hppJohn Firebaugh2016-09-064-29/+0
* [core] Eliminate use of util::ptr in GeometryTile* interfacesJohn Firebaugh2016-09-068-63/+41
* [core] Create GeoJSONTile{Layer,Feature} objects lazilyJohn Firebaugh2016-09-061-34/+26
* [core] remove unused TimePoint during Source updateKonstantin Käfer2016-09-054-9/+0
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-0511-18/+21
* [core] Fix updates of line and fill annotationsJohn Firebaugh2016-08-296-33/+42
* [core] Simplify GeoJSONTile constructorJohn Firebaugh2016-08-263-53/+30
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-263-20/+18
* [core] Clean up and simplify geojson_tile.cppJohn Firebaugh2016-08-261-81/+52
* [core] const consistencyJohn Firebaugh2016-08-269-12/+12
* [core] Rename data ⇢ tile; use Resource::NecessityJohn Firebaugh2016-08-262-54/+52
* [core] Inline Source::Impl::getTileJohn Firebaugh2016-08-262-13/+3
* upgrade to protozer 1.4.0 (#6158)Dane Springmeyer2016-08-251-11/+10
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-245-8/+32