summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* node-v3.4.0-pre.20node-v3.4.0-pre.20Mike Morris2016-11-011-1/+1
* [core] add more detail to invalid metrics error in createSpriteImageMike Morris2016-11-011-5/+28
* Revert "[core] Don't use GL_LINEAR if panning w/o rotation nor pitch"Bruno de Oliveira Abinader2016-11-015-17/+7
* [core] fix depth/stencil visualizationKonstantin Käfer2016-11-011-5/+17
* [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-017-14/+35
* [ios, macos] document custom API URL & add Info.plist guide (#6833)Justin R. Miller2016-10-317-2/+56
* updated directions example in testapp to v5 (#6843)Cameron Mace2016-10-311-11/+22
* [core] Cleanup TransformState::getIntegerZoomBruno de Oliveira Abinader2016-10-312-1/+24
* [core] Use numeric_limits<>::max() for checking element groupsBruno de Oliveira Abinader2016-10-319-42/+37
* [core] Moved util::log2 to its own headerBruno de Oliveira Abinader2016-10-3110-29/+43
* [core] Don't use GL_LINEAR if panning w/o rotation nor pitchBruno de Oliveira Abinader2016-10-315-7/+17
* [core] Use overscaledZ for scale in collision box shaderBruno de Oliveira Abinader2016-10-311-1/+2
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-3153-182/+742
* [android] - prevent null pointer when receiving connectivity change events wh...Tobrun2016-10-311-1/+1
* [core] Use VAOs internallyJohn Firebaugh2016-10-283-26/+79
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-2897-1851/+2227
* [core] operator bool() must always be explicitJohn Firebaugh2016-10-283-5/+13
* [core] Methods don't need to be Painter instance methodsJohn Firebaugh2016-10-282-32/+28
* [Qt] Fix viewport size for Linux on Qt5Bruno de Oliveira Abinader2016-10-281-8/+4
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-2772-431/+461
* [core] remove tiles for disabled sourcesKonstantin Käfer2016-10-273-6/+31
* [core] don't load tiles from sources that aren't usedKonstantin Käfer2016-10-272-3/+54
* [android] - Update to Android Studio 2.2.2 with tools/dependencies (#6390)Tobrun2016-10-266-24/+24
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-2576-1021/+911
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-2554-520/+774
* removed brew cask install android studio instruction (#6723)Cameron Mace2016-10-251-9/+2
* [android] - MarkerView is responsible for managing height and width of a Mark...Tobrun2016-10-252-15/+43
* [core] geojson source - cancel any pending request when setting geojson expli...Ivo van Dongen2016-10-252-3/+12
* [core] geojson source - clear cache when json content is setIvo van Dongen2016-10-252-1/+3
* [android] - remove timer from compassView, make fading when facing north opti...Tobrun2016-10-2511-76/+165
* [android] - move marker view click handling to core (#5639)Tobrun2016-10-253-25/+57
* [core] geojson source - reset req on setURLIvo van Dongen2016-10-251-2/+2
* [android] fix exception classIvo van Dongen2016-10-251-1/+1
* [test] Update mapbox-gl-test-suite hashBruno de Oliveira Abinader2016-10-251-1/+1
* [glfw] Added queryPointAnnotations shortcutBruno de Oliveira Abinader2016-10-251-1/+5
* [core] Reuse last placement data in CollisionTile::queryRenderedFeaturesBruno de Oliveira Abinader2016-10-252-32/+68
* [core] Added util::polygonIntersectsPolygonBruno de Oliveira Abinader2016-10-252-20/+13
* [core] Simplify CollisionTile::findPlacementScaleBruno de Oliveira Abinader2016-10-252-8/+6
* [core] Avoid duplicating edges for CollisionTileBruno de Oliveira Abinader2016-10-252-23/+16
* [core] Cleanup function signatures in CollisionTileBruno de Oliveira Abinader2016-10-252-7/+7
* [android] - only pin certificates on current used environement. (#6766)Tobrun2016-10-241-21/+23
* [build] Set C++14 as default standard for CMakeBruno de Oliveira Abinader2016-10-241-0/+6
* [qt] Fix macOS Qt demo app with Qt4.xBruno de Oliveira Abinader2016-10-241-0/+10
* [android] - cap width/height at maximum, don't throw exception. (#6788)Tobrun2016-10-241-4/+10
* [node] publish Bitrise tag buildsMike Morris2016-10-221-6/+33
* Android Bitrise cleanup (#6782)Tobrun2016-10-211-46/+136
* [android] - remove jni method logging, only keep lifecycle related logs (#6787)Tobrun2016-10-211-80/+0
* [core] fixup formattingIvo van Dongen2016-10-212-13/+13
* Made telemetry dialog material (#6726)Cameron Mace2016-10-216-81/+48
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-205-9/+11