summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [ios] [android] Use Response::NotFound in other HTTP implementations tooJohn Firebaugh2015-09-291-0/+3
* Removed couts from headless view.Adam Hunter2015-09-291-14/+0
* Added GL logging utilityAdam Hunter2015-09-291-1/+19
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-281-53/+7
* Restore libcurl HTTP on AndroidLeith Bade2015-09-221-0/+109
* Renderbuffer create should be paired with renderbuffer delete.Adam Hunter2015-09-171-1/+1
* Create SharedSQLiteCacheLeith Bade2015-09-161-0/+12
* Get rid of MapData::{get,set}NeedsRepaintBruno de Oliveira Abinader2015-09-021-1/+1
* Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-021-1/+0
* View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-252-6/+19
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-1/+1
* Update stylesJohn Firebaugh2015-08-201-5/+5
* Merge branch 'android-okhttp'Leith Bade2015-08-121-109/+0
|\
| * Use OkHTTP to implement HTTPContext on Android.Leith Bade2015-08-111-109/+0
* | query the monitor's resolution instead of forcing 1024x768Konstantin Käfer2015-08-111-0/+3
* | add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-11/+23
|/
* set thread priority on LinuxKonstantin Käfer2015-08-101-3/+15
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-051-5/+2
* Added Update::RepaintBruno de Oliveira Abinader2015-08-051-1/+1
* Removed debug leftoverThiago Marcos P. Santos2015-08-051-1/+0
* manually premultiply the image if libpng can't do itKonstantin Käfer2015-08-041-2/+15
* don't require PNG_ALPHA_PREMULTIPLIED to support older versions of libpngKonstantin Käfer2015-08-041-0/+5
* support cURL versions older than 7.21.6Konstantin Käfer2015-08-041-0/+4
* don't use certain STL functionsKonstantin Käfer2015-08-044-4/+9
* s/AssetContext/AssetContextBase/Bruno de Oliveira Abinader2015-07-282-6/+6
* s/HTTPContext/HTTPContextBase/Bruno de Oliveira Abinader2015-07-281-4/+4
* Replaced 'override' with 'final' for non-public interfacesBruno de Oliveira Abinader2015-07-283-5/+5
* Created HTTPRequestBase as base for HTTP requestsBruno de Oliveira Abinader2015-07-281-28/+27
* Moved ResponseStatus to its own headerBruno de Oliveira Abinader2015-07-281-20/+1
* Avoid nudging transitions if a gesture is in progress #2Bruno de Oliveira Abinader2015-07-271-1/+4
* GLFW port now uses nudgeTransitions()Bruno de Oliveira Abinader2015-07-201-1/+2
* Re-enable the Satellite style on the Linux/OSX appThiago Marcos P. Santos2015-07-141-1/+2
* Make one arg ctors explicitThiago Marcos P. Santos2015-07-113-3/+3
* Remove unused function: elapsed()Thiago Marcos P. Santos2015-07-111-2/+0
* Remove unused function: uv_zip_open()Thiago Marcos P. Santos2015-07-112-27/+0
* add ability to add random custom markers to test appKonstantin Käfer2015-07-081-0/+47
* compress_png: void* => const void*Konstantin Käfer2015-07-081-1/+1
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-082-39/+66
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-062-4/+2
* Simplify RunLoopJohn Firebaugh2015-07-012-6/+6
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-011-2/+2
* Use array of structs rather than parallel arrays for annotationsJohn Firebaugh2015-06-291-10/+8
* drive map rendering from main threadKonstantin Käfer2015-06-262-4/+16
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-1/+1
* Support shape annotations on GLFWViewThiago Marcos P. Santos2015-06-181-7/+66
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-151-4/+5
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-111-5/+4
* press 1 through 6 to add 10^(n-1) points in the current viewportKonstantin Käfer2015-06-091-2/+35
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-287-30/+26
|\
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-267-30/+26