summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Eliminate Map::getTexturepool()John Firebaugh2014-11-267-13/+28
* Map Map::getWorker() privateJohn Firebaugh2014-11-263-6/+11
* Eliminate Map::getGlyphStore()John Firebaugh2014-11-264-7/+10
* Eliminate Map::getSpriteAtlas()John Firebaugh2014-11-263-5/+10
* Eliminate Map::getGlyphAtlas()John Firebaugh2014-11-263-5/+9
* convert image_reader public interface to use CamelCase to match the rest of c...artemp2014-11-263-18/+18
* Fix member shadowing warningsVincent Schüßler2014-11-251-2/+2
* Merge branch 'master' into image-readersartemp2014-11-246-21/+14
|\
| * Use noncopyableJohn Firebaugh2014-11-211-7/+2
| * Eliminate Map::getFileSourceJohn Firebaugh2014-11-213-6/+7
| * Pass FileSource by referenceJohn Firebaugh2014-11-212-8/+5
* | image_readers: premultiply alphaartemp2014-11-211-1/+1
* | Merge branch 'master' into image-readersartemp2014-11-212-2/+0
|\ \ | |/
| * Remove rotation constraintsJohn Firebaugh2014-11-202-2/+0
* | image-readers: move concrete implementations headers into platform/defaultartemp2014-11-193-2/+2
* | move std.hpp include into image_reader.hpp (g++)artemp2014-11-191-1/+2
* | return unique_ptr from get_image_readerartemp2014-11-191-1/+1
* | simplify image_readers creation implementationartemp2014-11-195-188/+131
* | simplify factory class to not rely on singleton + cleanupsartemp2014-11-142-13/+16
* | Merge branch 'master' into image-readersartemp2014-11-134-39/+31
|\ \ | |/
| * repair undef None GLX wrapper, pass 0 instead of None to GLX functionsMike Morris2014-11-101-1/+1
| * add glx supportKonstantin Käfer2014-11-071-0/+1
| * load VAO extensionKonstantin Käfer2014-11-074-39/+30
* | add image_reader abstraction layer to hanfle multiple image formatsartemp2014-11-073-0/+226
|/
* use linear<16,4> splitting algorithm (faster running tests)artemp2014-11-051-1/+1
* Support compound text-anchor valuesJohn Firebaugh2014-11-041-1/+9
* Single text positioning propertyJohn Firebaugh2014-11-042-21/+10
* Render ⇢ layout, style ⇢ paintJohn Firebaugh2014-11-041-3/+3
* Implement v6 filtersJohn Firebaugh2014-11-048-207/+232
* line-offset -> line-gap-widthLauren Budorick2014-11-042-2/+2
* replace strftime_l with our custom formatterKonstantin Käfer2014-11-041-0/+6
* make util::utf8_to_utf32::convert() staticartemp2014-11-031-2/+1
* cleanup after 195560090/#309/#530Dane Springmeyer2014-11-031-28/+0
* Merge branch 'master' into platform-imageKonstantin Käfer2014-10-313-7/+11
|\
| * use binary mesa on travis to speed up build timesKonstantin Käfer2014-10-311-1/+0
| * allow providing a callback to uv_messenger_stop to prevent mismatched new/freeKonstantin Käfer2014-10-301-1/+2
| * use boost::unicode_iterator on all platform (experimental)artemp2014-10-301-5/+9
* | also allow underscores in token namesKonstantin Käfer2014-10-301-1/+1
* | use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-302-3/+3
* | do not crash for missing imagesKonstantin Käfer2014-10-301-1/+1
* | use unique_ptr for automatic deallocationKonstantin Käfer2014-10-301-5/+3
|/
* remove regex/boost regex usageKonstantin Käfer2014-10-301-21/+19
* remove unused and unimplemented methodartemp2014-10-301-2/+0
* pass Tile::ID by const refartemp2014-10-303-3/+3
* merge with mbgl-configDane Springmeyer2014-10-299-62/+49
|\
| * store uv::loop as unique_ptrartemp2014-10-291-2/+1
| * simplify - remove before/afterParse and create Parser on stack in worker threadartemp2014-10-292-8/+0
| * store spriteAtlas by value + make TileParser noncopyableartemp2014-10-292-7/+8
| * store glyphAtlas by value in Map object, pass by refartemp2014-10-295-10/+8
| * Fix variable shadowingJohn Firebaugh2014-10-291-1/+1