| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, macos] handle duplicate source error | Ivo van Dongen | 2016-11-30 | 1 | -1/+5 |
* | [ios, macos] renamed MGLStyleLayerTests to MGLMapViewTests | Ivo van Dongen | 2016-11-30 | 11 | -22/+22 |
* | [build] upgrade to variant 1.1.4 and dependencies | Konstantin Käfer | 2016-11-28 | 2 | -2/+2 |
* | [core] remove unused umbrella header in favor of individual includes | Konstantin Käfer | 2016-11-22 | 4 | -4/+0 |
* | [build] move logging to util | Konstantin Käfer | 2016-11-22 | 3 | -3/+3 |
* | [build] move headless rendering files to platform/default | Konstantin Käfer | 2016-11-22 | 3 | -4/+4 |
* | [build] move default_styles to platform/default | Konstantin Käfer | 2016-11-22 | 1 | -1/+5 |
* | [build] move Reachability to platform/darwin | Konstantin Käfer | 2016-11-22 | 2 | -1/+96 |
* | [ios, macos] refs #7060: properly check removed layers & sources (#7062) | Justin R. Miller | 2016-11-15 | 1 | -0/+14 |
* | [ios, macos] fixes #7059: raise exception for abstract sources on add (#7060) | Justin R. Miller | 2016-11-14 | 1 | -0/+7 |
* | [build] don't rewrite style code for every build | Konstantin Käfer | 2016-11-09 | 1 | -15/+5 |
* | [core] Refactor HeadlessBackend | Bruno de Oliveira Abinader | 2016-11-08 | 2 | -34/+66 |
* | [core] Refactor HeadlessDisplay | Bruno de Oliveira Abinader | 2016-11-08 | 2 | -1/+53 |
* | [ios, macos] override style spec documentation | Fredrik Karlsson | 2016-11-08 | 7 | -15/+71 |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.2-master | Minh Nguyễn | 2016-11-03 | 31 | -181/+824 |
|\ |
|
| * | [macos] Enabled runtime styling tests | Minh Nguyễn | 2016-11-02 | 1 | -0/+1 |
| * | [ios, macos] Share more tests | Minh Nguyễn | 2016-11-02 | 2 | -0/+324 |
| * | [ios, macos] Rationalized string enum names | Minh Nguyễn | 2016-11-02 | 6 | -50/+55 |
| * | [ios, macos] Adopted string enumerations | Minh Nguyễn | 2016-11-02 | 3 | -17/+33 |
| * | [ios, macos] document custom API URL & add Info.plist guide (#6833) | Justin R. Miller | 2016-11-01 | 1 | -2/+14 |
| * | [ios, macos] Make source ownership consistent and GeoJSON content properties ... | Jesse Bounds | 2016-10-26 | 8 | -49/+160 |
| * | [ios, macos] Added Swift MGLStyleValue tests | Minh Nguyễn | 2016-10-26 | 2 | -0/+39 |
| * | [ios, macos] Corrected MGLStyleValue inheritance | Minh Nguyễn | 2016-10-26 | 1 | -2/+2 |
| * | [ios, macos] Fixed syntax error in documentation comment (#6822) | Minh Nguyễn | 2016-10-26 | 2 | -1/+4 |
| * | Merge branch 'master' into boundsj-release-ios-3.4.0-merge-master | Jesse Bounds | 2016-10-25 | 4 | -216/+104 |
| |\ |
|
| * | | Add MGLPointCollection for GeoJSON multipoints (#6742) | Jesse Bounds | 2016-10-20 | 10 | -69/+208 |
| * | | [ios, macos] Make feature attributes and identifier writable (#6728) | Jesse Bounds | 2016-10-19 | 2 | -9/+14 |
| * | | [ios, macos] Raise correct style layer misuse exception (#6738) | Minh Nguyễn | 2016-10-18 | 2 | -4/+10 |
* | | | [ios, macos] document custom API URL & add Info.plist guide (#6833) | Justin R. Miller | 2016-10-31 | 1 | -2/+14 |
* | | | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 1 | -9/+13 |
| |/
|/| |
|
* | | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 2 | -146/+0 |
* | | [core] separate Backend from View for headless rendering | Konstantin Käfer | 2016-10-25 | 4 | -82/+116 |
* | | [ios, macos] Raise correct style layer misuse exception (#6738) | Minh Nguyễn | 2016-10-18 | 2 | -4/+10 |
|/ |
|
* | [ios, macos] Use swift_name for MGLMultiPoint and subclasses (#6727) | Jesse Bounds | 2016-10-17 | 3 | -4/+3 |
* | [macos] Added MGLTileSet to project (#6713) | Minh Nguyễn | 2016-10-17 | 1 | -6/+6 |
* | [ios, macos] Change runtime styling category method prefix to mgl_ | Jason Wray | 2016-10-17 | 1 | -2/+2 |
* | [ios, macos] Documented MGLStyleValue | Minh Nguyễn | 2016-10-17 | 1 | -2/+143 |
* | [ios, macos] Designated initializers | Minh Nguyễn | 2016-10-17 | 3 | -7/+33 |
* | [ios, macos] Expand changes to entire API | Minh Nguyễn | 2016-10-17 | 46 | -1524/+982 |
* | [ios, macos] Replaced MGLStyleAttributeValue with MGLStyleValue | Minh Nguyễn | 2016-10-17 | 6 | -12/+256 |
* | [ios, macos] fixes #6346: add support for configurable API base URL (#6709) | Justin R. Miller | 2016-10-15 | 3 | -0/+70 |
* | [ios, macos] Teach features and shapes about GeoJSON and mbgl types | Jesse Bounds | 2016-10-14 | 24 | -171/+548 |
* | [ios, macos] Add feature initializer | ituaijagbone | 2016-10-14 | 8 | -10/+264 |
* | [ios, macos] possibility to set custom images to style (#6637) | Roman Blum | 2016-10-12 | 3 | -48/+96 |
* | [ios, macos] Refer to style layer class in enum documentation | Minh Nguyễn | 2016-10-11 | 5 | -0/+36 |
* | [ios, macos] Simplified style property enum names | Minh Nguyễn | 2016-10-11 | 14 | -192/+192 |
* | [ios, macos] Add description string for MGLStyle class | Jason Wray | 2016-10-11 | 1 | -0/+12 |
* | [ios, macos] Mark incomplete initializers unavailable | Minh Nguyễn | 2016-10-06 | 2 | -0/+5 |
* | [ios, macos] Fully documented predicate property | Minh Nguyễn | 2016-10-06 | 1 | -3/+94 |
* | [ios, macos] Renamed files to match renamed classes | Minh Nguyễn | 2016-10-06 | 16 | -181/+191 |