tdesktop/Telegram/SourceFiles/ui/text
John Preston 21b1ba1f88 Move build to Ubuntu 14.04 and GCC 7.2.
To be able to run on the same distributions as before we need to have
the same GLIBC version dependency as in Ubuntu 12.04, which is 2.15.

For that we need to remove all usages of GLIBC features from 2.16 and above.
Currently there are three methods used, so they're wrapped in a separate
static library, linux_glibc_wraps.

It is a separate library because it must be compiled without '-flto' flag,
otherwise the inline __asm__ is not working and we get unresolved symbols.
2017-11-16 07:59:05 +04:00
..
text.cpp Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
text.h Fix working with layers. 2017-09-03 22:49:33 +03:00
text_block.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
text_block.h Use std::unique_ptrs for ITextBlocks. 2017-07-06 18:59:47 +03:00
text_entity.cpp Divide structs into several data/ modules. 2017-11-16 07:59:04 +04:00
text_entity.h Parse bold / italic markdown entities. 2017-07-06 16:44:11 +03:00