kepka/Telegram/SourceFiles/ui/text
John Preston 2e374e68c5 Fix working with layers.
Regression was introduced in df64c97.

New base::flags work correctly only if all mutually exclusive flag
values use mutually exclusive bits (a & b == 0 for exclusive (a, b)).

Closes #3856.
2017-09-03 22:49:33 +03:00
..
text.cpp Fix selected text render on Retina. 2017-07-26 15:51:24 +03: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 Remove App::app(), App::uploader(), App::api(). 2017-08-25 14:39:18 +03:00
text_entity.h Parse bold / italic markdown entities. 2017-07-06 16:44:11 +03:00