summaryrefslogtreecommitdiff
path: root/src/text/glyph_store.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix variable shadowingKonstantin Käfer2014-10-221-1/+1
* notifications on request cancellationKonstantin Käfer2014-09-241-1/+5
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-2/+2
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-18/+17
* Fix text-justify (fixes #444)John Firebaugh2014-08-291-1/+1
* Support for Mapbox fontstack APIJohn Firebaugh2014-08-221-4/+2
* fix warningsKonstantin Käfer2014-08-181-1/+1
* remove uv.h dependency from header filesKonstantin Käfer2014-08-121-1/+1
* 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
* update symbol placement to be more like jsKonstantin Käfer2014-08-041-3/+3
* rename llmr => mbglKonstantin Käfer2014-07-161-10/+10
* 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
* 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
* | add verticalAlign for textAnsis Brammanis2014-05-301-9/+20
* | line wrappingAnsis Brammanis2014-05-301-4/+47
* | parse maxWidth, lineHeight and alignment, pass to FontStack::getShapingMike Morris2014-05-301-1/+13
|/
* fix -Wformat-security warning with dodgy fprintfDane Springmeyer2014-05-291-1/+1
* Use 256 sized rangeglyphs. Switch to mapbox API VTs.Young Hahn2014-05-291-1/+1
* 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
* | Don't call varint() more than once.Young Hahn2014-05-291-3/+1
* | Stash.Young Hahn2014-05-291-4/+28
* | replace comes from regexYoung Hahn2014-05-281-1/+2
* | Monkey patching to get linux compile working.Young Hahn2014-05-281-2/+2
|/
* return font stackKonstantin Käfer2014-05-281-7/+21
* parse glyph pbfKonstantin Käfer2014-05-281-11/+66
* add glyph store and load glyph pbfsKonstantin Käfer2014-05-281-0/+92