summaryrefslogtreecommitdiff
path: root/src/text
Commit message (Expand)AuthorAgeFilesLines
* use filesource object for loading all http stuffKonstantin Käfer2014-08-081-4/+5
* fix crash bug for styles that have no glyph url specifiedKonstantin Käfer2014-08-061-2/+9
* convert offset to emKonstantin Käfer2014-08-051-2/+2
* port text alignment algorithmKonstantin Käfer2014-08-051-49/+67
* we account differently for the ascender alreadyKonstantin Käfer2014-08-051-0/+1
* code style fixesKonstantin Käfer2014-08-052-11/+10
* use trinary operator rather than || since c++ semantics for || is differentKonstantin Käfer2014-08-051-2/+2
* port js algorithmKonstantin Käfer2014-08-051-5/+1
* explicitly named parametersKonstantin Käfer2014-08-051-5/+15
* port mapbox/mapbox-gl-js#ffd529df107bfec446fa4b4454a583f296c38819Konstantin Käfer2014-08-041-1/+1
* change max_angle_delta to max_angleKonstantin Käfer2014-08-041-5/+5
* fix boolean operatorsKonstantin Käfer2014-08-042-4/+4
* update symbol placement to be more like jsKonstantin Käfer2014-08-043-273/+252
* update shaders and backport some collision changesKonstantin Käfer2014-08-042-33/+44
* port https://github.com/mapbox/mapbox-gl-js/commit/5a9a1b14b94b18277c4495199d...Konstantin Käfer2014-08-011-24/+16
* port https://github.com/mapbox/mapbox-gl-js/commit/954dc6591fb6bef812881daf68...Konstantin Käfer2014-08-013-22/+18
* merge text and icon buckets/stylesKonstantin Käfer2014-07-291-8/+8
* change text-max-angle to accept degrees and convert to radiansEden Halperin2014-07-261-1/+1
* reduce maxPlacementScaleKonstantin Käfer2014-07-231-2/+4
* fix text placementKonstantin Käfer2014-07-231-1/+1
* rename llmr => mbglKonstantin Käfer2014-07-165-26/+26
* replace {{token}} with {token}, and %d/%d/%d with {z}/{x}/{y}Konstantin Käfer2014-07-091-6/+5
* load glyphset url from stylesheetKonstantin Käfer2014-07-021-4/+12
* ignore boost warnings with gcc as wellKonstantin Käfer2014-07-011-4/+7
* cleanupKonstantin Käfer2014-06-261-1/+0
* saving current stateKonstantin Käfer2014-06-232-2/+2
* separate bucket render properties and change namingKonstantin Käfer2014-06-161-17/+8
* unifiy constants in one place, and allow local overrideKonstantin Käfer2014-06-041-1/+2
* fix another potential invalid memory accessDane Springmeyer2014-05-301-1/+4
* fix potential crash in line wrapping:Dane Springmeyer2014-05-301-11/+14
* fix function signatureDane Springmeyer2014-05-301-1/+1
* shaped to shaping, pass by reference instead of returning a copyMike Morris2014-05-301-15/+13
* Merge branch 'master' into linebreakYoung Hahn2014-05-301-1/+2
|\
| * skip characters that don't have metricsKonstantin Käfer2014-05-301-1/+5
| * release mode: silent debug output + ifdef any potentially expensive callsDane Springmeyer2014-05-291-0/+2
* | add text letterSpacingAnsis Brammanis2014-05-301-2/+4
* | translate as a text bucket propertyAnsis Brammanis2014-05-301-4/+1
* | add verticalAlign for textAnsis Brammanis2014-05-302-10/+21
* | line wrappingAnsis Brammanis2014-05-301-4/+47
* | parse maxWidth, lineHeight and alignment, pass to FontStack::getShapingMike Morris2014-05-302-21/+17
|/
* fix -Wformat-security warning with dodgy fprintfDane Springmeyer2014-05-291-1/+1
* Merge branch 'master' into glyphrange-masterYoung Hahn2014-05-292-30/+31
|\
| * simplify glyph boxes handlingVladimir Agafonkin2014-05-271-19/+8
| * ignore flipped glyphs when placing labels for perfVladimir Agafonkin2014-05-272-25/+37
* | Use 256 sized rangeglyphs. Switch to mapbox API VTs.Young Hahn2014-05-292-93/+6
* | Merge branch 'glyphrange-boost-locale' into glyphrange-yh-guessesYoung Hahn2014-05-291-2/+3
|\ \
| * | fix compile of glyph_store.cppDane Springmeyer2014-05-281-1/+1
| * | add include <algorithm> needed for std::replace on linuxDane Springmeyer2014-05-291-0/+1
* | | Treat out of range glyphs as belonging to 0-127 for now.Young Hahn2014-05-291-1/+4
* | | Don't call varint() more than once.Young Hahn2014-05-291-3/+1