Commit Graph

23835 Commits

Author SHA1 Message Date
Sergey A. Osokin
1ef7001dea Update README.md
Update link
2026-06-18 17:00:52 +04:00
Reza Bakhshi Laktasaraei
b9aad5d250 Engaged chat search on typing instead of focus in screen reader mode.
In screen reader mode, focusing the dialogs search field no longer opens
the suggestions panel or shows the cancel-search button. Search engages
only when the user types, stays engaged after clearing the query, and
disengages only on explicit Escape or the cancel-search button. Tab and
Backspace on an empty query no longer exit search in this mode.

Non-screen-reader behavior is unchanged.
2026-06-18 12:53:33 +04:00
Reza Bakhshi Laktasaraei
0152fa2aaa Redirected chat list typing to search field in screen reader mode. 2026-06-18 08:57:21 +04:00
John Preston
d842777f28 Add some more MicroTeX safeguards. 2026-06-17 17:17:08 +04:00
John Preston
3d63f509ab Fix channel stats initial UI toggles. 2026-06-17 17:02:47 +04:00
John Preston
61caec4b30 Fix build with Xcode. 2026-06-17 13:10:59 +04:00
Ilya Fedin
641a43da65 Fix random define tdesktop cache being used for no define 2026-06-17 08:55:48 +04:00
John Preston
afe2d0b327 Fix albums selection by click outside of bubble.
Fixes #30831.
2026-06-16 17:56:22 +04:00
Ilya Fedin
abdc116f1f Fix Linux action tdesktop cache update 2026-06-16 16:47:20 +04:00
tzcnt
4ce9177dbb Update TooManyCooks for LoongArch support 2026-06-16 13:50:49 +04:00
John Preston
043fa0a5ec Fix build on Windows. 2026-06-16 12:07:01 +04:00
23rd
1f804fc52e Fixed build. 2026-06-16 10:57:11 +03:00
John Preston
9cca0059b5 Fix order in auctions list hashing. 2026-06-15 21:54:54 +04:00
Ilya Fedin
c486314f83 Avoid full Telegram target rebuild on version change 2026-06-15 17:05:51 +04:00
Ilya Fedin
ae167dba19 Update patches 2026-06-15 11:53:42 +04:00
Ilya Fedin
2ed2083b55 Restore dispatch autodetection 2026-06-15 11:53:42 +04:00
Ilya Fedin
999b28ae89 Cache tdesktop itself in Linux action 2026-06-15 11:36:36 +04:00
Ilya Fedin
6571285834 Use ccache for libraries in Linux action 2026-06-15 11:36:36 +04:00
Ilya Fedin
64dce78247 Prevent cache invalidation by date/time in Docker 2026-06-15 11:36:36 +04:00
Ilya Fedin
6a87fe28a9 Use ccache in Docker 2026-06-15 11:36:36 +04:00
Ilya Fedin
6da54a20a8 Save dnf cache in Docker 2026-06-15 11:36:36 +04:00
Ilya Fedin
d9a4283b22 Compress debug info in Docker
That should decrease cache size a lot
2026-06-15 11:36:36 +04:00
Ilya Fedin
8f06924b05 Use heredoc in Dockerfile 2026-06-15 11:36:36 +04:00
Lauren
49ff0bcc09 Fixed usedId assignment logic in edit_todo_list_box 2026-06-15 09:56:05 +04:00
John Preston
3887c78b03 Version 6.9.3.
- Fix possible crash in formula parsing.
- Fix field resize after Undo/Redo.
- Fix OpenGL in Windows build.
v6.9.3
2026-06-12 23:03:45 +04:00
John Preston
82c29549a7 Fix content size checks after undo/redo. 2026-06-12 23:01:57 +04:00
John Preston
7db0d5dac5 Fix parsing some incorrect formulas. 2026-06-12 22:50:45 +04:00
John Preston
8ca06bd64f Fix OpenGL in Windows builds. 2026-06-12 22:39:49 +04:00
John Preston
90cdf55f4d Adjust resources for docker run script. 2026-06-12 10:29:17 +04:00
John Preston
8165c7c6c0 Update API scheme on layer 227. 2026-06-12 01:04:25 +04:00
John Preston
f5e93bedbd Version 6.9.2.
- Fix possible crash in OpenGL init (Linux).
- Fix possible crash in calls (Windows on ARM).
- Fix working with system proxy (Windows).
- Fix display of rich messages without text.
- Fix display of rich messages in Recent Actions.
- Replace dispatch with TooManyCooks (Linux).
v6.9.2
2026-06-11 23:47:18 +04:00
John Preston
d4336a9046 Fix possible crash in rich messages. 2026-06-11 23:47:18 +04:00
John Preston
8b6e326978 Rasterize glyphs using Qt QPainterPath. 2026-06-11 22:45:59 +04:00
John Preston
47eca4050b Check passport encrypted data size. 2026-06-11 22:01:58 +04:00
John Preston
82efd0ccb1 Check blob extraction paths. 2026-06-11 22:01:57 +04:00
23rd
6532220e5f Slightly improved style of local storage section. 2026-06-11 21:35:46 +04:00
John Preston
8d60827537 Fix possible crash in rich messages. 2026-06-11 21:35:42 +04:00
John Preston
d73030dd5c Disable hinting for bundled math fonts. 2026-06-11 21:25:19 +04:00
John Preston
b54239b611 Attempt to force our fonts. 2026-06-11 21:19:53 +04:00
John Preston
ee1a9fd0c9 Add .kml / .kmz as potentially IP-revealing. 2026-06-11 20:49:42 +04:00
John Preston
1363667ca8 Fix possible crash in formula parsing. 2026-06-11 20:49:16 +04:00
MrSnowball-dev
d63506dead Activate window on swipe-to-reply.
A touchpad swipe-to-reply works on an unfocused window, because scroll
events are delivered to the window under the pointer without moving
keyboard focus. The reply bar opened, but keystrokes kept going to the
previously focused application. Request window activation when a swipe
triggers a reply, like other reply flows already do.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 18:37:04 +04:00
John Preston
033d3832b5 Fix some math formula rendering. 2026-06-11 18:09:34 +04:00
John Preston
6c14476f30 Attempt to fix even more context losses. 2026-06-11 18:09:33 +04:00
John Preston
b3387190a9 Harden image size checks. 2026-06-11 18:09:24 +04:00
Ilya Fedin
7193c3dfb8 Prevent periodic updater instantiation with autoupdates disabled
When autoupdates are disabled, there's no permanent updater reference making each UpdateChecker call create an Updater instance with make_shared just to destruct it immediately
2026-06-11 17:33:21 +04:00
Ilya Fedin
9f2920a881 Remove clang from Docker and Snap
It was needed only for dispatch
2026-06-11 16:52:05 +04:00
John Preston
67484a0c04 Optimize reveal animation of rich messages. 2026-06-11 14:29:59 +04:00
John Preston
65bb1a33b8 Improve min-width counting for rich messages. 2026-06-11 14:27:56 +04:00
John Preston
0bd6fe8406 Make NTLM proxy fix inside Qt only, per-proxy. 2026-06-11 13:53:34 +04:00