summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [build] Use `test-$(HOST_PLATFORM)` as default make targetJohn Firebaugh2016-05-241-2/+1
|
* [build] Make gyp commands more consistentJohn Firebaugh2016-05-244-11/+16
|
* [build] Add appropriate platform.gyp dependenciesJohn Firebaugh2016-05-241-6/+6
|
* [build] Introduce CONFIG_DEPENDENCIESJohn Firebaugh2016-05-241-6/+8
|
* [build] Add GYP_DEPENDENCIES to all appropriate targetsJohn Firebaugh2016-05-241-5/+5
|
* [build] Fix Qt build for OS XBruno de Oliveira Abinader2016-05-241-1/+1
|
* [build] Restrict C++11 ABI check script for LinuxBruno de Oliveira Abinader2016-05-241-0/+5
|
* [build] Inline main.mk Android targets into MakefileJohn Firebaugh2016-05-233-83/+22
|
* [build] Inline main.mk linux and qt targets into MakefileJohn Firebaugh2016-05-232-107/+65
|
* [build] Inline main.mk node targets into MakefileJohn Firebaugh2016-05-232-31/+16
|
* [build] Simplify control flow in main.mkJohn Firebaugh2016-05-231-44/+29
|
* [build] Remove unnecessary exported variablesJohn Firebaugh2016-05-231-8/+8
|
* [build] Avoid variable name coupling between main.mk and configureJohn Firebaugh2016-05-234-30/+30
|
* [build] Avoid variable name coupling between main.mk and clang-tidy.shJohn Firebaugh2016-05-232-2/+4
|
* [build] Avoid variable name coupling between main.mk and collect-coverage.shJohn Firebaugh2016-05-232-9/+11
|
* [build] Avoid variable name coupling between main.mk and configure.shJohn Firebaugh2016-05-233-1/+4
|
* [android] update NDK to r11cKonstantin Käfer2016-05-231-0/+0
|
* [core] move *Observers to their own filesKonstantin Käfer2016-05-2318-78/+143
|
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-236-20/+41
|
* [core] Restore default texture unitThiago Marcos P. Santos2016-05-231-0/+1
| | | | Play nice with the GL context when we are sharing it.
* [ios] Only show telemetry debug log options when logging is enabledJason Wray2016-05-231-4/+11
|
* [ios] Remove custom style layer exampleJason Wray2016-05-231-79/+1
|
* [android] #5083 - add InfoWindow offset based on height of associated ↵Tobrun2016-05-237-14/+13
| | | | MarkerView, removed unused icons, renamed feature activity
* [android] #5084 - remove addMarkerViews, renamed addMarkerView to addMarkerTobrun2016-05-233-60/+5
|
* [android] - cleanup marker view integrationTobrun2016-05-237-188/+179
|
* [android] - add MarkerViewManager and MarkerViewTransformerTobrun2016-05-237-247/+361
|
* [ios, osx] Added wireframe debugging maskMinh Nguyễn2016-05-239-11/+56
| | | | Added an option to MGLMapDebugMaskOptions for the new wireframe debugging mode and UI in the demo applications for toggling it.
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-236-22/+51
| | | | | | | | Together with MapDebugOptions::Collision, provides "wireframe" rendering output so all drawn objects are visible. This mode ignores the line width, background and fill colors for better visualization. Fixes #4359.
* [ios, osx] Fixed crash adding mixture of points and shapesMinh Nguyễn2016-05-223-4/+13
| | | | Fixes #5096.
* [android] #5087 - Fixing Satellite Streets URL for V9 while still supporting V8Brad Leege2016-05-201-2/+10
|
* 3.3.0-alpha.3ios-v3.3.0-alpha.3ios-3.3.0-alpha.33.3.0-alpha.3Jesse Bounds2016-05-202-2/+2
|
* Updated changelog for #5067Jesse Bounds2016-05-201-0/+1
|
* [core] better symbol fading with texture lookups (#4579)Ansis Brammanis2016-05-2010-162/+135
| | | | | | | | | - this is simpler than predicting opacity based on current zooming speed - this is smoother: symbols don't flicker when changing zoom speed or when zooming in and out rapidly. https://github.com/mapbox/mapbox-gl-js/commit/1df146627092b58c8db64d45530c74cd12a3fa02 fix #4562
* [build] Move `rm -rf node_modules` to `make distclean`John Firebaugh2016-05-201-2/+2
|
* [android] #5081 - added rotation to View MarkerTobrun2016-05-205-43/+54
|
* [core] Avoid NaNs in TransformState unit conversionsBruno de Oliveira Abinader2016-05-203-14/+61
| | | | | Fix cases where e.g. state has either zero width or height, causing the unit convertion functions would return NaNs.
* [android] #3276 - introduced separate methods for GL markers versus View markersTobrun2016-05-206-92/+182
|
* [android] #3276 - hardware accelerate animationsTobrun2016-05-201-2/+12
|
* [android] #3276 - View Marker model integrationTobrun2016-05-2013-239/+644
|
* [android] #3276 - add tilt support for view markersTobrun2016-05-2011-431/+186
|
* [android] #3276 - View annotation integration in MarkerTobrun2016-05-209-243/+440
|
* [android] #3276 - fix initial Marker APITobrun2016-05-201-1/+1
|
* [android] #3276 - for each view marker adapter have separate view poolTobrun2016-05-201-54/+40
|
* [android] #3276 - allowing multiple ViewAdapter implementationsTobrun2016-05-207-71/+335
|
* [android] #3276 - view reuse animation state fix - disabled selection for gl ↵Tobrun2016-05-202-15/+35
| | | | markers
* [android] #3276 - add show/hide animation to view markersTobrun2016-05-203-10/+40
|
* [android] #3276 - added item animation for select/deselect state of a View ↵Tobrun2016-05-206-88/+148
| | | | Marker. Removed asynctask due to unneeded overhead. Improved integration with selectMarker. Added item animators for the test app.
* [android] #3276 - only update thumb Icon when needed, disabled background ↵Tobrun2016-05-204-23/+48
| | | | task for now, added view pool counter
* [android] #3276 - hide gl markersTobrun2016-05-201-8/+17
|
* [android] #3276 - remove annotations was not calling removeMarkerViewTobrun2016-05-203-11/+34
|