summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [core] add clone() call to Image objectsKonstantin Käfer2017-01-261-6/+2
* [Qt] Refactor QMapbox Annotations APIBruno de Oliveira Abinader2017-01-266-48/+222
* [macos] enable printingKonstantin Käfer2017-01-262-1/+12
* [docs] add changelog entry for #7834Konstantin Käfer2017-01-251-0/+1
* [macos] align HeadlessDisplay with SDK OpenGL context creation optionsKonstantin Käfer2017-01-252-2/+9
* [macos] allow using the integrated GPU on dual-GPU machinesKonstantin Käfer2017-01-253-0/+5
* [Android] Make spinner under Add Markers in Bulk readable (#7836)Austin O'Neil2017-01-251-0/+11
* [core] replace encodePNG() with a version that doesn't use libpngKonstantin Käfer2017-01-255-70/+104
* [Qt] Remove QtQuick dependency from the low-level APIThiago Marcos P. Santos2017-01-248-19/+8
* [android] Move the simple map activity to a "Basic" section, always listed fi...Antonio Zugaldia2017-01-233-2/+4
* Test app refactor (#7598)Cameron Mace2017-01-23107-3268/+666
* [android] - when updating positon, wait for render call to invalidate updated...Tobrun2017-01-232-3/+4
* [linux] mesa 13.0.3John Firebaugh2017-01-231-15/+10
* [Qt] Check for Qt SQLite database driverBruno de Oliveira Abinader2017-01-231-20/+21
* [Qt] Explicitly map the `bool` binder to `int`Thiago Marcos P. Santos2017-01-231-1/+5
* [Qt] Save a copy when using binary data if possibleThiago Marcos P. Santos2017-01-231-9/+10
* [Qt] Implement mapbox::sqlite::{Database,Statement} using QtSqlBruno de Oliveira Abinader2017-01-235-3/+416
* [core] Replace sqlite3.h dependency in offline databaseBruno de Oliveira Abinader2017-01-232-4/+9
* [core] Move sqlite::Statement::check to pimplBruno de Oliveira Abinader2017-01-232-23/+21
* [core] Move lastInsertRowId/changes to sqlite::StatementBruno de Oliveira Abinader2017-01-233-20/+25
* [core] Private implementation for SQLite interfaceBruno de Oliveira Abinader2017-01-232-118/+149
* [android] - zoom to at least 2 when tracking is enabled (#7795)Tobrun2017-01-237-109/+69
* [android] - redraw MyLocationView when tilt changes, setTilt after CameraUpda...Tobrun2017-01-232-2/+3
* [android] - remove redundant log statements in native_map_view.cpp (#7801)Tobrun2017-01-231-58/+1
* [android] - decouple make apackage for measuring execution time (#7771)Tobrun2017-01-221-3/+13
* [Qt] Fix build with WITH_QT_I18N=1Thiago Marcos P. Santos2017-01-201-6/+6
* [Qt] Do not use c_str() when converting from UTF8Thiago Marcos P. Santos2017-01-201-2/+2
* [core][Qt] Use Qt for UTF16, since `codecvt` is not always availableThiago Marcos P. Santos2017-01-207-0/+38
* [android] - deselect marker on infowindow click (#7784)Tobrun2017-01-191-1/+9
* [Qt] Fix build when using Qt namespacesThiago Marcos P. Santos2017-01-195-13/+13
* [ios, macos] Updated changelogsMinh Nguyễn2017-01-192-8/+44
* [Qt] Use system defaults CAThiago Marcos P. Santos2017-01-196-33/+1
* [core] Evict cached resources and tiles equally by access time (#7770)Eric Wolfe2017-01-181-4/+29
* [android] Removed conflict marker from changelogMinh Nguyễn2017-01-181-1/+0
* refs #6779: mobile & Mac SDK style transition options (#7711)Justin R. Miller2017-01-1816-24/+205
* [Qt] Avoid QApplication duplication via test main()Bruno de Oliveira Abinader2017-01-185-34/+33
* [core] Remove platform-specific main.cpp from MBGL_TEST_FILESBruno de Oliveira Abinader2017-01-183-4/+24
* [android] - remove deprecated emerald (#7767)Tobrun2017-01-186-39/+6
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-16189-3174/+11210
|\
| * [ios, macos] Correct podspecs, readmes (#7730)Minh Nguyễn2017-01-166-24/+41
| * [macos] Upgrade macOS deployment and distribution (#7649)macos-v0.3.0-rc.1Minh Nguyễn2017-01-1513-47/+188
| * [ios, macos] Default to system font for attribution titlesMinh Nguyễn2017-01-141-1/+12
| * [ios] Add larger polyline to iosapp test shapesJason Wray2017-01-131-0/+11
| * [ios, macos] Revert deprecation of alphaForShapeAnnotation: delegate methodJason Wray2017-01-138-32/+41
| * [ios, macos] Rewrote style layer testsMinh Nguyễn2017-01-1329-1090/+3846
| * [ios, macos] Fixed nilling out predicateMinh Nguyễn2017-01-125-6/+6
| * Fixed link in “Working with GeoJSON Data” guideMinh Nguyễn2017-01-121-1/+1
| * [ios, macos] Note that MGLShapeSource.shape must be set on main thread (#7687)Minh Nguyễn2017-01-121-0/+3
| * [ios, macos] Document simpler types for style values in SwiftMinh Nguyễn2017-01-124-12/+12
| * [ios, macos] Made style-related tests more robustMinh Nguyễn2017-01-122-36/+25