summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-102-7/+6
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-064-9/+18
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-062-41/+45
* [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-061-17/+18
* Fix edge case in composite function interpolation (#8613)Anand Thakker2017-04-031-1/+8
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-312-4/+4
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-312-4/+4
* [core] implement dds for text-offsetMolly Lloyd2017-03-282-4/+4
* [core] Privatize gl/gl.hppKonstantin Käfer2017-03-281-50/+0
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-0/+26
* [node] Move util/async_task.hpp to public include directoryKonstantin Käfer2017-03-281-0/+24
* [core] Move map/change.hpp to public include directoryJohn Firebaugh2017-03-281-0/+26
* [core] Move actor/{mailbox,scheduler}.hpp to public include directoryJohn Firebaugh2017-03-282-0/+71
* [core] Move ignore.hpp to public include directoryJohn Firebaugh2017-03-281-0/+26
* [core] Avoid public dtoa.hpp includeJohn Firebaugh2017-03-281-13/+3
* [core] Avoid public geometry_tile_data.hpp includeJohn Firebaugh2017-03-282-3/+4
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-0/+89
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-243-0/+22
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-0/+11
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-1/+14
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-2313-317/+391
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-1/+2
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-219-3/+59
|\
| * [ios] Guard against over calling pause or resumeJesse Bounds2017-03-181-3/+0
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-108-0/+59
| * [core] query source featuresIvo van Dongen2017-03-103-1/+33
| * [core] rename query options for query rendered featuresIvo van Dongen2017-03-102-5/+5
* | Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-211-2/+1
* | [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-1/+4
* | [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-201-1/+4
* | [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-1/+2
* | [core] Pass std::exception_ptr in style::Observer::onStyleErrorBruno de Oliveira Abinader2017-03-171-0/+15
* | [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-3/+1
* | [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-153-5/+41
* | [core] Avoid -Wundefined-var-template warnings with clang 3.9+John Firebaugh2017-03-091-19/+19
* | [core] query source featuresIvo van Dongen2017-03-093-1/+33
* | [core] rename query options for query rendered featuresIvo van Dongen2017-03-092-5/+5
|/
* [core] Avoid using std::function in property_setter.hppJohn Firebaugh2017-03-083-198/+209
* For data-driven paint setters, transition immediately to target value (#8306)Anand Thakker2017-03-081-0/+1
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-044-4/+31
* [core] Enable debug events in Debug configurationMinh Nguyễn2017-03-041-1/+1
* [Qt] Remove legacy QOpenGL dependency from Qt5 buildThiago Marcos P. Santos2017-03-031-2/+2
* [core] Safeguard ICU UChar usageBruno de Oliveira Abinader2017-03-021-0/+16
* [core] Cache file source base URL and access tokenJesse Bounds2017-03-011-0/+18
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-30/+30
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-281-18/+18
* [core] Add a pause/resume API to the DefaultFileSourceThiago Marcos P. Santos2017-02-251-0/+3
* [core] - allow moveBy to use AnimationOptionsTobrun2017-02-201-1/+2
* [core] Link BackendScopes in a list for additional assertionsJohn Firebaugh2017-02-201-1/+2
* [core] Ensure that context resources are destroyed before context is destroyedJohn Firebaugh2017-02-201-2/+1