summaryrefslogtreecommitdiff
path: root/src/text/placement.cpp
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-312/+0
* fix variable shadowingKonstantin Käfer2014-10-221-4/+4
* never allow negative segment indicesKonstantin Käfer2014-08-271-1/+1
* code style fixesKonstantin Käfer2014-08-051-7/+4
* 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-041-1/+1
* update symbol placement to be more like jsKonstantin Käfer2014-08-041-152/+183
* update shaders and backport some collision changesKonstantin Käfer2014-08-041-4/+5
* port https://github.com/mapbox/mapbox-gl-js/commit/954dc6591fb6bef812881daf68...Konstantin Käfer2014-08-011-2/+2
* 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-161-7/+7
* cleanupKonstantin Käfer2014-06-261-1/+0
* saving current stateKonstantin Käfer2014-06-231-1/+1
* separate bucket render properties and change namingKonstantin Käfer2014-06-161-17/+8
* translate as a text bucket propertyAnsis Brammanis2014-05-301-4/+1
* add verticalAlign for textAnsis Brammanis2014-05-301-1/+1
* parse maxWidth, lineHeight and alignment, pass to FontStack::getShapingMike Morris2014-05-301-20/+4
* Merge branch 'master' into glyphrange-masterYoung Hahn2014-05-291-19/+22
|\
| * simplify glyph boxes handlingVladimir Agafonkin2014-05-271-19/+8
| * ignore flipped glyphs when placing labels for perfVladimir Agafonkin2014-05-271-14/+28
* | Stash.Young Hahn2014-05-291-21/+12
|/
* 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
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-141-8/+8
|\ \ | |/
| * always use std:: namespace for math functionsKonstantin Käfer2014-05-141-8/+8
* | 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
* add libboost back to build systemKonstantin Käfer2014-04-091-0/+2
* implement alwaysVisibleKonstantin Käfer2014-03-241-1/+1
* don't treat negative values as placement failureKonstantin Käfer2014-03-241-3/+2
* use the correct glyphsKonstantin Käfer2014-03-241-6/+13
* port remainder of the the placement algorithmKonstantin Käfer2014-03-191-0/+320