summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Review comments: Move lambdas to memeber methodsupstream/alexshalamov_text_section_exprAlexander Shalamov2019-03-042-47/+62
|
* Review comments: minor changes + formattedSection => formattedSectionIDAlexander Shalamov2019-03-049-20/+21
|
* [core] Add benchmark for style that uses text-section expressionAlexander Shalamov2019-03-042-0/+4008
|
* [core] Populate symbol layer paint properties for text sectionsAlexander Shalamov2019-03-044-95/+102
|
* [core] Assign formatted section index to quadsAlexander Shalamov2019-03-0412-34/+67
|
* [core] Add unit test for TaggedStringAlexander Shalamov2019-03-041-0/+17
|
* [core] Unit test for text-section compound expressionAlexander Shalamov2019-03-041-0/+14
|
* [core] Add ["text-section"] expressionAlexander Shalamov2019-03-0413-121/+240
| | | | | | New expression evaluates to formatted section id (string | number) that can be used within decision expressions, such as 'match' or 'case', so that each formatted section can have different paint properties.
* [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
|
* [build] Added package-lock.json to .gitignoreBruno de Oliveira Abinader2019-02-261-0/+3
|
* [build] More granular timestamps for binary metrics collectionNadia Barbosa2019-02-261-4/+3
|
* [android] clear singleton instance of Mapbox after running unit test suiteŁukasz Paczos2019-02-261-0/+16
|
* [android] run unit tests before building the libraryŁukasz Paczos2019-02-261-3/+3
|
* [android] replace remaining hardcoded delays with the idle eventŁukasz Paczos2019-02-264-16/+18
|
* [build] Publish Android/iOS binary sizes to S3Nadia Barbosa2019-02-254-24/+81
|
* [ios, macos] Expose MGLMapView OpenGL context to OpenGL style layersMinh Nguyễn2019-02-256-1/+28
| | | | Added a property to MGLOpenGLStyleLayer that contains the map view’s underlying OpenGL rendering context.
* [android] - make ReLinker default library loader, create library loader ↵tobrun2019-02-258-21/+95
| | | | provider for modularisation
* [core] remove DrawMode from VertexVector/BufferKonstantin Käfer2019-02-254-20/+11
|
* [core] Layer manager is responsible for buckets and layouts creationMikhail Pozdnyakov2019-02-2541-145/+131
| | | | This is a step to stop using of render layers in tile worker thread.
* [android] gl surfaceview renderer - only destroy context when destroying the ↵Ivo van Dongen2019-02-231-1/+21
| | | | mapview
* [android] re-create renderer on surface update after app backgrounding (in ↵Ivo van Dongen2019-02-232-2/+9
| | | | case egl context is preserved, but surface is not)
* [android] fix naming for re-open testsIvo van Dongen2019-02-232-12/+12
|
* [android] - add UiAutomator tests for testing clicking home and returning ↵tobrun2019-02-235-0/+157
| | | | with recent apps
* [android] - add missing package-info.java files to packages for javadoc ↵tobrun2019-02-226-1/+21
| | | | generation