summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] - allow moveBy to use AnimationOptionsTobrun2017-02-203-5/+5
* [core] Link BackendScopes in a list for additional assertionsJohn Firebaugh2017-02-201-7/+17
* [core] Nestable BackendScopeJohn Firebaugh2017-02-202-0/+27
* [core] Redo approach to unsupported VAO extensionJohn Firebaugh2017-02-203-15/+23
* [core] Render a circle if either the color or stroke color are visibleJesse Bounds2017-02-171-3/+6
* [core] Enable property functions for text-{field,transform} (#7944)Anand Thakker2017-02-175-14/+53
* [core] Fix aliased text on mobile GPUsJohn Firebaugh2017-02-151-3/+3
* [core] Eliminate SpritePatternModeJohn Firebaugh2017-02-146-57/+44
* [core] Mutex no longer needs to be recursiveJohn Firebaugh2017-02-142-6/+6
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-149-57/+45
* [core] Inline SpriteAtlas::allocateImageJohn Firebaugh2017-02-142-23/+11
* [core] Eliminate SpriteAtlas::updateDirtyJohn Firebaugh2017-02-144-98/+93
* [core] Eliminate SpriteAtlas::HolderJohn Firebaugh2017-02-142-37/+25
* [core] Make Image saferJohn Firebaugh2017-02-148-99/+59
* [core] Expose Map::setZoom with anchor parameterJason Wray2017-02-131-1/+7
* [core] add tests for user/password, port, trailing dot, and IPv4/IPv6 address...Konstantin Käfer2017-02-131-2/+4
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-1011-92/+445
* [core] Restore support for GL implementations without VAO extensionJohn Firebaugh2017-02-103-10/+23
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-091-7/+79
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-099-0/+247
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-091-11/+9
* compare polygon ring areas absolutelynode-v3.4.4-13e504Dane Springmeyer2017-02-091-1/+1
* [core] Update gl-js; fix $id filters with GeoJSON sourceJohn Firebaugh2017-02-081-0/+4
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-083-14/+18
* [core] Use cpp files for shader sourceJohn Firebaugh2017-02-0726-2011/+2206
* [core] Check in generated shader codeJohn Firebaugh2017-02-0720-13/+2193
* [node] Temporary: exit(0) on exception in Painter::renderJohn Firebaugh2017-02-061-4/+10
* [core] default value support in categorical function conversionIvo van Dongen2017-02-027-31/+45
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-02108-924/+2269
* [core] Move fill-outline special case to FillLayer::Impl::evaluateJohn Firebaugh2017-02-022-5/+5
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-2720-37/+37
* [core] Allow tile cache size to change with viewport sizeJohn Firebaugh2017-01-261-1/+1
* [core] Scale tile cache size based on tile sizeJohn Firebaugh2017-01-261-2/+2
* [core] fix rendering 180° line joinsKonstantin Käfer2017-01-232-5/+13
* [core][Qt] Use Qt for UTF16, since `codecvt` is not always availableThiago Marcos P. Santos2017-01-201-8/+2
* [core] Remove unused includeThiago Marcos P. Santos2017-01-191-2/+0
* [core] Clean up merge_lines.cpp and add bounds checkingJohn Firebaugh2017-01-181-37/+27
* [core] Fix calculation of delayed transitionsJohn Firebaugh2017-01-171-0/+3
* [core] Disable debug groups in release buildsJohn Firebaugh2017-01-172-36/+38
* [core] Restore GL_KHR_debug messages in release buildsJohn Firebaugh2017-01-173-17/+8
* [core] abort early when placing a glyph in GlyphAtlas if the bitmap is invalidKonstantin Käfer2017-01-171-2/+12
* [core] harden Glyph PBF parsingKonstantin Käfer2017-01-173-12/+41
* [core] Use std::tie in tileCover sortBruno de Oliveira Abinader2017-01-171-2/+1
* [core] Use std::tie in *TileID operator<Bruno de Oliveira Abinader2017-01-171-3/+3
* [core] Use std::tie in Source::Impl::queryRenderedFeatures sortBruno de Oliveira Abinader2017-01-171-3/+2
* [core] include leading slash in URL.pathKonstantin Käfer2017-01-172-10/+5
* [core] update CSSColorParserKonstantin Käfer2017-01-162-9/+19
* Merge branch '1ec5-release-ios-v3.4.0-beta.7'Minh Nguyễn2017-01-165-14/+35
|\
| * Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-165-14/+35
| |\
| | * [core] Avoid clustering unclusterable GeoJSONMinh Nguyễn2017-01-081-9/+10