summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOpenGLStyleLayer.mm
Commit message (Expand)AuthorAgeFilesLines
* Updates to macos and tests for previous changes.upstream/jrex-custom-layer-style-changed-leak-3Julian Rex2018-03-231-3/+6
* Clear out raw pointer.Julian Rex2018-03-231-1/+12
* Experimental update - turning Obj-C object into C++ to reduce amount of hand-...Julian Rex2018-03-231-188/+73
* WIP - Reordered lines in testOpenGLLayerDoesNotLeakWhenStyleChanged test, and...Julian Rex2018-03-221-5/+5
* WIP - adds a new object that retains/releases the MGLOpenGLLayer through call...Julian Rex2018-03-221-30/+164
* [ios, macos, core] Added retain/release manager that holds on to the MGLOpenG...Julian Rex2018-03-051-1/+43
* [ios] Added sets to manage retain/release of layers (esp custom gl layers)Julian Rex2018-02-281-6/+7
* [ios] Potential fix for over retain/release issues with adding layers to styl...Julian Rex2018-02-261-3/+9
* Restores fix to MGLOpenGLStyleLayer memory-related crash (#10765)Andrew Kitchen2018-01-191-7/+2
* Adds an integration test harness to the iOS projectAndrew Kitchen2018-01-191-2/+7
* Fix CustomLayer context retain count (#10765)Asheem Mamoowala2017-12-201-4/+2
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-19/+18
* [darwin] Simplify MGLStyleLayer initialization and pointer managementJohn Firebaugh2017-04-131-30/+10
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-22/+22
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-161-4/+14
|\
| * [ios, macos] Omit perspectiveSkew from drawing context structMinh Nguyễn2016-12-201-1/+0
| * [ios, macos] Update and reformat documentation for runtime styling (#7475)Minh Nguyễn2016-12-201-4/+13
* | [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-1/+1
|/
* [ios, macos] Simplify MGLSource and subclasses (#7377)Minh Nguyễn2016-12-131-2/+11
* [ios, macos] Silence -Wc++11-narrowing warning in open gl layer (#7355)Jesse Bounds2016-12-091-2/+2
* [ios, macos] Corrected -setNeedsDisplay documentationMinh Nguyễn2016-12-071-1/+1
* [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250)Minh Nguyễn2016-12-071-0/+200