summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-0337-81/+282
|
* [build] '<@(foo_static_libs)' must precede '<@(foo_ldflags)'John Firebaugh2016-05-033-17/+17
| | | | | | '<@(foo_ldflags)' typically includes -lbar arguments that the static libs depend on, and order matters for ld. The build was previously working merely by lucky ordering.
* [node] Add -Wl,-z,now flag for linuxJohn Firebaugh2016-05-031-0/+4
|
* [android] #4847 - Re-enabling StrictModeBrad Leege2016-05-031-12/+12
|
* [android] bring back ScreenshotActivityTestTobrun2016-05-034-19/+151
|
* [core] port to protozero (#4906)Dane Springmeyer2016-05-0314-280/+119
|
* [android] Create a new local reference frame to avoid a local reference ↵Antonio Zugaldia2016-05-031-0/+4
| | | | | | table overflow Fixes #4706
* [Qt] Removed unused resourceBruno de Oliveira Abinader2016-05-031-0/+0
|
* [android] #4912 - remove lollipop attribute from background drawable, made ↵Tobrun2016-05-032-2/+2
| | | | default bg color white, revert default color to TRANSPARENT when reading attributes.
* [Qt] Add new features to the Qt QML appThiago Marcos P. Santos2016-05-031-20/+205
| | | | | Cool features like Flipable, satellite maps and sliders interacting with the map properties.
* [Qt] Use mbgl constants to define zoom limitsThiago Marcos P. Santos2016-05-031-2/+2
|
* [Qt] Add `pitch` property to QML MapboxGL TypeThiago Marcos P. Santos2016-05-033-6/+40
|
* [Qt] Fix panning the map not updating the center propertyThiago Marcos P. Santos2016-05-033-5/+19
|
* Merge pull request #4919 from mapbox/follow-to-4916Dane Springmeyer2016-05-022-6/+0
| | | Boost headers are no longer needed in project files after #4916
* [core] Use gyp's direct_dependent_settings to propagate variant cflagsJohn Firebaugh2016-05-028-7/+15
|
* [core] Replace boost::lexical_cast with std::to_stringJohn Firebaugh2016-05-025-29/+15
| | | | This removes the only boost dependency from public headers.
* [core] Remove duplicate copy of utf.hppJohn Firebaugh2016-05-022-27/+2
|
* [core] Remove unusedJohn Firebaugh2016-05-022-35/+0
|
* [Qt] Implement bearing on the QML Mapbox Map typeThiago Marcos P. Santos2016-05-023-0/+34
|
* [Qt] Implement pan() methodThiago Marcos P. Santos2016-05-023-0/+31
|
* [Qt] Constrain zoom levels when min/max changesThiago Marcos P. Santos2016-05-021-0/+2
|
* [Qt] Allow setting the style via QMLThiago Marcos P. Santos2016-05-024-1/+38
|
* [Qt] Added plugin stubThiago Marcos P. Santos2016-05-022-0/+17
|
* [Qt] Added error handling stubsThiago Marcos P. Santos2016-05-022-0/+17
|
* [Qt] Add QtLocation to the buildsystemThiago Marcos P. Santos2016-05-024-1/+7
| | | | Needed by the next patch.
* [Qt] Add more properties stubsThiago Marcos P. Santos2016-05-023-0/+39
|
* [Qt] Set the test application iconThiago Marcos P. Santos2016-05-023-0/+9
| | | | The super cool Mapbox logo.
* [ios] Fix analyzer's nullability complaintsJason Wray2016-04-291-6/+17
| | | | - Redefine as local variables - Check/assert that these local variables are not nil
* [core] use a GridIndex for queryRenderedFeaturesAnsis Brammanis2016-04-295-58/+142
|
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-2951-179/+1295
|
* [android] #4902 - Standarizing Locale and LanguageBrad Leege2016-04-298-38/+29
|
* [linux] Build with GCC 5 (#4901)John Firebaugh2016-04-299-44/+33
| | | | | | * [linux] Build with GCC 5 * [build] -fabi-version=0 is the default for GCC 5
* [core] port outlinepattern for fill-pattern anti-aliasing from gl-js to nativeMolly Lloyd2016-04-2812-4/+167
| | | | | | | | | | | | | | add outlinepattern shader class to relevant files add outlinepattern code to painter_fill.cpp add outlinepattern code to fill_bucket refactor painter_fill, fix tests fix merge conflicts and setDepthSublayer update render test to no antialiasing so travis will be happy
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-2821-1034/+438
|
* [core] Upgrade to boost 1.60.0 (#4899)John Firebaugh2016-04-286-7/+7
|
* [core] Eliminate interpolate special cases (#4882)John Firebaugh2016-04-283-42/+57
|
* [android] #4878 - Setting default MyLocationBackgroundTint to be whiteBrad Leege2016-04-284-5/+2
|
* [android] #4878 - fix default color of accuracy circle to match primary ↵Tobrun2016-04-2834-62/+75
| | | | color, removed old resources, introduced drawable density folders for new resources, enforced consistent naming.
* [Qt] C++98 compatibilityThiago Marcos P. Santos2016-04-281-1/+1
| | | | Yeah, looks horrible.
* [Qt] Statically assert reflected Qt enumsBruno de Oliveira Abinader2016-04-283-45/+60
|
* [core] Added mbgl::underlying_typeBruno de Oliveira Abinader2016-04-283-7/+23
|
* [Qt] s/mapRegionDidChange()/mapChanged(QMapboxGL::MapChange)/ signalBruno de Oliveira Abinader2016-04-283-18/+27
|
* [Qt] Make needsRendering signal asynchronousThiago Marcos P. Santos2016-04-282-2/+8
| | | | Fixes label animation not completing.
* [glfw] Atomic is no longer neededThiago Marcos P. Santos2016-04-282-7/+4
| | | | All View events come from the same thread.
* [core] Fix view class docsThiago Marcos P. Santos2016-04-281-2/+0
|
* [Qt] Initialize GL extensionsThiago Marcos P. Santos2016-04-283-0/+21
| | | | It will also enable Vertex Array Objects.
* Respect V arg to make to disable xcpretty (#4881)Dane Springmeyer2016-04-271-4/+10
|
* [android] #4112 - Updating build tools, support libraries, gradle tools, and ↵Brad Leege2016-04-274-7/+7
| | | | test app version
* [ios] Updated offline pack testsMinh Nguyễn2016-04-273-4/+10
| | | | Updated the MGLOfflinePackProgress boxing test to test the two new fields. Wordsmithed the documentation a bit. Updated the changelog.
* [android] Add completedTile{Count,Size} bindingsJohn Firebaugh2016-04-272-3/+29
|