Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test] allow only a single shared display to avoid egl errors | Ivo van Dongen | 2017-07-18 | 6 | -7/+7 |
| | |||||
* | [core] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 6 | -6/+6 |
| | |||||
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 6 | -36/+72 |
| | |||||
* | [core] split backend from mapobserver | Ivo van Dongen | 2017-07-18 | 6 | -7/+7 |
| | |||||
* | [test] Added API.ZoomHistory | Bruno de Oliveira Abinader | 2017-07-04 | 1 | -0/+62 |
| | |||||
* | [test] Use test::checkImage in API.RepeatedRender | Bruno de Oliveira Abinader | 2017-07-04 | 1 | -9/+5 |
| | |||||
* | [core] Move setStyleJSON/URL to Style; add Map::setStyle | John Firebaugh | 2017-06-22 | 5 | -30/+33 |
| | |||||
* | [all] Promote Style to public API | John Firebaugh | 2017-06-22 | 2 | -3/+5 |
| | |||||
* | [core] Implement "smart setStyle" | John Firebaugh | 2017-06-15 | 1 | -28/+0 |
| | |||||
* | [core] Fix several bugs in AnnotationManager | John Firebaugh | 2017-06-05 | 1 | -0/+6 |
| | |||||
* | [tests] Add test for calling addAnnotationImage with an existing ID | John Firebaugh | 2017-05-26 | 1 | -2/+18 |
| | |||||
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 2 | -15/+15 |
| | | | | More like Source and Layer. | ||||
* | [core] Remove StyleSourcedAnnotation support | John Firebaugh | 2017-05-10 | 1 | -10/+0 |
| | | | | The functionality this provided has been subsumed by the runtime styling API. | ||||
* | [all] Push querySourceFeatures back out to Map | John Firebaugh | 2017-05-02 | 1 | -7/+7 |
| | | | | Once Source and RendererSource are split, Source will no longer have access to tiles. | ||||
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 2 | -20/+18 |
| | | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr | ||||
* | [android] use AAssetManager instead of libzip | Konstantin Käfer | 2017-04-24 | 3 | -19/+0 |
| | |||||
* | [core] Ensure that a BackendScope exists when doing GL calls | Konstantin Käfer | 2017-03-23 | 6 | -0/+13 |
| | |||||
* | [test] Fix polygon construction to compile with clang 3.9.x | Dane Springmeyer | 2017-03-09 | 1 | -9/+9 |
| | |||||
* | [core] query source features | Ivo van Dongen | 2017-03-09 | 1 | -0/+41 |
| | |||||
* | [core] Add support for queryRenderedFeatures filter | Asheem Mamoowala | 2017-03-04 | 2 | -6/+25 |
| | |||||
* | [core] private OffscreenView implementation | Konstantin Käfer | 2017-02-27 | 6 | -10/+10 |
| | |||||
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 1 | -7/+7 |
| | |||||
* | [core] Assert valid range for color components | John Firebaugh | 2016-11-29 | 1 | -16/+16 |
| | |||||
* | [build] upgrade to variant 1.1.4 and dependencies | Konstantin Käfer | 2016-11-28 | 1 | -2/+2 |
| | |||||
* | [build] move headless rendering files to platform/default | Konstantin Käfer | 2016-11-22 | 6 | -12/+12 |
| | |||||
* | [build] move default ThreadPool implementation to platform/default | Konstantin Käfer | 2016-11-22 | 6 | -6/+6 |
| | |||||
* | [test] Check all zoom levels in Annotations.SymbolAnnotation | Bruno de Oliveira Abinader | 2016-11-18 | 1 | -8/+5 |
| | |||||
* | [test] Use shared headless display | Bruno de Oliveira Abinader | 2016-11-17 | 6 | -14/+17 |
| | | | | Prevents some OpenGL implementations from bailing out. | ||||
* | [core] don't assign clip IDs to tiles that aren't rendered | Konstantin Käfer | 2016-11-08 | 1 | -0/+29 |
| | |||||
* | Revert "[core] Don't use GL_LINEAR if panning w/o rotation nor pitch" | Bruno de Oliveira Abinader | 2016-11-01 | 1 | -16/+0 |
| | | | | This reverts commit a70bfd89108cf1aef75181819ae43e550a69255e. | ||||
* | [core] Don't use GL_LINEAR if panning w/o rotation nor pitch | Bruno de Oliveira Abinader | 2016-10-31 | 1 | -0/+16 |
| | |||||
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 6 | -23/+23 |
| | |||||
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 6 | -49/+47 |
| | |||||
* | [core] separate Backend from View for headless rendering | Konstantin Käfer | 2016-10-25 | 6 | -28/+29 |
| | |||||
* | [core] [node] pass thread pool impl to Map constructor | Mike Morris | 2016-10-20 | 6 | -9/+26 |
| | | | | | | | Updates mbgl::Map constructor usage everywhere Adds NodeThreadPool implementation using AsyncQueue to call Nan::AsyncQueueWorker from main thread | ||||
* | [core] Fix SymbolAnnotation coordinate system conversions | Bruno de Oliveira Abinader | 2016-10-19 | 1 | -10/+19 |
| | |||||
* | [core] Skip duplicated IDs when querying point annotations | Bruno de Oliveira Abinader | 2016-10-12 | 1 | -0/+10 |
| | |||||
* | [test] Added Annotations.VisibleFeatures test | Bruno de Oliveira Abinader | 2016-10-11 | 1 | -0/+32 |
| | | | | | This provides a means of testing cases where an updated geometry tile would return wrong results for `queryRenderedFeatures`. | ||||
* | [core] Ignore placement for symbol annotations | Bruno de Oliveira Abinader | 2016-10-11 | 1 | -0/+25 |
| | |||||
* | [tests] Add unit tests for query features fiters | Thiago Marcos P. Santos | 2016-10-05 | 1 | -0/+62 |
| | |||||
* | [test] add .test.cpp suffix to test case files | Konstantin Käfer | 2016-09-28 | 5 | -0/+0 |
| | |||||
* | [core] Fix updates of line and fill annotations | John Firebaugh | 2016-08-29 | 1 | -0/+68 |
| | |||||
* | [tests] Merge single test in set_style.cpp with other Map tests | John Firebaugh | 2016-08-23 | 1 | -33/+0 |
| | |||||
* | [core] set correct depth values for CustomLayer so compositing works | Konstantin Käfer | 2016-08-22 | 1 | -11/+34 |
| | |||||
* | [tests] Include what we use | Thiago Marcos P. Santos | 2016-08-22 | 1 | -0/+1 |
| | |||||
* | [tests] Add tests for shape overlays crossing the antimeridian | Jesse Bounds | 2016-08-19 | 1 | -0/+42 |
| | | | | | | | | | | | | | | | | This adds two tests: AntimeridianAnnotationSmall: Test that a shape that is represented with +-180 longitudinal values is drawn spanning the antimeridian. In other words, it is rendered as a "small" shape as opposed to one that spans around the world to reach the other side of the antimeridian. This test is currently failing at the time of this commit. AntimeridianAnnotationLarge: Test that a shape that is represented with points that do not cross the +-180 boundary is rendered as a "large" shape. In other words, it is rendered by wrapping around the world to reach the other side of the meridian. This test is currently passing at the time of this commit. | ||||
* | [core] Compare unsigned int to unsigned int to pass tidy check (#5986) | Jesse Bounds | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ ↵ | Minh Nguyễn | 2016-08-12 | 1 | -0/+8 |
| | | | | | | | queryPointAnnotations() (#5165) queryPointAnnotations() accepts a screen rectangle instead of a geographic bounding box, so marker hit testing works at the edges of a rotated, tilted map view. Fixes #5151. | ||||
* | [build] unify naming of Makefile targets | Konstantin Käfer | 2016-08-05 | 1 | -0/+1 |
| | | | | | `make foo` just builds `make run-foo` builds and runs | ||||
* | [core] Fixed test build errorsmacos-v0.2.1macos-0.2.1 | Minh Nguyễn | 2016-07-19 | 1 | -15/+0 |
| | | | | Missed this bad merge from #5729. |