Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [build] Updated test-suite | Bruno de Oliveira Abinader | 2016-11-17 | 1 | -1/+1 | |
| | ||||||
* | node-v3.4.2node-v3.4.2 | Mike Morris | 2016-11-15 | 1 | -1/+1 | |
| | ||||||
* | [build] Added nan@2.4.0 dependency | Bruno de Oliveira Abinader | 2016-11-15 | 1 | -1/+2 | |
| | ||||||
* | [core] Line-break ideographic text by character (#6828) | Minh Nguyễn | 2016-11-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | * [core] Line-break ideographic text by character Allow a line break to be inserted after any supported Chinese, Japanese, or Yi character in a point-placed label. Balance the lines unless non-ideographic text such as Latin letters are present. Fixes #1223. * [core] Moved more character classing into util::i18n * [core] Detect character properties by Unicode block * [test] Reenabled ideographic breaking tests | |||||
* | [android] Update GLSL + ensure binding to OpenGL ES 2.0 | Bruno de Oliveira Abinader | 2016-11-14 | 1 | -1/+1 | |
| | ||||||
* | [core] symbol layer - recalculate style on icon/text size changes | Ivo van Dongen | 2016-11-11 | 1 | -1/+1 | |
| | ||||||
* | node-v3.4.1node-v3.4.1 | Mike Morris | 2016-11-10 | 1 | -1/+1 | |
| | ||||||
* | update to mapbox-gl-shaders with vertex/fragment preludes (#6971) | Vladimir Agafonkin | 2016-11-08 | 1 | -1/+1 | |
| | ||||||
* | [tests] Update test-suite | John Firebaugh | 2016-11-07 | 1 | -1/+1 | |
| | ||||||
* | [core] Separate pathway for notifying workers of new images/glyphs | John Firebaugh | 2016-11-07 | 1 | -1/+1 | |
| | ||||||
* | node-v3.4.0 | Mike Morris | 2016-11-04 | 1 | -1/+1 | |
| | ||||||
* | [build] Update -test-suite | Bruno de Oliveira Abinader | 2016-11-04 | 1 | -1/+1 | |
| | ||||||
* | [test] Update mapbox-gl-test-suite hash | Bruno de Oliveira Abinader | 2016-10-25 | 1 | -1/+1 | |
| | | | | Now testing 'query-tests/symbol-features-in/pitched-screen'. | |||||
* | [android] add lodash to devDependencies in package.json | Mike Morris | 2016-10-17 | 1 | -0/+1 | |
| | ||||||
* | [tests] Get test-suite back on master branch (#6661) | John Firebaugh | 2016-10-11 | 1 | -1/+1 | |
| | ||||||
* | [node] Added set{Bearing,Center} + updated -test-suite | Bruno de Oliveira Abinader | 2016-10-11 | 1 | -1/+1 | |
| | | | | | This gives the ability to pan and/or rotate the map in a posterior step after initial render for testing purposes. | |||||
* | Update mapbox-gl-shaders to 98a56d | John Firebaugh | 2016-10-10 | 1 | -1/+1 | |
| | ||||||
* | update style generation code for new style spec enum values docs (#6508) | Justin R. Miller | 2016-09-30 | 1 | -1/+1 | |
| | | | | | | Documentation for enum values landed in mapbox/mapbox-gl-style-spec#510. This updates Android, iOS, and macOS documentation code gen scripts to capitalize on them. | |||||
* | clarify circle color as fill (#6447) | Justin R. Miller | 2016-09-23 | 1 | -1/+1 | |
| | ||||||
* | [tests] Update test-suite | John Firebaugh | 2016-09-23 | 1 | -1/+1 | |
| | ||||||
* | [core] Don't use depth test unless text is pitch-aligned to map (#6404) | Young Hahn | 2016-09-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | * [core, ios, android] Use `auto` value for properties with calculated defaults * Fix render tests * [core] Don't use depth test unless text is pitch-aligned to map. * Bump mapbox-gl-test-suite * TransformState pitch is already in radians * Reduce setDepthSublayer calls * Bump test suite | |||||
* | Better handling for undefined icon|text-rotation-alignment (#6253) | Young Hahn | 2016-09-21 | 1 | -2/+2 | |
| | | | | | | * [core, ios, android] Use `auto` value for properties with calculated defaults * Fix render tests | |||||
* | node-v3.3.3node-v3.3.3 | Mike Morris | 2016-09-06 | 1 | -1/+1 | |
| | ||||||
* | [node] switch to NodeRequest member fn callback | Thiago Marcos P. Santos | 2016-09-06 | 1 | -1/+1 | |
| | | | | | | | | | For (hopefully) better performance than creating a new v8::Context to wrap each callback while still avoiding leaking memory with v8::FunctionTemplate. Adds a JavaScript shim in front of module.exports.Map to wrap the req.respond API internally and preserve the public callback-passing API, while still exporting the correct prototype. | |||||
* | [core] Observe visibility changes | John Firebaugh | 2016-09-06 | 1 | -1/+1 | |
| | ||||||
* | [core] Trigger Source::Impl::reload when a filter or layout property is modified | John Firebaugh | 2016-09-06 | 1 | -1/+1 | |
| | ||||||
* | [build] Re-enable 'circle-radius/antimeridian' @ test suite | Bruno de Oliveira Abinader | 2016-08-19 | 1 | -1/+1 | |
| | ||||||
* | [build] convert build-shaders script from Python to Node.js | Konstantin Käfer | 2016-08-16 | 1 | -0/+1 | |
| | ||||||
* | [core] support "scheme": "tms" in TileJSON files | Konstantin Käfer | 2016-08-16 | 1 | -1/+1 | |
| | ||||||
* | CJK overflow - update to match gl-shader (#5908) | Amy Lee Walton | 2016-08-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update vertex array ushorts * update atlas size * testing latest cjk test-suite branch * update shader ref * update shaders * update icon buffer * shaders * updated tests * buffer fix * updated make tests * annotation expected updates * final push * final fonts * a_data1 removal * remove cjk-mixed test * hiring threshold for cjk-chinese * update to new test suite * Rename a_data2 to a_data in sdf and icon shaders * update test-suite sha | |||||
* | [node] don't override BUILDTYPE in npm install | Mike Morris | 2016-08-05 | 1 | -1/+1 | |
| | ||||||
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 1 | -3/+2 | |
| | | | | This is very much a work in progress. | |||||
* | [tests] Update test-suite | Thiago Marcos P. Santos | 2016-08-03 | 1 | -1/+1 | |
| | ||||||
* | node-v3.3.2node-v3.3.2 | Mike Morris | 2016-08-01 | 1 | -1/+1 | |
| | ||||||
* | node-v3.3.1node-v3.3.1 | Mike Morris | 2016-07-29 | 1 | -1/+1 | |
| | ||||||
* | GeoJSON point clustering (#5724) | Vladimir Agafonkin | 2016-07-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | * add supercluster dependency * prepare GeoJSONTile for Supercluster * prepare GeoJSONSource for accepting options * try removing mbgl::GeoJSON * fix setGeoJSON types * add GeoJSONSource getURL * add geojson to include path * add Supercluster index in GeoJSONSource * fix GeoJSONSource getZoomRange * bring back mbgl::GeoJSON header * fix tidy warnings hopefully * try test-suite with enabled cluster test * fix formatting in clustering-related files | |||||
* | [node] Fix integer conversion of filter values | Carol Hansen | 2016-07-22 | 1 | -1/+1 | |
| | ||||||
* | node-v3.3.0node-v3.3.0 | Mike Morris | 2016-07-14 | 1 | -1/+1 | |
| | ||||||
* | [node] move memory growth test into separate npm script | Mike Morris | 2016-07-14 | 1 | -0/+1 | |
| | | | | webp support in memory test | |||||
* | [node] Added 'removeLayer' binding | Bruno de Oliveira Abinader | 2016-07-13 | 1 | -1/+1 | |
| | ||||||
* | [core] Add support for circle-pitch-scale | John Firebaugh | 2016-07-07 | 1 | -3/+3 | |
| | ||||||
* | [tests] Update test-suite | John Firebaugh | 2016-07-06 | 1 | -1/+1 | |
| | ||||||
* | [core] Re-close polygons after clipping with clipper | John Firebaugh | 2016-07-06 | 1 | -1/+1 | |
| | ||||||
* | [core] Update RasterShader | Bruno de Oliveira Abinader | 2016-07-02 | 1 | -1/+1 | |
| | | | | Ref: https://github.com/mapbox/mapbox-gl-shaders/issues/1 | |||||
* | [core] Fix overdraw mode on Linux | Bruno de Oliveira Abinader | 2016-07-01 | 1 | -1/+1 | |
| | | | | | | | | | | - Use glBindAttribLocation for GLSL attributes. - Create a separate shader for each shader that supports overdraw. Needed because each uniform location must be known for every program. - Create a separate VAO for each shader inside buckets. Needed because we can only bind a VAO to a specific shader. Fixes #5435. | |||||
* | [core, node] Implement bindings for addSource | John Firebaugh | 2016-06-24 | 1 | -1/+1 | |
| | ||||||
* | [core, node] Implement bindings for addLayer | John Firebaugh | 2016-06-24 | 1 | -1/+1 | |
| | ||||||
* | [build] Bump mapbox-gl-test-suite@9a7de2fb72607be6ffa0040bf3d84651719a45e3 | Bruno de Oliveira Abinader | 2016-06-22 | 1 | -1/+1 | |
| | | | | Ignore 'debug/overdraw' until #5435 is fixed. | |||||
* | [core, node] Node bindings for setFilter | John Firebaugh | 2016-06-21 | 1 | -1/+1 | |
| | ||||||
* | [node] Support setLayoutProperty(..., "visibility", ...) | John Firebaugh | 2016-06-21 | 1 | -1/+1 | |
| |