| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, macos] wrapped number value in tick marksupstream/jmkiley-number-format | jmkiley | 2018-05-11 | 1 | -10/+10 |
* | [ios, macos] Moved numbers away from beginning of lines | jmkiley | 2018-05-10 | 1 | -10/+10 |
* | [macos] Replaced UIColor with NSColor in documentation | Minh Nguyễn | 2018-04-16 | 1 | -0/+40 |
* | [ios, macos] Corrected documentation | Minh Nguyễn | 2018-04-02 | 1 | -3/+4 |
* | [ios, macos] Renamed MGLVectorSource to MGLVectorTileSource | Minh Nguyễn | 2018-04-02 | 1 | -2/+2 |
* | Install aftermarket expression functions (#11472) | Minh Nguyễn | 2018-03-29 | 1 | -1/+1 |
* | [ios, macos] Documented ranges of style properties | Minh Nguyễn | 2018-01-26 | 1 | -9/+9 |
* | Reimplement style values atop NSExpression (#10726) | Minh Nguyễn | 2018-01-24 | 1 | -235/+158 |
* | [ios, macos, android] Commit accumulated `make style-code` updates | John Firebaugh | 2018-01-10 | 1 | -2/+2 |
* | [core] Implement circle-pitch-alignment property | Chris Loer | 2017-07-06 | 1 | -0/+45 |
* | [darwin] Remove use of NS_DESIGNATED_INITIALIZER from MGLStyleLayer subclasses | John Firebaugh | 2017-04-13 | 1 | -1/+1 |
* | [darwin] Simplify MGLStyleLayer initialization and pointer management | John Firebaugh | 2017-04-13 | 1 | -0/+15 |
* | [ios, macos] API doc revisions (#8396) | Jordan Kiley | 2017-03-14 | 1 | -1/+1 |
* | Per-attribute transition properties on MGLStyleLayer (#8225) | Fabian Guerra Soto | 2017-03-10 | 1 | -0/+56 |
* | [ios, macos] Rename MGLStyleConstantValue to MGLConstantStyleValue | Jesse Bounds | 2017-03-03 | 1 | -13/+13 |
* | [ios, macos] Don't add documentation to NS_ENUM | Jesse Bounds | 2017-02-08 | 1 | -187/+151 |
* | [ios, macos] Add more bullets to style property docs | Jason Wray | 2017-02-08 | 1 | -95/+133 |
* | [ios, macos] Add function and interpolation mode to style property docs | Jesse Bounds | 2017-02-08 | 1 | -19/+187 |
* | [ios, macos] Update documentation examples to use new style functions (#7960) | Jesse Bounds | 2017-02-08 | 1 | -4/+4 |
* | [ios, macos] Add support for data-driven property functions | Jesse Bounds | 2017-02-02 | 1 | -25/+25 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 1 | -30/+30 |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7 | Minh Nguyễn | 2017-01-16 | 1 | -41/+170 |
|\ |
|
| * | [ios, macos] Make MGLMapView.style property nullable (#7664) | Minh Nguyễn | 2017-01-11 | 1 | -1/+1 |
| * | [ios, macos] Cleaned up color, edge insets declarations, comments | Minh Nguyễn | 2017-01-09 | 1 | -2/+2 |
| * | [macos] Flip offsets and translations | Minh Nguyễn | 2017-01-09 | 1 | -3/+19 |
| * | [ios, macos] Fixed links to paint properties in style spec | Minh Nguyễn | 2017-01-07 | 1 | -3/+3 |
| * | [ios, macos] -translate → -translation | Minh Nguyễn | 2017-01-07 | 1 | -14/+26 |
| * | [ios, macos] Renamed text-field, text-font, text-font-size, circle-pitch-scale | Minh Nguyễn | 2017-01-07 | 1 | -18/+24 |
| * | [ios, macos] Keep style attribute NSValue categories near enum declarations | Minh Nguyễn | 2017-01-07 | 1 | -0/+36 |
| * | [ios, macos] Insert example code in original headers (#7569) | Minh Nguyễn | 2017-01-04 | 1 | -2/+15 |
| * | [ios] Add inline examples in documentation (#7337) | Eric Wolfe | 2016-12-21 | 1 | -0/+2 |
| * | [ios, macos] Update and reformat documentation for runtime styling (#7475) | Minh Nguyễn | 2016-12-20 | 1 | -19/+54 |
* | | [build] add -fvisibility=hidden to macOS dynamic framework and export require... | Konstantin Käfer | 2017-01-04 | 1 | -0/+2 |
* | | [darwin, android] SDK bindings for circle-stroke properties | John Firebaugh | 2016-12-09 | 1 | -0/+32 |
|/ |
|
* | [ios, macos] rename style spec properties | Fredrik Karlsson | 2016-11-30 | 1 | -32/+32 |
* | [ios, macos] override style spec documentation | Fredrik Karlsson | 2016-11-16 | 1 | -1/+1 |
* | [ios, macos] Expand changes to entire API | Minh Nguyễn | 2016-10-17 | 1 | -17/+17 |
* | [ios, macos] Refer to style layer class in enum documentation | Minh Nguyễn | 2016-10-11 | 1 | -0/+4 |
* | [ios, macos] Simplified style property enum names | Minh Nguyễn | 2016-10-11 | 1 | -8/+8 |
* | [ios, macos] Renamed files to match renamed classes | Minh Nguyễn | 2016-10-06 | 1 | -1/+1 |
* | [ios, macos] Revamped MGLStyleLayer, MGLSource inheritance | Minh Nguyễn | 2016-10-06 | 1 | -13/+1 |
* | update style generation code for new style spec enum values docs (#6508) | Justin R. Miller | 2016-09-30 | 1 | -2/+20 |
* | [ios, macos] flesh out iOS runtime styling docs (#6466) | Justin R. Miller | 2016-09-27 | 1 | -1/+6 |
* | clarify circle color as fill (#6447) | Justin R. Miller | 2016-09-23 | 1 | -2/+2 |
* | [ios, macos] Put MGLStyleLayer inits in respective classes | Jesse Bounds | 2016-09-08 | 1 | -0/+5 |
* | [ios] Added support for filters (NSPredicate) | Fredrik Karlsson | 2016-09-02 | 1 | -0/+8 |
* | [ios, macos] Specialize color properties by platform | Minh Nguyễn | 2016-08-26 | 1 | -1/+10 |
* | [ios, macos] More specific default value types | Minh Nguyễn | 2016-08-26 | 1 | -7/+7 |
* | [ios, macos] Mark MGLStyleLayer properties null_resettable | Minh Nguyễn | 2016-08-26 | 1 | -14/+14 |
* | [ios, macos] Distinguish between blackColor and clearColor (#6125) | Minh Nguyễn | 2016-08-24 | 1 | -1/+1 |