summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix symbol rendering for multipointsJohn Firebaugh2016-12-201-0/+1
* [core] Added BidiImpl to avoid ICU types exposureBruno de Oliveira Abinader2016-12-121-4/+3
* [build] ICU is now configured per platformBruno de Oliveira Abinader2016-12-121-125/+0
* [core] Full support for line breaking bidirectional text using ICU bidi funct...Chris Loer2016-11-304-144/+306
* [build] move logging to utilKonstantin Käfer2016-11-222-3/+3
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-174-29/+25
* [core] Add minimal line breaking support for RTL text.Chris Loer2016-11-174-12/+22
* [core] Add ICU package for Bidirectional text support and arabic text shaping.Chris Loer2016-11-172-0/+75
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-176-10/+10
* [core] Line-break ideographic text by character (#6828)Minh Nguyễn2016-11-142-18/+20
* [core] convert GlyphAtlas to use managed texture handlingKonstantin Käfer2016-11-012-66/+29
* [core] Moved util::log2 to its own headerBruno de Oliveira Abinader2016-10-311-0/+1
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-1/+1
* [core] operator bool() must always be explicitJohn Firebaugh2016-10-282-4/+12
* [core] Reuse last placement data in CollisionTile::queryRenderedFeaturesBruno de Oliveira Abinader2016-10-251-32/+68
* [core] Simplify CollisionTile::findPlacementScaleBruno de Oliveira Abinader2016-10-252-8/+6
* [core] Avoid duplicating edges for CollisionTileBruno de Oliveira Abinader2016-10-252-23/+16
* [core] Cleanup function signatures in CollisionTileBruno de Oliveira Abinader2016-10-252-7/+7
* [core] Cleanup SymbolLayoutBruno de Oliveira Abinader2016-10-132-8/+10
* [core] Use query geometry from FeatureIndex into CollisionTile::queryRendered...Bruno de Oliveira Abinader2016-10-112-3/+15
* [core] Skip placement scale for features that ignore placementBruno de Oliveira Abinader2016-10-111-7/+13
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-292-8/+7
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-272-8/+7
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-272-13/+13
* [core] Extract some GlyphRange-related constantsJohn Firebaugh2016-09-261-0/+3
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-194-5/+15
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-197-155/+386
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-074-13/+14
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-131-2/+2
* [core] Avoid unnecessary copies in GlyphSet::insertJohn Firebaugh2016-07-043-5/+5
* [core] code style cleanupsKonstantin Käfer2016-07-011-5/+5
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-184-12/+12
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-152-7/+39
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-136-21/+19
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-132-2/+2
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-135-5/+5
* Don't apply textRotate twice. (#5321)Young Hahn2016-06-111-2/+2
* text-pitch-alignment (#5288)Young Hahn2016-06-102-12/+11
* Merge branch 'release-android-v4.1.0'Brad Leege2016-06-091-2/+2
|\
| * [android] #5254 - fix ARMv5 supportThiago Marcos P. Santos2016-06-061-2/+2
* | [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-027-56/+65
* | [core] Runtime style layer APIJohn Firebaugh2016-06-022-2/+2
|/
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2513-52/+13
* [core] move *Observers to their own filesKonstantin Käfer2016-05-235-17/+33
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-232-3/+14
* [core] Use mapbox::geometry::{box,envelope}John Firebaugh2016-05-132-4/+4
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-19/+20
* [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeatureJohn Firebaugh2016-05-124-23/+19
* [core] Replace auto with actual typesJohn Firebaugh2016-05-121-2/+2
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-5/+2