summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Pass std::exception_ptr in style::Observer::onStyleErrorBruno de Oliveira Abinader2017-03-173-8/+16
* [core] Avoid copy construction of PaintPropertyBindersJohn Firebaugh2017-03-155-10/+22
* [core] Replace variant with polymorphic PaintPropertyBinder classJohn Firebaugh2017-03-151-83/+57
* [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-0/+5
* [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-154-39/+23
* [core] Never join coincident start/end points of LineStringsJohn Firebaugh2017-03-142-17/+9
* [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-142-1/+6
* [build] Fix build when using a Z_PREFIX zlibThiago Marcos P. Santos2017-03-141-0/+5
* [core] query source featuresIvo van Dongen2017-03-099-1/+107
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-0911-20/+20
* [core] Extract and de-templatize several Program static methodsJohn Firebaugh2017-03-093-27/+52
* [core] Avoid unnecessary convert template instantiationsJohn Firebaugh2017-03-091-1/+1
* Pack min + max into one attribute :muscle:Molly Lloyd2017-03-0816-244/+234
* [core] De-duplicate shader prelude sourceJohn Firebaugh2017-03-0816-925/+102
* For data-driven paint setters, transition immediately to target value (#8306)Anand Thakker2017-03-081-0/+6
* [core] clear source when removed from styleIvo van Dongen2017-03-063-0/+8
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-0412-59/+61
* [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] privatize OffscreenTexture implementationKonstantin Käfer2017-03-012-24/+55
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-2821-273/+503
* [core] remove gl.hpp include from shader headersKonstantin Käfer2017-02-2813-26/+0
* [core] There's only ever one icon quadJohn Firebaugh2017-02-286-81/+86
* [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-283-91/+91
* [core] Replace three maps/mutexes in GlyphAtlas with a single map and mutexJohn Firebaugh2017-02-273-44/+30
* [core] Add pause/resume to the Thread classThiago Marcos P. Santos2017-02-251-0/+45
* [core, ios, macos] Return null when removing nonexistent sourceJesse Bounds2017-02-231-1/+1
* [core] Return null when removing nonexistent layerEimantas Vaiciunas2017-02-231-1/+1
* [core] don't treat empty raster tiles as "DataAvailability::All"Konstantin Käfer2017-02-222-3/+3
* [core] Use std::call_once to report about missing VAOsBruno de Oliveira Abinader2017-02-221-4/+4
* [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