summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add simple static method to retrieve the current loopThiago Marcos P. Santos2015-07-061-1/+1
* Fix name shadowingJohn Firebaugh2015-07-012-4/+4
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-252-6/+3
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-253-10/+7
* fix text-letter-spacing render test by using floatAnsis Brammanis2015-06-091-2/+2
* fix android compile errorsAnsis Brammanis2015-06-021-2/+3
* re-add sprite atlas pollution fixAnsis Brammanis2015-06-021-1/+2
* fix assertion. only include glyphs with metricsAnsis Brammanis2015-06-021-1/+1
* use floats when resampling lines to match -jsAnsis Brammanis2015-05-291-3/+3
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-287-337/+406
|\
| * Notify glyph parsing errorsThiago Marcos P. Santos2015-05-283-4/+15
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-7/+6
| * split up glyph_store.cpp into multiple filesKonstantin Käfer2015-05-227-298/+334