tdesktop/Telegram/SourceFiles/ui/text
John Preston 65371ec1b8 Fix selected text render on Retina.
QPainter::viewport() can be a too large rect to be passed as a
clipping region to QPainter on Retina displays.

QPainter in case of Retina displays tries to transform QRegion using
scale matrix and fails with "QRegion: creating region from big
polygon failed" warning message and disables painting completely.
2017-07-26 15:51:24 +03:00
..
text.cpp Fix selected text render on Retina. 2017-07-26 15:51:24 +03:00
text.h Use std::unique_ptrs for ITextBlocks. 2017-07-06 18:59:47 +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 Add X / V vector icon to checkbox Toggle view. 2017-07-09 18:06:27 +03:00
text_entity.h Parse bold / italic markdown entities. 2017-07-06 16:44:11 +03:00