summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] util::wrap(): std::fmod is not losslessupstream/bruno-util-wrap-losslessBruno de Oliveira Abinader2019-03-052-80/+89
|
* [build, ios] Replace 'nightly' build with snapshotJason Wray2019-03-057-52/+55
|
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-0514-147/+984
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial additions of activation builder * [android] refactoring LocationComponentActivationOptions based on code review * [android] initial addition of LocationComponentActivationOptionsTest unit tests * [android] more refactoring based on code review * [android] refactoring test app location examples * [android] espresso test refactor with LocationComponentActivationOptions usage * [android] locationComponent builder instrumentation test tweaks and log removal * [android] method and docs refactoring based @lukaspaczos 's review * [android] locationEngine setting logic refactor * [android] add null locationEngine to stillStaleAfterResuming test * added .locationEngine(null) to other tests * [android] javadocs, method, and test adjustments based on @lukaspaczos review * [android] test tweaks based on Lukasz review
* [ios] Mute warnings about OpenGL deprecation. (#14019)Julian Rex2019-03-051-0/+3
|
* Skip failing render testsMikhail Pozdnyakov2019-03-051-1/+5
|
* [scripts] Disable unsupported style spec featuresMikhail Pozdnyakov2019-03-051-0/+3
|
* update shadersMolly Lloyd2019-03-0512-448/+456
|
* remove unused dem memoryMolly Lloyd2019-03-054-31/+22
|
* [build, darwin] Disable Xcode indexing-while-compiling on CIJason Wray2019-03-045-8/+40
|
* [qt] Also use the base API URL as key for sharing the cache.Thiago Marcos P. Santos2019-03-041-2/+3
| | | | | Otherwise we will have a URL pointing to different servers and potentially different data.
* [android] added areAllGesturesEnabled() method and test (#14022)Langston Smith2019-03-042-0/+27
|
* [core] Organize Map::{move,pitch,scale,rotate}ByBruno de Oliveira Abinader2019-03-042-29/+13
|
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-0410-47/+31
|
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-0437-135/+151
|
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-049-59/+50
|
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-047-34/+20
|
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-0419-131/+112
|
* [core] Added Map::pitchBy()Bruno de Oliveira Abinader2019-03-046-2/+17
|
* [core] Added Map::scaleBy()Bruno de Oliveira Abinader2019-03-044-4/+10
|
* [qt] Cleanup QMapboxGL::coordinateZoomForBounds()Bruno de Oliveira Abinader2019-03-041-14/+1
|
* [android] verify no native method is called when saving stateŁukasz Paczos2019-03-043-18/+14
|
* [android] add plural style builder methodsŁukasz Paczos2019-03-042-0/+200
|
* [ios] CADisplayLink method now takes a parameter as required. (#14018)Julian Rex2019-03-013-6/+19
|
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-0127-110/+126
|
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-0126-147/+192
|
* [core] remove special casing in code genKonstantin Käfer2019-03-011-1/+1
|
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-0130-123/+140
|
* [core] move GL enum conversions to separate fileKonstantin Käfer2019-03-019-133/+173
|
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-0117-115/+135
|
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-0149-126/+141
|
* [core] include what you useKonstantin Käfer2019-03-018-9/+9
|
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-0151-459/+393
|
* [core] rename gl::AttributeType to gl::Attribute to free up the nameKonstantin Käfer2019-03-014-29/+29
|
* [core] disallow subtyping of gl::Attributes<> and use type aliases insteadKonstantin Käfer2019-03-0110-82/+79
|
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-0128-150/+179
|
* [core] remove Tag from gl::UniformKonstantin Käfer2019-03-012-11/+11
|
* [core] peer must not wrap itselfMikhail Pozdnyakov2019-02-281-1/+3
|
* [core] Simplify util::peerMikhail Pozdnyakov2019-02-283-115/+31
| | | | Remove custom vtable, base implementation on `std::unique_ptr`.
* [ios] Release ios-v4.9.0upstream/friedbunny-ios-v4.9.0Jason Wray2019-02-273-3/+3
|
* [ios] Update changelog for ios-v4.9.0Jason Wray2019-02-271-2/+5
|
* [android] Update to changelog with stable 7.2.0 changes (#14003)Langston Smith2019-02-271-1/+5
| | | | | | * [android] update to changelog with final 7.2.0 changes * Removed relinker
* [android] Android README link and writing updates (#13995)Langston Smith2019-02-271-5/+11
|
* [core] Move Map::Impl to its own def/impl filesBruno de Oliveira Abinader2019-02-275-213/+249
|
* [qt] Share the same file source only if using the same access tokenThiago Marcos P. Santos2019-02-271-13/+14
| | | | | If access tokens are different, we cannot share the file source, because it will override the previously set access token.
* [ios] Make PingFang as the default local font family for GCJ glyphs(#13988)Lloyd Sheng2019-02-273-4/+6
| | | | | | * Make PingFang as the default local font family * Add a changelog
* [ios, build] Trigger automated site and docs generation during releasesJason Wray2019-02-262-0/+35
|
* [ios, build] Only install packaging dependencies if not installedJason Wray2019-02-261-1/+8
|
* [glfw] Add bounds exampleBruno de Oliveira Abinader2019-02-261-0/+40
|
* [core] Use unwrapped longitude for bounds checkBruno de Oliveira Abinader2019-02-265-54/+212
|
* [core] Ensure 'isPanning' is true when panning a full roundBruno de Oliveira Abinader2019-02-262-1/+18
|