summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] Use geojson as a header only libraryThiago Marcos P. Santos2016-09-284-1/+3
* [build] use git ls-files so we only include tracked filesKonstantin Käfer2016-09-282-2/+2
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-2860-59/+59
* [core] remove unused GL_TRACK functionsKonstantin Käfer2016-09-282-245/+0
* [core] Mark tracked state as dirty when the tracked object is destroyedJohn Firebaugh2016-09-282-0/+31
* 6402 update offline metadata android (#6456)Tobrun2016-09-289-31/+377
* [ios] Update changelog for annotation view fixJesse Bounds2016-09-271-0/+1
* [ios] Always show annotation view even when view reuse is not usedJesse Bounds2016-09-271-1/+5
* [ios, macos] flesh out iOS runtime styling docs (#6466)Justin R. Miller2016-09-2716-15/+176
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-2776-580/+555
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-2742-342/+341
* [core] move GL value accessors to gl::value namespaceKonstantin Käfer2016-09-2711-140/+161
* [Qt] Header cleanup (#6477)Thiago Marcos P. Santos2016-09-2721-64/+71
* [android] - disable general purpose logging during transformation change (#6452)Tobrun2016-09-272-28/+1
* [core] add ability to render to offscreen texturesKonstantin Käfer2016-09-279-0/+245
* [core] Make sure textures have a scaling filter set after uploadKonstantin Käfer2016-09-272-13/+20
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-2715-36/+42
* [core] Allow retrieving texture ID and sizeKonstantin Käfer2016-09-272-3/+17
* [test] Show error message when expected file does not existKonstantin Käfer2016-09-271-2/+15
* [core] store viewport and FBO bindingKonstantin Käfer2016-09-277-4/+89
* [core, qt] Generalized source change notificationMinh Nguyễn2016-09-264-4/+4
* [core] Removed map attribution APIMinh Nguyễn2016-09-269-33/+16
* [core] Extract some GlyphRange-related constantsJohn Firebaugh2016-09-262-3/+6
* [core] Provide rationale for blocking queue while errors resolveJohn Firebaugh2016-09-261-0/+17
* [core] Don't allow OfflineDownload to flood the request queueJohn Firebaugh2016-09-264-80/+93
* [core] Avoid some copiesJohn Firebaugh2016-09-261-1/+1
* [core] Source-driven attributionMinh Nguyễn2016-09-2613-6/+103
* [core] Fix initialization race on util::mapbox::isMapboxURL (#6455)Thiago Marcos P. Santos2016-09-261-4/+8
* [Qt] Simplify QML exampleThiago Marcos P. Santos2016-09-261-374/+256
* [Qt] Implement QQuickMapboxGL::error{,String} propertiesBruno de Oliveira Abinader2016-09-262-12/+25
* [Qt] Replace remaining Mapbox-specific features as MapParameterBruno de Oliveira Abinader2016-09-264-66/+56
* [Qt] Update QML runtime style exampleBruno de Oliveira Abinader2016-09-269-275/+112
* [Qt] Added 'image' MapParameter typeBruno de Oliveira Abinader2016-09-263-1/+29
* [Qt] s/QQuickMapboxGL{Style,StyleProperty}/QQuickMapboxGLMapParameterBruno de Oliveira Abinader2016-09-2617-403/+538
* [Qt] Added QQuickMapboxGLMapParameterBruno de Oliveira Abinader2016-09-266-1/+136
* [Qt] Qt conversion toNumber() should accept QVariant::IntBruno de Oliveira Abinader2016-09-261-1/+1
* [Qt] Fix RVO warning in QMapbox::addAnnotationIconBruno de Oliveira Abinader2016-09-261-1/+1
* [Qt] QQuickMapboxGLRenderer is now a friend of QQuickMapboxGLBruno de Oliveira Abinader2016-09-264-92/+48
* [Qt] Move QMapboxGL::MapChange to QMapbox namespaceBruno de Oliveira Abinader2016-09-268-63/+66
* [core] Trigger Update::RecalculateStyle when toggling layer visibilityBruno de Oliveira Abinader2016-09-262-3/+16
* [core] Reuse Map::update()Bruno de Oliveira Abinader2016-09-261-4/+2
* [core] track VAOs and BuffersKonstantin Käfer2016-09-2626-123/+214
* [core] make GL value defaults constexprKonstantin Käfer2016-09-264-54/+54
* [ios, macos] Doc gen handles arrays as required property values (#6448)David Clark2016-09-241-5/+18
* clarify circle color as fill (#6447)Justin R. Miller2016-09-235-19/+19
* [ios, macos] Allow full hexadecimal colors in layer documentation (#6444)Minh Nguyễn2016-09-231-19/+8
* [node] fix bad conditional, actually run testsMike Morris2016-09-232-8/+7
* [tests] Update test-suiteJohn Firebaugh2016-09-231-1/+1
* [ios, android] add visual tests for fill, line, & numeric filter styling (#6433)Justin R. Miller2016-09-2310-9/+57125
* [Qt] Add a more compelling runtime style exampleThiago Marcos P. Santos2016-09-237-272/+1404