summaryrefslogtreecommitdiff
path: root/platform/glfw
Commit message (Expand)AuthorAgeFilesLines
* Add camera demo to the glfw appMikko Pulkki2020-05-022-1/+60
* Introduce a mean to add render features in layers with no sourcesGali Nelle2020-04-171-0/+5
* [glfw] Fix clang-10 buildThiago Marcos P. Santos2020-04-171-3/+3
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-171-9/+5
* Fix LocationIndicator LayerGali Nelle2020-04-101-4/+4
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-3/+4
* Add LocationIndicatorLayerGali Nelle2020-04-086-1/+130
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-302-2/+3
* [core] Fix google-explicit-constructor errorsThiago Marcos P. Santos2020-03-302-5/+4
* [build] Use cheap-ruler-cpp provided via mapbox-baseBruno de Oliveira Abinader2020-03-271-3/+1
* [core] Fix modernize-use-override errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-231-1/+2
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-232-6/+7
* [glfw] Add OpenGL files only when the flag is enabledJuha Alanen2020-03-121-2/+14
* [glfw] Use simplified Snapshotter APIAlexander Shalamov2020-03-052-32/+48
* [glfw] Add snapshotter to glfw test appAlexander Shalamov2020-03-054-52/+114
* [core] FileSourceManager::getFileSource() returns PassRefPtrMikhail Pozdnyakov2020-02-261-4/+4
* [glfw] Add option to test pitch boundsJuha Alanen2020-02-261-0/+13
* [build] Move the `next` buildsystem to the rootThiago Marcos P. Santos2020-02-071-0/+44
* [core] Pass std::shared_ptr<UpdateParameters> to the render orchestratorMikhail Pozdnyakov2020-01-221-1/+1
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-13/+31
* [glfw] TestOperation -> TestOperationSerializerMikhail Pozdnyakov2019-12-132-8/+8
* [glfw] Add static render test creatorThiago Marcos P. Santos2019-12-095-6/+249
* [core] Remove Map::cycleDebugOptionsBruno de Oliveira Abinader2019-12-042-1/+26
* [glfw] Fix map not resizing on LinuxThiago Marcos P. Santos2019-11-291-1/+1
* [core] Fix MapSnapshotter build failure on WindowsAnder Conselvan de Oliveira2019-11-131-6/+5
* [build] Fix clang format and tidy checksJuha Alanen2019-09-182-31/+34
* [glfw] Add feature state supportJuha Alanen2019-09-182-0/+82
* [glfw] Reduce memory use when window loses focusMikhail Pozdnyakov2019-07-092-0/+9
* [core] Rename resetCache to resetDatabaseThiago Marcos P. Santos2019-06-183-4/+4
* [core] remove platform::show(Color)?DebugImageKonstantin Käfer2019-05-281-75/+0
* [core] refactor program object creationKonstantin Käfer2019-05-285-3/+29
* [core] add gfx::CommandEncoder::present()Konstantin Käfer2019-05-153-14/+20
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-4/+3
* [core] Add custom source to glfw-appAlexander Shalamov2019-05-032-0/+52
* [core] Introduce resetCache APISudarsana Babu Nagineni2019-04-293-0/+18
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-051-1/+2
* [core] refactor RendererBackendKonstantin Käfer2019-04-057-47/+144
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-052-3/+4
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-1/+6
* [glfw] Remove unused map objectSudarsana Babu Nagineni2019-04-011-2/+0
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-1/+5
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-1/+1
* [core] Add interface to change the orientation through MapOptionsSudarsana Babu Nagineni2019-03-281-1/+1
* [core] Bump args to 6.2.2 (does not use RTTI)Bruno de Oliveira Abinader2019-03-251-1/+1
* [core] Replace shared_ptr with unique_ptr in {Map,Resource}OptionsBruno de Oliveira Abinader2019-03-221-3/+5
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-14/+13
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-1/+1
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-141-21/+19
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-1/+1