summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Removed “private” headerMinh Nguyễn2015-05-181-14/+0
* Privatized MGLMapboxEventsMinh Nguyễn2015-05-181-60/+0
* Merge pull request #1573 from mapbox/1ec5-designable-redux-1568Minh Nguyễn2015-05-161-0/+1
|\
| * Revert "refs #1568: remove IBDesignable support for now"Minh Nguyễn2015-05-161-0/+1
* | Properly fail to load the mapMinh Nguyễn2015-05-161-0/+2
|/
* Merge branch 'ios-b1'Justin R. Miller2015-05-151-1/+0
|\
| * refs #1568: remove IBDesignable support for nowJustin R. Miller2015-05-151-1/+0
| * Merge pull request #1491 from mapbox/1ec5-metrics-opt-way-outJustin R. Miller2015-05-124-23/+30
| * Merge pull request #1528 from mapbox/1516-getterMinh Nguyễn2015-05-121-0/+1
| * Merge pull request #1520 from mapbox/1516-opt-out-checkingBrad Leege2015-05-121-0/+1
* | Extensible GL extension supportJohn Firebaugh2015-05-131-123/+24
* | Remove unused GL feature flagsJohn Firebaugh2015-05-131-8/+0
* | Use uv::asyncJohn Firebaugh2015-05-131-2/+2
* | Remove unusedJohn Firebaugh2015-05-133-6/+0
* | add header docs for new MGLAccountManager; reorgJustin R. Miller2015-05-121-4/+23
* | fix spacing, ordering, importsJustin R. Miller2015-05-122-2/+4
* | Merge branch 'master' into 1ec5-metrics-opt-way-outMinh Nguyễn2015-05-121-0/+2
|\ \
| * | #1516 - Adding public setter method to MGLAccountManager.h. Fixing example s...Brad Leege2015-05-121-0/+1
| * | Merge pull request #1520 from mapbox/1516-opt-out-checkingBrad Leege2015-05-121-0/+1
| |\ \
| | * | #1516 - Renaming setShowsOptOutInApp to setMapboxMetricsEnabledSettingShownIn...Brad Leege2015-05-121-1/+1
| | * | #1516 - Adding explicit checks for developer implementation of user Opt Out f...Brad Leege2015-05-111-0/+1
| | |/
* | | Consolidated logic for pausing/resuming MGLMapboxEventsMinh Nguyễn2015-05-121-0/+3
* | | Folded MGLMetricsLocationManager into MGLMapboxEventsMinh Nguyễn2015-05-121-4/+0
* | | Refactored MGLMapboxEvents for better data managementMinh Nguyễn2015-05-122-13/+0
|/ /
* | Merge pull request #1469 from mapbox/1435-android-gl-crashBrad Leege2015-05-113-8/+8
|\ \
| * | Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-093-8/+8
* | | fix division by zero conditionsDane Springmeyer2015-05-081-1/+5
| |/ |/|
* | Fix Linux GCC Debug buildThiago Marcos P. Santos2015-05-081-1/+1
* | change the window title to indicate the current styleKonstantin Käfer2015-05-071-0/+2
* | Make all GLFWView attributes privateThiago Marcos P. Santos2015-05-071-5/+6
* | Add style change functionality to the Linux test appThiago Marcos P. Santos2015-05-072-2/+9
* | don't doc or package private headersJustin R. Miller2015-05-051-0/+0
|/
* Merge pull request #1329 from mapbox/1225-start-tokenBrad Leege2015-05-053-2/+12
|\
| * #1225 - Simplifying MGLAccountManager for initial setup and access to AccessT...Brad Leege2015-05-051-2/+2
| * Updating from masterBrad Leege2015-05-0426-523/+186
| |\
| * | #1225 - Renaming getAccessToken method to sharedAccessToken to avoid any iOS ...Brad Leege2015-05-041-1/+1
| * | #1225 - Restoring MapboxGL.h as an Umbrella header file by splitting the sing...Brad Leege2015-05-042-7/+7
| * | #1225 - Converting id to instancetypeBrad Leege2015-04-241-1/+1
| * | #1225 - Removing unavailable block on MGLMapView.initWithFrameBrad Leege2015-04-241-2/+0
| * | #1225 - Initial conversion of Mapbox GL app to set access token in AppDelegat...Brad Leege2015-04-232-1/+7
| * | #1225 - Initial setup of MapboxGL as a singleton object with access tokenBrad Leege2015-04-221-0/+6
* | | Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-051-2/+0
* | | add Map::isFullyLoaded()Konstantin Käfer2015-05-052-0/+4
* | | [iOS] allow calling invalidate() on MGLMapViewKonstantin Käfer2015-05-051-0/+11
* | | Ensure no GL commands are executed after pauseJohn Firebaugh2015-05-042-2/+2
* | | missing docs tuneupsJustin R. Miller2015-05-041-3/+7
| |/ |/|
* | lower thread priority of worker threadsKonstantin Käfer2015-05-041-0/+3
* | only update GL state when it actually changedKonstantin Käfer2015-05-041-0/+87
* | add gl::groups back for easier debugging in XcodeKonstantin Käfer2015-05-041-1/+1
* | Merge branch 'uv_leak'John Firebaugh2015-05-011-1/+2
|\ \