summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* wire in some freetype nonsenseupstream/harfbuzzMike Morris2016-04-133-163/+134
* everything is wrong but harfbuzz output is being consumedMike Morris2016-04-123-18/+39
* minor cleanupMike Morris2016-04-121-6/+1
* first draft of mbgl::Font harfbuzz label shapingMike Morris2016-04-124-116/+241
* add freetypeMike Morris2016-04-112-3/+5
* initial integration of harfbuzzMike Morris2016-04-111-0/+119
* [core] fix infinite loop in mbgl::resampleAnsis Brammanis2016-03-291-0/+3
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-2/+2
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-018-28/+37
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-011-2/+3
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-184-8/+14
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-13/+13
* [core] make sure icons fit before the ends of the lineAnsis Brammanis2016-02-091-3/+13
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-023-6/+6
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-8/+1
* [core] Avoid storing raw glyph data in addition to parsed representationJohn Firebaugh2016-01-222-31/+17
* [core] fix missing icon collision boxesAnsis Brammanis2016-01-222-10/+18
* [core] improve text-max-angle checkAnsis Brammanis2016-01-201-2/+2
* [core] implement symbol-avoid-edgesAnsis Brammanis2016-01-202-37/+90
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-4/+4
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* [core] use stale glyphsKonstantin Käfer2016-01-153-29/+31
* [core] match icon rendering with -jsAnsis Brammanis2016-01-133-12/+20
* [core] fix text-offset bugkelvinabrokwa2016-01-072-9/+9
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-234-82/+33
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-0316-17/+17
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-031-1/+1
* [core] Remove unused libuv includesThiago Marcos P. Santos2015-12-011-0/+2
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-3/+3
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-1/+1
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-162-2/+1
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-102-5/+5
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-2/+2
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-263-28/+51
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-262-3/+4
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+4
* [core] use RAII-style lifetime tracking of Request objectsKonstantin Käfer2015-10-262-8/+3
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-0/+2
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-224-16/+16
* Break lines on com­mon­ly un­spaced punc­tu­a­tionMinh Nguyễn2015-10-131-2/+20
* [core] Look the other way when placing icon at start of lineMinh Nguyễn2015-10-071-1/+7
* port minor collision code cleanup, fix #1705Ansis Brammanis2015-08-244-35/+30
* fix symbol collision detection in perspective viewAnsis Brammanis2015-08-242-4/+4
* don't use certain STL functionsKonstantin Käfer2015-08-043-4/+4
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-293-3/+3
* Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-174-139/+135
* Add docs to WorkQueue and GlyphStoreThiago Marcos P. Santos2015-07-172-2/+13
* Make Glyph requests from the Map ThreadThiago Marcos P. Santos2015-07-162-73/+65
* Updates to labels along linesNicki Dlugash2015-07-094-18/+37