summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] Avoid unnecessary convert template instantiationsJohn Firebaugh2017-03-094-4/+4
* [darwin] Use explicit initialization rather than global static variables for ...Konstantin Käfer2017-03-093-2/+7
* [build] require Android r13bKonstantin Käfer2017-03-081-2/+11
* [core] Avoid using std::function in property_setter.hppJohn Firebaugh2017-03-083-198/+209
* Pack min + max into one attribute :muscle:Molly Lloyd2017-03-0818-247/+238
* Use ICU compiled with -OsJohn Firebaugh2017-03-085-5/+5
* [core] De-duplicate shader prelude sourceJohn Firebaugh2017-03-0818-929/+141
* [test] Increase memory test ceiling slightlyJohn Firebaugh2017-03-081-2/+2
* [build] increase binary size log duration to 60 daysKonstantin Käfer2017-03-081-2/+2
* For data-driven paint setters, transition immediately to target value (#8306)Anand Thakker2017-03-083-0/+52
* [macos] add missing method declarations for visibleFeaturesXIvo van Dongen2017-03-071-0/+8
* [android] use PropertyValue for default values in functionsIvo van Dongen2017-03-078-76/+169
* [core] clear source when removed from styleIvo van Dongen2017-03-063-0/+8
* Update README.mdBruno de Oliveira Abinader2017-03-061-1/+1
* [Qt] Remove the QML appThiago Marcos P. Santos2017-03-0614-1322/+3
* [android] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-045-20/+95
* [ios, macos] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-046-40/+163
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-0427-81/+194
* [core] Enable debug events in Debug configurationMinh Nguyễn2017-03-041-1/+1
* [android] - example on converting an Android SDK view to a Bitmap to be used ...Tobrun2017-03-043-17/+57
* [Qt] Remove legacy QOpenGL dependency from Qt5 buildThiago Marcos P. Santos2017-03-035-6/+17
* [android] - update gradle and plugin for Android Studio 2.3 stable, update su...Tobrun2017-03-034-4/+10
* [all] Build all release builds with -OsJohn Firebaugh2017-03-022-4/+1
* [ios] MGLAnnotationView annotation property made writable (#8139)Fabian Guerra Soto2017-03-024-3/+3
* [core] const-correctionJohn Firebaugh2017-03-024-4/+4
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-0212-124/+204
* [core] Safeguard ICU UChar usageBruno de Oliveira Abinader2017-03-022-5/+23
* [core] privatize OffscreenTexture implementationKonstantin Käfer2017-03-012-24/+55
* [android] - add accessibility support to the Android SDK by applying content ...Tobrun2017-03-017-13/+27
* [android] - add unit test for Mapbox (#8228)Tobrun2017-03-012-1/+93
* [ios] Add changelog entry for the pause / resume API updateJesse Bounds2017-03-011-0/+1
* [Qt] FBO handling should happen outside of QMapboxGL::renderBruno de Oliveira Abinader2017-03-014-36/+4
* [android] keep default file source alive for the duration (#8226)Ivo van Dongen2017-03-011-9/+5
* [ios] Pause file source activity on backgroundJesse Bounds2017-03-011-0/+15
* [core] Cache file source base URL and access tokenJesse Bounds2017-03-013-4/+40
* [android] add line starts with a semicolon and empty statement checkstyle rul...Pablo Guardiola2017-03-012-1/+6
* Only listen to connectivity broadcast events when needed (#8222)Tobrun2017-03-015-73/+48
* [iOS] Replaced gifs from gesture recognizer guide (#8227)Jordan Kiley2017-02-282-0/+0
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-2831-478/+1985
* [core] remove gl.hpp include from shader headersKonstantin Käfer2017-02-2814-28/+0
* [core] Log Memory.Footprint test results (#8170)Anand Thakker2017-02-286-30/+215
* [android] fix unit tests for #7944Ivo van Dongen2017-02-282-3/+3
* [core] There's only ever one icon quadJohn Firebaugh2017-02-287-213/+216
* [core] Eliminate Shaping::textJohn Firebaugh2017-02-283-7/+4
* [core] Release compareText after symbol preparationJohn Firebaugh2017-02-281-0/+1
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-286-119/+119
* [android] raise checkstyle file length limitIvo van Dongen2017-02-281-1/+1
* [android] insert layer at indexIvo van Dongen2017-02-285-0/+82
* [android] remove layer at indexIvo van Dongen2017-02-285-2/+75
* [android] insert layer aboveIvo van Dongen2017-02-289-15/+118