summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ios, macos] Moved changelog entry to masterupstream/add-overlays-propertyMinh Nguyễn2017-05-202-2/+2
* Make cosmetic changesEimantas Vaiciunas2017-05-202-2/+2
* Make `overlays` property `nonnull` on macOSEimantas Vaiciunas2017-05-203-4/+5
* Make `overlays` property `nonnull` on iOSEimantas Vaiciunas2017-05-203-4/+5
* Match curly braces styleEimantas Vaiciunas2017-05-202-4/+8
* Add `overlays` property to iOS sdkEimantas Vaiciunas2017-05-202-0/+23
* Add basic documentation for `overlays` propertyEimantas Vaiciunas2017-05-201-0/+7
* Handle `nil` case when returning overlaysEimantas Vaiciunas2017-05-201-0/+2
* Add `overlays` property to `MGLMapView.mm`Eimantas Vaiciunas2017-05-202-0/+14
* [core] Make ExponentialStops behavior consistent; add testsJohn Firebaugh2017-05-195-4/+44
* [core] Eliminate round-trip through Value in CameraFunction::evaluateJohn Firebaugh2017-05-193-16/+22
* Release node-v3.5.2 (#9052)node-v3.5.2Bobby Sudekum2017-05-192-1/+6
* [core] leave Image objects in a valid state after premultiply/unpremultiplyKonstantin Käfer2017-05-192-0/+6
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into 1ec5-release-ios-v3.5.4Minh Nguyễn2017-05-182-2/+10
|\
| * [ios] Update podspecs and changelog for iOS v3.5.4ios-v3.5.4Jesse Bounds2017-05-093-2/+7
| * [ios] Use map view frame to calculate annotation view reuse adjustments (#8926)Jesse Bounds2017-05-091-8/+6
| * [ios] Updated podspecs and changelog for v3.5.3 (#8870)ios-v3.5.3Jordan Kiley2017-05-023-2/+5
| * [ios] cherry-picked 8837 (#8869)Jordan Kiley2017-05-024-9/+52
| * [ios, macos] Updated `maximumZoomLevel` description, cherry-picked #8818 (#8842)Jordan Kiley2017-05-012-3/+3
| * [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-2620-74/+144
| * Cherry pick latlngbounds to release branch (#8788)Tobrun2017-04-2119-194/+229
* | [core][ios] Use explicit submodule update for ios target (#8973)Asheem Mamoowala2017-05-181-0/+6
* | [core] Don't unnecessarily request glyphs for verticalized punctuation.Chris Loer2017-05-181-2/+7
* | [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-185-4/+10
* | [core] Make destructor virtual to avoid object splicing during destructionKonstantin Käfer2017-05-181-0/+1
* | [core] Throttle tiles to redo symbol placement at most once every 300ms.Chris Loer2017-05-175-2/+74
* | [core] Remove redundant SpriteAtlasElement membersJohn Firebaugh2017-05-174-22/+18
* | [core] Remove ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-177-34/+8
* | [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-176-27/+14
* | [core] Remove WorkQueueJohn Firebaugh2017-05-176-141/+0
* | [build] Use gdb 2017-04-08-aebcde5Bruno de Oliveira Abinader2017-05-173-7/+8
* | [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-1641-185/+176
* | [build] Use workflows instead of a trigger buildKonstantin Käfer2017-05-161-13/+7
* | [test] Update gl-js submoduleJohn Firebaugh2017-05-151-0/+0
* | Update README.mdjingsam2017-05-151-3/+3
* | [core] mbgl-render: allow scale factor to be floating point numberRoman Chichina2017-05-151-2/+3
* | [qt] Un-deprecate QMapboxGL::setTransitionOptionsJohn Firebaugh2017-05-151-5/+2
* | [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-1552-1418/+930
* | [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-1543-85/+86
* | [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-1566-576/+494
* | [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-1523-262/+262
* | [core] Merge light_properties.hpp into light_impl.hppJohn Firebaugh2017-05-155-55/+43
* | [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-158-40/+40
* | [core] Trim StyleObserver interfaceJohn Firebaugh2017-05-136-38/+34
* | [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-1254-117/+123
* | [build] Rotate AWS credentialsJohn Firebaugh2017-05-121-2/+2
* | [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-1233-414/+678
* | [linux] loop-uv depends on mbgl-core for linkingJohn Firebaugh2017-05-123-2/+7
* | [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-1243-117/+91
* | [core] Return {Source,Layer}::getID by valueJohn Firebaugh2017-05-124-4/+4