summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* [core] Code formattingJohn Firebaugh2016-05-122-5/+5
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-0510-78/+76
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
* [core] port to protozero (#4906)Dane Springmeyer2016-05-031-34/+36
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-294-23/+74
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-224-18/+20
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-226-26/+27
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-212-5/+5
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-4/+0
* [core] fix infinite loop in mbgl::resampleAnsis Brammanis2016-03-291-0/+3
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-2/+2
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-018-28/+37
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-011-2/+3
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-184-8/+14
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-13/+13
* [core] make sure icons fit before the ends of the lineAnsis Brammanis2016-02-091-3/+13
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-023-6/+6
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-8/+1
* [core] Avoid storing raw glyph data in addition to parsed representationJohn Firebaugh2016-01-222-31/+17
* [core] fix missing icon collision boxesAnsis Brammanis2016-01-222-10/+18
* [core] improve text-max-angle checkAnsis Brammanis2016-01-201-2/+2
* [core] implement symbol-avoid-edgesAnsis Brammanis2016-01-202-37/+90
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-4/+4
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* [core] use stale glyphsKonstantin Käfer2016-01-153-29/+31
* [core] match icon rendering with -jsAnsis Brammanis2016-01-133-12/+20
* [core] fix text-offset bugkelvinabrokwa2016-01-072-9/+9
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-234-82/+33
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-0316-17/+17
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-031-1/+1
* [core] Remove unused libuv includesThiago Marcos P. Santos2015-12-011-0/+2