summaryrefslogtreecommitdiff
path: root/src/text
Commit message (Expand)AuthorAgeFilesLines
* add array overloads to make_unique and move it to mbgl::util from stdKonstantin Käfer2014-12-031-2/+2
* Pass FileSource by referenceJohn Firebaugh2014-11-211-4/+4
* fix variable shadowingKonstantin Käfer2014-10-223-8/+8
* remove outdated commentKonstantin Käfer2014-10-081-3/+0
* 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
* never allow negative segment indicesKonstantin Käfer2014-08-271-1/+1
* Merge pull request #437 from mapbox/fix-gccKonstantin Käfer2014-08-262-3/+3
|\
| * add a few fixes for gccKonstantin Käfer2014-08-212-3/+3
* | Support for Mapbox fontstack APIJohn Firebaugh2014-08-221-4/+2
|/
* Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-201-2/+4
* fix warningsKonstantin Käfer2014-08-181-1/+1
* use pimpl for collision in tile_parserKonstantin Käfer2014-08-151-15/+7
* allow crosstile labels and add `symbol-avoid-edges`Ansis Brammanis2014-08-151-62/+68
* 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
* 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
|\