summaryrefslogtreecommitdiff
path: root/platform/glfw/glfw_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Add custom source to glfw-appAlexander Shalamov2019-05-031-0/+51
* [core] Introduce resetCache APISudarsana Babu Nagineni2019-04-291-0/+4
* [core] refactor RendererBackendKonstantin Käfer2019-04-051-32/+9
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-051-2/+2
* [core] Add interface to change the orientation through MapOptionsSudarsana Babu Nagineni2019-03-281-1/+1
* [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] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-1/+1
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-4/+4
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-4/+6
* [core] Added Map::pitchBy()Bruno de Oliveira Abinader2019-03-041-1/+1
* [core] Added Map::scaleBy()Bruno de Oliveira Abinader2019-03-041-3/+3
* [glfw] Add bounds exampleBruno de Oliveira Abinader2019-02-261-0/+40
* [glfw] Use jumpTo() in the route demoBruno de Oliveira Abinader2018-11-271-7/+7
* [build] allow WITH_EGL for macOS as well (SwiftShader) and enable EGL for GLFWKonstantin Käfer2018-08-271-2/+8
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-3/+3
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-201-3/+3
* [glfw] Use Map::moveBy in GLFWView::onMouseMoveBruno de Oliveira Abinader2018-07-091-5/+3
* [glfw] Update route demo to use expressions DSLBruno de Oliveira Abinader2018-07-031-1/+1
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-27/+14
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-1/+1
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-1/+8
* [glfw] add animated annotations to glfw app for debuggingAnsis Brammanis2018-01-111-0/+27
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-291-1/+1
* [glfw] Save/Restore online status of DefaultFileSourceKonstantin Käfer2017-09-221-0/+4
* [glfw] manage backendscope in renderer frontendIvo van Dongen2017-07-251-1/+0
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-181-1/+1
* [glfw] rendering interface changesIvo van Dongen2017-07-181-5/+11
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-3/+4
* [glfw] Added extrusions (E) and route (R) shortcutsBruno de Oliveira Abinader2017-06-141-1/+90
* [core] Added Backend::{assume,set}ViewportBruno de Oliveira Abinader2017-06-131-2/+2
* [glfw] Assume implicit backend in GLFWView::onFramebufferResizeBruno de Oliveira Abinader2017-06-081-0/+2
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-4/+4
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-11/+0
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-6/+6
* [build] Suppress GLFW redefining GLAPIENTRY errorBruno de Oliveira Abinader2017-05-091-0/+7
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-5/+5
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-6/+6
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-3/+3
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-1/+1
* [core] Privatize gl/gl.hppKonstantin Käfer2017-03-281-10/+10
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-10/+5
* [glfw] Remove GL state restorationKonstantin Käfer2017-03-281-26/+10
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-231-1/+1
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-3/+4
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+2
* [glfw] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-10/+0
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-281-2/+2
* [glfw] Make P pause/resume the network threadThiago Marcos P. Santos2017-02-251-2/+6
* [glfw] Fix viewport not being resizedThiago Marcos P. Santos2017-02-131-0/+1