1
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-04-01 23:00:58 +00:00
tdesktop/Telegram/SourceFiles/ui
John Preston 8d354382a4 Text selection display fixes.
- Use QPainter current pen for selected text in cases we
didn't specify it explicitly in the TextPalette.
- Better rounding of QRectF from QFixed values to QRect selected
background filling areas.
- Using QPainter::viewport() instead of random huge QRect() in
clipping, because it fails to apply this huge QRect() clip region
in Retina paint devices: 2x scale QMatrix::map() is not defined for
QRegion-s having rects with sum of dimensions larger than 100000.
2017-02-16 17:07:16 +03:00
..
buttons Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
effects Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
style Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
text Text selection display fixes. 2017-02-16 17:07:16 +03:00
toast Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
widgets Moved to the latest emoji set. 2017-02-15 21:27:31 +03:00
abstract_button.cpp Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
abstract_button.h Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
animation.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
animation.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
countryinput.cpp Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
countryinput.h Replace T_WIDGET macro with a template base class. 2017-02-11 14:24:37 +03:00
emoji_config.cpp Moved to the latest emoji set. 2017-02-15 21:27:31 +03:00
emoji_config.h Moved to the latest emoji set. 2017-02-15 21:27:31 +03:00
filedialog.cpp Fixed directory choose dialog in Windows XP. 2017-02-09 16:44:37 +03:00
filedialog.h Closed beta 1000006001: Built in theme and color palette editor. 2017-02-07 17:56:33 +03:00
images.cpp Added logging of file location invalidations. 2017-02-09 16:51:49 +03:00
images.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
twidget.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
twidget.h Fix build of the new TWidgetHelper<> for GCC, finally. 2017-02-13 02:17:06 +03:00