TGTGInsighttelegram intelligenceLIVE / telegram public index
← Telegram github commits and releases
Telegram github commits and releases avatar

TGINSIGHT POST

Post #19165

@tgappsupdates

Telegram github commits and releases

Views236Post view count
PostedDec 1012/10/2025, 08:15 AM
Post content

Post content

telegramdesktop/tdesktop/dev • b172c9a • 1 files, +8/-6 Added check for empty proxy list before showing delete all menu item. telegramdesktop/tdesktop/dev • f0a3ddb • 1 files, +1/-1 Fixed phrase in menu item to share gift collection. telegramdesktop/tdesktop/dev • 52cc766 • 2 files, +29/-8 Moved out verify details below app button when it is presented in info. telegramdesktop/tdesktop/dev • 4a43dfd • 5 files, +341/-2 Added profile color support to calls panel. telegramdesktop/tdesktop/dev • 7ce7b88 • 3 files, +193/-79 Implemented adaptive drawing algorithm with smoothing in image editor. - Adaptive point filtering - zoom-based minimum distance (3px / zoom) prevents point overflow during fast movements. - Speed-based pressure simulation - exponential smoothing (decay 0.95) creates variable line thickness: pressure = clamp(1.0 - speed * 0.1). - Two-pass weighted averaging - smoothed = current * 0.5 + neighbors * 0.25 eliminates jagged lines while preserving initial direction. - Incremental rendering with 3-point overlap - draws only new segments, reduces complexity from O(n^2) to O(n). - QPainterPath with quadratic Bezier curves - single fillPath() call instead of multiple drawEllipse(). telegramdesktop/tdesktop/dev • 52d78ef • 2 files, +3/-2 Increased round radius for popup menu. telegramdesktop/tdesktop/dev • 9fb4f4b • 3 files, +5/-17 Fixed display of original date with nearest days in self. telegramdesktop/tdesktop/dev • b9a109c • 2 files, +14/-2 Added ability to set custom animation duration for MediaPreviewWidget. telegramdesktop/tdesktop/dev • 7f58650 • 4 files, +197/-0 Added preview of reaction to posts on right click. telegramdesktop/tdesktop/dev • 2f528a9 • 1 files, +2/-2 Fix seconds phrase for auctions. #tdesktop