summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] - rework instrumentation testsupstream/tvn-instrumentation-test-reworkTobrun Van Nuland2017-04-0532-1120/+1059
|
* [android] - apply mix/max zoom xml attributes (#8631)Tobrun2017-04-051-0/+2
|
* Slightly move center of text-font/chinese test to avoid render errorsChris Loer2017-04-041-0/+0
| | | | presumed to stem from issue #6863.
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-0430-659/+857
| | | | | | | | | | | | - Expose glyph and icon information to workers via message interface. - Glyph/SpriteAtlas track which tiles have outstanding requests and send messages to them when glyphs/icons become available. - Remove obsolete "updateSymbolDependentTiles" pathway - Symbol preparation for a tile now depends on all glyphs becoming available before it can start. - Start tracking individual icons needed for a tile, although we don't do anything with the information yet. - Introduce typedef for GlyphID
* [core] fix equality operator on ColorKonstantin Käfer2017-04-041-1/+1
|
* [core] fixup stale constants references in test fixturesIvo van Dongen2017-04-043-9/+5
|
* [core] return empty optional when color could not be parsedIvo van Dongen2017-04-044-19/+27
|
* Show zoom level in window's title barEimantas Vaiciunas2017-04-032-7/+15
|
* Fix edge case in composite function interpolation (#8613)Anand Thakker2017-04-033-1/+55
| | | | | | | | | | | | | | | | This fixes a bug where, for a zoom value greater than that of the highest zoom stop, composite function interpolation would return nan. (Blocking a render test over in #8593) * Add failing tests for composite function edge case The failing cases here are: - Should interpolate before the first stop - Should interpolate past the last stop * Fix edge case in composite function interpolation * Hold functions constant outside stop-defined domain
* [core] Add another explanatory comment to PaintPropertyBinderJohn Firebaugh2017-04-031-0/+31
|
* [core] Remove unused ThreadLocal constructorJohn Firebaugh2017-04-031-5/+0
|
* [build] Add Android Release build on Circle CIKonstantin Käfer2017-04-031-0/+84
|
* [android] Fix implicit geometry conversions for NDK r13bKonstantin Käfer2017-04-033-2/+30
|
* [core] Do not throw on dtorsThiago Marcos P. Santos2017-04-012-2/+5
| | | | Fix build on GCC6 + Ubuntu 16.04.
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-3111-38/+89
|
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-3111-23/+158
|
* [core] Pass fully-evaluated layout properties to SymbolInstance and quad methodsJohn Firebaugh2017-03-316-19/+19
|
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-3114-42/+84
|
* [android] - transition options for layer properties (#8509)Tobrun2017-03-3137-24/+2547
| | | | | [android] fixup highlevel bindings for transition options finish integration
* [android] - update getting started and distribution docs (#8412)Tobrun2017-03-314-160/+88
| | | | | | * [android] - update project documentation * add linux instructions
* [core] Value stored to 'format' is never read in Context::drawPixelsBruno de Oliveira Abinader2017-03-311-1/+1
| | | | Captured via clang-analyzer-deadcode.DeadStores.
* [android] - disable requiring supported languages for test applications (#8597)Tobrun2017-03-312-0/+5
|
* update test documentation adding how to run firebase tests within android ↵Pablo Guardiola2017-03-307-80/+117
| | | | studio (#8566)
* [ios] Localized map view proxy accessibility hintMinh Nguyễn2017-03-302-4/+6
|
* [android] - Transifex intregration and Dutch translations. (#8556)Tobrun2017-03-304-1/+40
| | | add Catalan translations
* [android] resource transform callback exampleIvo van Dongen2017-03-303-0/+119
|
* [android] allow resetting of resource transform callbackIvo van Dongen2017-03-301-2/+2
|
* [android] execute resource transform callback on the right threadIvo van Dongen2017-03-301-3/+3
|
* [android] - fixup location permissions in test app pre Android Marshmallow ↵Tobrun2017-03-301-1/+10
| | | | (#8559)
* [android] - Update CircleLayerActivity with style switching. (#8274)Tobrun2017-03-302-72/+170
|
* [android] - transition options in milliseconds, added test cases, fixup test ↵Tobrun2017-03-305-14/+47
| | | | activity code (#8576)
* [android] - consitent use of ms unit for time in java code, unit conversion ↵Tobrun2017-03-302-10/+4
| | | | always happens in cpp code (#8578)
* [❤️] Create .topissuesrc (#8568)Lucas Wojciechowski2017-03-301-0/+17
| | | | | | * Create .topissuesrc * Update .topissuesrc
* RIP, @mention-botJohn Firebaugh2017-03-291-5/+0
|
* [build] generate .xcconfig files with configure_fileKonstantin Käfer2017-03-287-22/+25
| | | | We previously used incremental `file(WRITE ...)` commands that gradually recreated the file on every CMake invocation. This sometimes lead to Xcode parsing a partially written file, which in turn breaks building dependend targets. Instead, we're now using a templated configuration file, which ensure that the file is created in one go and hopefully reduces the race condition between CMake and Xcode's automatic project updating.
* [build] don't advertise headers that aren't used in public headersKonstantin Käfer2017-03-287-7/+7
|
* [core] check null data in query source featuresIvo van Dongen2017-03-282-0/+14
|
* [core] implement dds for text-offsetMolly Lloyd2017-03-2812-24/+105
|
* [core] Update mapbox-gl-js submoduleJohn Firebaugh2017-03-289-27/+27
| | | | Includes lowp ⇢ highp fix for shader color attributes / uniforms.
* [node] fix node bindings :bug:Molly Lloyd2017-03-281-1/+1
|
* [android] geojson source - add conversion testsIvo van Dongen2017-03-2810-0/+457
|
* [android] add option to set geometry and feature on geojson sourceIvo van Dongen2017-03-283-0/+96
|
* [android] geojson conversion optimisationIvo van Dongen2017-03-2847-134/+1266
|
* [core] Privatize gl/gl.hppKonstantin Käfer2017-03-285-14/+13
|
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-2817-67/+103
|
* [android] Move SDK files to separate targetKonstantin Käfer2017-03-282-182/+172
|
* [android] Remove public usage of private util/thread.hpp headerKonstantin Käfer2017-03-282-1/+2
|
* [node] Move util/async_task.hpp to public include directoryKonstantin Käfer2017-03-282-1/+1
|
* [glfw] Remove GL state restorationKonstantin Käfer2017-03-283-69/+10
| | | | We're doing all of this in our own context anyway, so no need to restore the state
* [core] Remove private header includes from CLI utilitiesKonstantin Käfer2017-03-287-44/+8
|