summaryrefslogtreecommitdiff
path: root/src/text
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Stash.Young Hahn2014-05-292-25/+40
* | | 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-282-0/+193
|/
* remove some leftover codeVladimir Agafonkin2014-05-271-16/+4
* underscale by 1 zoom level instead of 3Vladimir Agafonkin2014-05-211-1/+1
* Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-191-1/+1
|\
| * encode icon texture coordinate in buffer so we can render all pois with 1 dra...Konstantin Käfer2014-05-191-1/+1
* | use separate trees for horizontal and curved labelsAnsis Brammanis2014-05-161-7/+20
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-143-28/+28
|\ \ | |/
| * always use std:: namespace for math functionsKonstantin Käfer2014-05-143-28/+28
* | switch back to std::pair, tuples are breaking on travisKonstantin Käfer2014-05-141-3/+1
* | add tuple includeKonstantin Käfer2014-05-141-0/+2
* | switch to r*tree and use tuples and bulk insertsKonstantin Käfer2014-05-141-6/+12
* | use std::fabs instead of fabsWill Snook2014-05-131-1/+1
* | Fix for #195, native maxAngleDeltaWill Snook2014-05-131-1/+1
|/
* cleanup + unused argumentsKonstantin Käfer2014-04-161-2/+2
* don't report warnings in boostKonstantin Käfer2014-04-161-0/+4
* add libboost back to build systemKonstantin Käfer2014-04-092-0/+3
* implement alwaysVisibleKonstantin Käfer2014-03-242-4/+5