summaryrefslogtreecommitdiff
path: root/platform/macos/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [macos] Distinguish between screensMinh Nguyễn2017-01-251-1/+1
| * [ios, macos] Wrap camera heading (#7724)Minh Nguyễn2017-01-241-1/+1
| * [ios, macos] Document how to avoid gesture recognizer conflicts (#7816)nitrag2017-01-231-0/+15
| * [macos] Avoid nilling out style URL on loadMinh Nguyễn2017-01-181-1/+5
| * [macos] Check for implementation before calling -toolTipMinh Nguyễn2017-01-161-2/+2
* | [macos,ios] don't roundtrip through encodePNG when converting imagesKonstantin Käfer2017-01-263-6/+23
* | [macos] align HeadlessDisplay with SDK OpenGL context creation optionsKonstantin Käfer2017-01-251-0/+1
* | [macos] allow using the integrated GPU on dual-GPU machinesKonstantin Käfer2017-01-251-0/+1
* | refs #6779: mobile & Mac SDK style transition options (#7711)Justin R. Miller2017-01-181-8/+8
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-168-33/+79
|\ \ | |/
| * [ios, macos] Revert deprecation of alphaForShapeAnnotation: delegate methodJason Wray2017-01-132-11/+16
| * [ios, macos] Make MGLMapView.style property nullable (#7664)Minh Nguyễn2017-01-112-16/+18
| * [ios, macos] Fix miscellaneous static analyzer warnings (#7670)Minh Nguyễn2017-01-112-7/+3
| * [macos] Fixed exception on certain keyboard shortcutsMinh Nguyễn2017-01-111-1/+1
| * [ios, macos] Keep style attribute NSValue categories near enum declarationsMinh Nguyễn2017-01-071-1/+0
| * [ios, macos] Split NSValue+MGLStyleEnumAttributeAdditions category per style ...Minh Nguyễn2017-01-071-1/+1
| * [ios, macos] Fixed iosbench buildMinh Nguyễn2016-12-231-1/+3
| * [ios, macos] features and annotations now conforms to NSSecureCodingFredrik Karlsson2016-12-222-1/+42
| * [ios, macos] Update and reformat documentation for runtime styling (#7475)Minh Nguyễn2016-12-201-1/+1
* | [build] add -fvisibility=hidden to macOS dynamic framework and export require...Konstantin Käfer2017-01-044-3/+11
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-209-104/+192
|\ \ | |/
| * [ios, macos] Simplify MGLSource and subclasses (#7377)Minh Nguyễn2016-12-131-0/+2
| * [ios, macos] Rename MGLGeoJSONSource to MGLShapeSource (#7334)Jesse Bounds2016-12-091-1/+1
| * [ios, macos] Source-driven attribution (#5999)Minh Nguyễn2016-12-085-96/+163
| * [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250)Minh Nguyễn2016-12-073-3/+7
| * [ios, macos] Template images as style imagesMinh Nguyễn2016-12-061-1/+3
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-052-3/+16
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-033-24/+117
|\ \ | |/
| * [ios, macos] Make tap gesture recognizer fail if it doesn’t do anything (#7...Jesse Crocker2016-12-011-4/+20
| * [ios, macos] Add notes to APIs that rely on style and source ids (#6886)Jesse Bounds2016-11-301-0/+23
| * [ios, macos] Refcount view activations (#7208)Jesse Bounds2016-11-291-0/+11
| * [ios, macos] Key-value compliance for MGLStyleMinh Nguyễn2016-11-282-12/+40
| * [ios, macos] Refactor runtime styling enumeration propertiesJesse Bounds2016-11-221-0/+1
| * [ios, macos] Fixed crash getting annotation viewMinh Nguyễn2016-11-081-7/+2
| * [macos] Map annotations to annotation tagsMinh Nguyễn2016-11-081-0/+9
| * [ios, macos] Work around annotation race condition (#6924)Jesse Bounds2016-11-041-1/+11
* | [core] remove unused umbrella header in favor of individual includesKonstantin Käfer2016-11-222-2/+2
* | [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-221-1/+1
* | [build] move Reachability to platform/darwinKonstantin Käfer2016-11-221-1/+1
* | [core] remove gl.hpp from all headers that don't need itKonstantin Käfer2016-11-041-2/+0
* | [core] move framebuffer reading to gl::ContextKonstantin Käfer2016-11-041-15/+1
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.2-masterMinh Nguyễn2016-11-034-11/+57
|\ \ | |/
| * [macos] Fixed color roundtrippingMinh Nguyễn2016-11-021-1/+1
| * Optimize annotation view updates (#5987)Jesse Bounds2016-11-011-2/+2
| * [ios, macos] Introduce visible annotations API (#6061)Jesse Bounds2016-10-262-0/+50
| * Merge branch 'master' into boundsj-release-ios-3.4.0-merge-masterJesse Bounds2016-10-251-32/+47
| |\
| * | Add MGLPointCollection for GeoJSON multipoints (#6742)Jesse Bounds2016-10-202-8/+4
* | | [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-011-8/+11
* | | [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-272-12/+13
| |/ |/|
* | [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-28/+29