summaryrefslogtreecommitdiff
path: root/platform/darwin/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-094-5/+236
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-091-28/+32
* [ios, macos] Don't add documentation to NS_ENUMJesse Bounds2017-02-086-1083/+699
* [ios, macos] Add more bullets to style property docsJason Wray2017-02-086-457/+600
* [ios, macos] Add function and interpolation mode to style property docsJesse Bounds2017-02-086-171/+1335
* [ios, macos] Update documentation examples to use new style functions (#7960)Jesse Bounds2017-02-082-8/+8
* [ios, macos] Document DDS enumerations (#7931)Jesse Bounds2017-02-081-4/+56
* Add back MGLStyleFunction and re-document MGLStyleValue (#7943)Jesse Bounds2017-02-083-87/+358
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-081-3/+2
* Make `MGLOfflinePack` instances post notificationsEimantas Vaiciunas2017-02-063-85/+28
* [ios, macos] Implement default value for identity functionsJesse Bounds2017-02-031-24/+21
* [ios, macos] Add support for data-driven property functionsJesse Bounds2017-02-0216-583/+1611
* [ios, macos] added a distance formatterFredrik Karlsson2017-01-272-0/+61
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-2791-878/+878
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.1-masterMinh Nguyễn2017-01-265-9/+16
|\
| * [ios, macos] Deprecate style class API (#7785)fabian-guerra2017-01-251-4/+4
| * [ios] changed URL -> url (#7841)Jordan Kiley2017-01-251-1/+1
| * Clarify that clustering option is for shape sources (#7837)Jordan Kiley2017-01-251-0/+2
| * Typo fixes, added line to MGLStyleLayer initializer description (#7759)Jordan Kiley2017-01-173-4/+9
* | [macos,ios] don't roundtrip through encodePNG when converting imagesKonstantin Käfer2017-01-261-96/+77
* | [macos] align HeadlessDisplay with SDK OpenGL context creation optionsKonstantin Käfer2017-01-251-2/+8
* | [macos] allow using the integrated GPU on dual-GPU machinesKonstantin Käfer2017-01-251-0/+2
* | refs #6779: mobile & Mac SDK style transition options (#7711)Justin R. Miller2017-01-184-3/+55
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-1672-1454/+3397
|\ \ | |/
| * [ios, macos] Default to system font for attribution titlesMinh Nguyễn2017-01-141-1/+12
| * [ios, macos] Rewrote style layer testsMinh Nguyễn2017-01-136-74/+74
| * [ios, macos] Fixed nilling out predicateMinh Nguyễn2017-01-125-6/+6
| * [ios, macos] Note that MGLShapeSource.shape must be set on main thread (#7687)Minh Nguyễn2017-01-121-0/+3
| * [ios, macos] Add convenience initializers to shape source (#7665)Jesse Bounds2017-01-113-4/+59
| * [ios, macos] Make MGLMapView.style property nullable (#7664)Minh Nguyễn2017-01-119-9/+9
| * [ios, macos] Fix miscellaneous static analyzer warnings (#7670)Minh Nguyễn2017-01-113-8/+2
| * [ios, macos] Title case attribution buttonsMinh Nguyễn2017-01-102-0/+31
| * [ios, macos] Added MGLShape from GeoJSON exampleMinh Nguyễn2017-01-091-0/+8
| * [ios, macos] Cleaned up color, edge insets declarations, commentsMinh Nguyễn2017-01-095-19/+48
| * [macos] Flip offsets and translationsMinh Nguyễn2017-01-095-20/+143
| * [ios, macos] Document that MGLShape can deserialize GeoJSON (#7638)Jesse Bounds2017-01-081-0/+4
| * Document requirement about adding sources and layers (#7634)Jesse Bounds2017-01-081-7/+22
| * [ios, macos] Allow creation of shape collections with no shapes (#7632)Jesse Bounds2017-01-082-2/+1
| * [ios, macos] Fixed links to paint properties in style specMinh Nguyễn2017-01-075-16/+16
| * [ios, macos] -translate → -translationMinh Nguyễn2017-01-078-147/+257
| * [ios, macos] Renamed text-field, text-font, text-font-size, circle-pitch-scaleMinh Nguyễn2017-01-074-139/+208
| * [ios, macos] Keep style attribute NSValue categories near enum declarationsMinh Nguyễn2017-01-0714-516/+472
| * [ios, macos] Split NSValue+MGLStyleEnumAttributeAdditions category per style ...Minh Nguyễn2017-01-077-303/+303
| * [ios, macos] Relaxed sources, layers typeMinh Nguyễn2017-01-052-8/+8
| * [ios, macos] Sources, layers properties are immutableMinh Nguyễn2017-01-052-6/+6
| * [ios, macos] Compare source options to specsMinh Nguyễn2017-01-042-0/+40
| * [ios, macos] Insert example code in original headers (#7569)Minh Nguyễn2017-01-0410-21/+123
| * [ios, macos] Note that no modifier operators are supportedMinh Nguyễn2017-01-041-5/+7
| * [ios, macos] Cleaned up expression conversionMinh Nguyễn2017-01-046-63/+57
| * [ios, macos] Rewrote predicate/filter conversionMinh Nguyễn2017-01-044-99/+266