summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyleLayer.mm.ejs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-2/+2
|\
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-1/+1
| * [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0Fabian Guerra Soto2018-05-041-1/+1
* | [core] Rework spec function/expression taxonomyLauren Budorick2018-05-141-4/+8
|/
* Localize expressions more thoroughly (#11651)Minh Nguyễn2018-04-161-0/+10
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-1/+3
* [ios, macos] Hook up hillshade style layers, raster DEM sources to iOS/macOS ...Minh Nguyễn2018-01-251-1/+1
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-241-56/+16
* [darwin] Make -[MGLForegroundStyleLayer sourceIdentifier] abstractJohn Firebaugh2017-04-131-2/+1
* [darwin] Simplify MGLStyleLayer initialization and pointer managementJohn Firebaugh2017-04-131-63/+7
* Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-101-2/+22
* [ios, macos] Simplify implementation of layer removal from map viewJesse Bounds2017-02-231-7/+4
* [ios, macos] Recreate pending and raw layer ref when layer is removedJesse Bounds2017-02-231-3/+7
* [core] Enable property functions for text-{field,transform} (#7944)Anand Thakker2017-02-171-2/+2
* [ios, macos] Add support for data-driven property functionsJesse Bounds2017-02-021-8/+44
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-161-14/+44
|\
| * [ios, macos] Rewrote style layer testsMinh Nguyễn2017-01-131-8/+10
| * [ios, macos] Fixed nilling out predicateMinh Nguyễn2017-01-121-2/+2
| * [ios, macos] Keep style attribute NSValue categories near enum declarationsMinh Nguyễn2017-01-071-2/+20
| * Implement MGLForegroundStyleLayer.sourceIdentifier (#7570)Fredrik Karlsson2017-01-031-2/+10
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-201-31/+54
|\ \ | |/
| * Use appropriate part of speech for properties (#7457)Minh Nguyễn2016-12-161-10/+26
| * [ios, macos] Simplify MGLSource and subclasses (#7377)Minh Nguyễn2016-12-131-15/+27
| * [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250)Minh Nguyễn2016-12-071-6/+1
* | [darwin, android] SDK bindings for circle-stroke propertiesJohn Firebaugh2016-12-091-1/+1
|/
* [ios, macos] Raise NSException if layer or source added more than onceJesse Bounds2016-12-021-0/+6
* [ios, macos] Avoid unsafe cast when removing style layers (#7227)Jesse Bounds2016-11-301-1/+28
* [ios, macos] rename style spec propertiesFredrik Karlsson2016-11-301-14/+14
* [core, ios, macos] Added layers and sources properties to MGLStyleMinh Nguyễn2016-11-281-0/+3
* [ios, macos] Remove unused `MGLGeometryAdditions` category stubJesse Bounds2016-11-221-9/+2
* [ios, macos] Refactor runtime styling enumeration propertiesJesse Bounds2016-11-221-15/+66
* [ios, macos] Take back source and layer ownership on removal (#7048)Jesse Bounds2016-11-141-17/+25
* [ios, macos] Layer ownership refactor (#6904)fabian-guerra2016-11-041-11/+39
* [ios, macos] Expand changes to entire APIMinh Nguyễn2016-10-171-9/+13
* [ios, macos] Revamped MGLStyleLayer, MGLSource inheritanceMinh Nguyễn2016-10-061-26/+16
* [ios, macos] Put MGLStyleLayer inits in respective classesJesse Bounds2016-09-081-2/+29
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-1/+1
* [ios] Added support for filters (NSPredicate)Fredrik Karlsson2016-09-021-0/+12
* [ios, macos] Renamed Objective-C++ headers to .hMinh Nguyễn2016-08-161-2/+2
* fixes #5957: automatically call update() for iOS runtime style APIJustin R. Miller2016-08-161-0/+1
* Runtime styling API for iOS/macOS (#5727)Fredrik Karlsson2016-08-111-0/+64