summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLSymbolStyleLayer.mm
Commit message (Expand)AuthorAgeFilesLines
* [core] Update shaders.Chris Loer2017-07-121-0/+33
* [darwin] Make -[MGLForegroundStyleLayer sourceIdentifier] abstractJohn Firebaugh2017-04-131-2/+1
* [darwin] Simplify MGLStyleLayer initialization and pointer managementJohn Firebaugh2017-04-131-57/+5
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-6/+6
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-311-3/+3
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-311-3/+3
* [core] implement dds for text-offsetMolly Lloyd2017-03-281-3/+3
* Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-101-1/+217
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-30/+30
* [ios, macos] Simplify implementation of layer removal from map viewJesse Bounds2017-02-231-4/+4
* [ios, macos] Recreate pending and raw layer ref when layer is removedJesse Bounds2017-02-231-3/+4
* [core] Enable property functions for text-{field,transform} (#7944)Anand Thakker2017-02-171-6/+6
* [ios, macos] Add support for data-driven property functionsJesse Bounds2017-02-021-76/+220
* [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-75/+209
|\
| * [ios, macos] Rewrote style layer testsMinh Nguyễn2017-01-131-42/+16
| * [ios, macos] Fixed nilling out predicateMinh Nguyễn2017-01-121-1/+1
| * [ios, macos] -translate → -translationMinh Nguyễn2017-01-071-32/+52
| * [ios, macos] Renamed text-field, text-font, text-font-size, circle-pitch-scaleMinh Nguyễn2017-01-071-25/+52
| * [ios, macos] Keep style attribute NSValue categories near enum declarationsMinh Nguyễn2017-01-071-0/+104
| * Implement MGLForegroundStyleLayer.sourceIdentifier (#7570)Fredrik Karlsson2017-01-031-0/+7
|/
* Use appropriate part of speech for properties (#7457)Minh Nguyễn2016-12-161-78/+204
* [ios, macos] Simplify MGLSource and subclasses (#7377)Minh Nguyễn2016-12-131-103/+115
* [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250)Minh Nguyễn2016-12-071-6/+1
* [ios, macos] renamed dasharray and icon sizeFredrik Karlsson2016-12-061-3/+3
* [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/+212
* [ios, macos] rename style spec propertiesFredrik Karlsson2016-11-301-206/+206
* [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-41/+10
* [ios, macos] Refactor runtime styling enumeration propertiesJesse Bounds2016-11-221-126/+220
* [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-102/+127
* [ios, macos] Expand changes to entire APIMinh Nguyễn2016-10-171-193/+289
* [ios, macos] Simplified style property enum namesMinh Nguyễn2016-10-111-20/+20
* [ios, macos] Revamped MGLStyleLayer, MGLSource inheritanceMinh Nguyễn2016-10-061-19/+11
* [ios, macos] Put MGLStyleLayer inits in respective classesJesse Bounds2016-09-081-3/+18
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-49/+1
* [ios] Added support for filters (NSPredicate)Fredrik Karlsson2016-09-021-0/+10
* [ios, macos] Mark MGLStyleLayer properties null_resettableMinh Nguyễn2016-08-261-38/+38
* [ios, macos] fixes #5958 naming conventionsFredrik Karlsson2016-08-181-38/+38
* [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/+49
* Runtime styling API for iOS/macOS (#5727)Fredrik Karlsson2016-08-111-0/+419