summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* [core] port pitch-label collision hackAnsis Brammanis2017-07-114-20/+50
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-113-297/+55
* [core] Limit symbol re-placement on changed tile distance to pitch > 25.Chris Loer2017-07-111-1/+7
* [core] Extend collision feature boxes to accommodate potential pitch-scaling.Chris Loer2017-07-111-8/+49
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-113-20/+44
* [build] Don't use maybe-uninitialized and misleading-indentation in Clang, si...Konstantin Käfer2017-07-111-0/+2
* Disable misleading indentation warnings where boost is included.Aaron Muir Hamilton2017-06-161-0/+1
* [core] Update to shelf-pack 2.1.0John Firebaugh2017-06-131-5/+5
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-134-46/+48
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-133-9/+8
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-1312-373/+304
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-232-9/+21
* [core] Remove unnecessary optionals in PositionedIconJohn Firebaugh2017-05-233-11/+6
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-0/+1
* [core] Remove redundant SpriteAtlasElement membersJohn Firebaugh2017-05-171-4/+4
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-171-8/+2
* [core] Remove WorkQueueJohn Firebaugh2017-05-171-1/+0
* [tidy] modernize-loop-convertBruno de Oliveira Abinader2017-05-121-4/+4
* [tidy] modernize-use-bool-literalsBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-use-default-member-initBruno de Oliveira Abinader2017-05-121-5/+5
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-125-15/+14
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-123-3/+3
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-1/+1
* [core] Combine two GlyphID-keyed maps in GlyphAtlas::EntryJohn Firebaugh2017-04-142-54/+39
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-145-49/+25
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-145-33/+52
* [tests] Rewrite GlyphAtlas tests to use public APIJohn Firebaugh2017-04-132-32/+2
* [core] Inline GlyphSet into GlyphAtlasJohn Firebaugh2017-04-124-90/+68
* [core] Inline GlyphPBF into GlyphAtlasJohn Firebaugh2017-04-066-173/+111
* [core] Test glyph PBF parsing independently of GlyphAtlasJohn Firebaugh2017-04-064-11/+20
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-062-1/+3
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-0410-437/+514
* [core] Pass fully-evaluated layout properties to SymbolInstance and quad methodsJohn Firebaugh2017-03-312-4/+4
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-312-4/+4
* [core] implement dds for text-offsetMolly Lloyd2017-03-281-3/+3
* Small edit to improve code resiliency (#8540)Anand Thakker2017-03-281-2/+3
* Verbose commenting on getSegmentGlyphs (#8361)Chris Loer2017-03-221-58/+180
* [core] const-correctionJohn Firebaugh2017-03-024-4/+4
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-028-104/+167
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-282-7/+5
* [core] There's only ever one icon quadJohn Firebaugh2017-02-282-5/+3
* [core] Eliminate Shaping::textJohn Firebaugh2017-02-282-6/+3
* [core] Replace three maps/mutexes in GlyphAtlas with a single map and mutexJohn Firebaugh2017-02-272-43/+29
* [core] Make Image saferJohn Firebaugh2017-02-144-49/+38
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-105-23/+80
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-023-23/+33
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-12/+12
* [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] Replace FeatureIndex::collisionTile with a method parameterJohn Firebaugh2017-01-102-2/+2