ZaStoGram_desktop/Telegram/SourceFiles/calls/group
Repository files (latest commit first)
Filename Latest commit message Latest commit date
loop-uh 8575223c2b Merge remote-tracking branch 'upstream/dev' into dev
Upstream 7.0.6 with WebAuthn/passkey transports, the sticker creator and
image editor work, the thanos collapse-gap fixes and the split of the big
style files.

Conflicts kept our side by default, upstream taken where it fixes things:
- version files: upstream 7.0.6 numbers, our ZaStoGram naming and the
  stable-only comments;
- emoji_list_widget repaintCustom: upstream's guard that only remembers a
  set id when a section really matched, driving our animation scheduler;
- intro_qr: our retry timer next to upstream's stopped/restart handling,
  and the shown flag resets when the step is left;
- boxes.style: took upstream's split, moved our proxy settings metrics to
  connection_box.style;
- .agents/ stays out of version control.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-28 14:26:28 +03:00
..
ui Removed unused style includes from sources. 2026-07-27 14:04:36 +03:00
calls_choose_join_as.cpp Removed unused style includes from sources. 2026-07-27 14:04:36 +03:00
calls_choose_join_as.h Use base::weak_qptr / base::make_weak. 2025-07-23 11:40:59 +04:00
calls_cover_item.cpp Fix bio cut-off in calls peer info. 2026-04-17 00:23:31 +07:00
calls_cover_item.h Replaced generic widget-based parent with explicit Menu class in items. 2026-01-06 07:21:15 +03:00
calls_group_call.cpp Fix more MTProto instance includes 2026-07-08 18:12:23 +03:00
calls_group_call.h Restructure mtproto ownership 2026-07-08 00:07:46 +03:00
calls_group_common.cpp Removed unused style includes from sources. 2026-07-27 14:04:36 +03:00
calls_group_common.h Calls: enable audio sharing flow on Linux 2026-03-05 09:25:37 +04:00
calls_group_invite_controller.cpp Fix GCC 15 -Wrange-loop-construct 2026-03-03 12:16:32 +04:00
calls_group_invite_controller.h Put prioritized users on top of inactive confcall. 2025-05-01 11:13:20 +04:00
calls_group_members.cpp Renamed rpl::start_with_ with rpl::on_. 2025-12-10 21:28:33 +03:00
calls_group_members.h Fix crash in joining video chats. 2025-05-01 11:13:21 +04:00
calls_group_members_row.cpp Renamed rpl::start_with_ with rpl::on_. 2025-12-10 21:28:33 +03:00
calls_group_members_row.h Support distinct calling/invited states. 2025-05-01 11:13:18 +04:00
calls_group_menu.cpp Removed unused style includes from sources. 2026-07-27 14:04:36 +03:00
calls_group_menu.h Removed Calls::Group::ConfirmBoxBuilder. 2022-02-28 09:08:01 +03:00
calls_group_message_encryption.cpp Update API scheme on layer 216. 2025-10-10 09:27:00 +04:00
calls_group_message_encryption.h Update API scheme on layer 216. 2025-10-10 09:27:00 +04:00
calls_group_message_field.cpp Removed unused style includes from sources. 2026-07-27 14:04:36 +03:00
calls_group_message_field.h Prevent video chat reaction panel click-through 2026-07-20 18:38:53 +04:00
calls_group_messages.cpp Restructure mtproto ownership 2026-07-08 00:07:46 +03:00
calls_group_messages.h Show star senders in live stories. 2025-11-25 17:50:25 +04:00
calls_group_messages_ui.cpp Moved shared style structs to own files. 2026-07-27 14:04:36 +03:00
calls_group_messages_ui.h Prevent video chat reaction panel click-through 2026-07-20 18:38:53 +04:00
calls_group_panel.cpp Prevent video chat reaction panel click-through 2026-07-20 18:38:53 +04:00
calls_group_panel.h Support enabling/disabling messages. 2025-10-10 09:27:01 +04:00
calls_group_rtmp.cpp Added animated icons to copy-to-clipboard toasts. 2026-06-26 15:22:28 +03:00
calls_group_rtmp.h Use base::weak_qptr / base::make_weak. 2025-07-23 11:40:59 +04:00
calls_group_settings.cpp Added animated icons to copy-to-clipboard toasts. 2026-06-26 15:22:28 +03:00
calls_group_settings.h Improve things for OpenAL devices management. 2024-02-01 12:37:34 +04:00
calls_group_stars_box.cpp Don't allow sending stars from stream admin. 2025-11-25 19:05:55 +04:00
calls_group_stars_box.h Don't allow sending stars from stream admin. 2025-11-25 19:05:55 +04:00
calls_group_toasts.cpp Use more simple tr::... text helpers. 2025-12-15 21:40:54 +04:00
calls_group_toasts.h Add video/screencast pinned/unpinned toasts. 2021-05-31 17:10:30 +04:00
calls_group_viewport.cpp fix 2026-07-11 18:09:32 +03:00
calls_group_viewport.h Complete borrowed RHI onscreen split for the VideoStream proxy 2026-07-11 18:14:13 +03:00
calls_group_viewport_opengl.cpp Renamed rpl::start_with_ with rpl::on_. 2025-12-10 21:28:33 +03:00
calls_group_viewport_opengl.h Simplify OpenGL surface renderer interface. 2025-10-22 12:18:12 +04:00
calls_group_viewport_raster.cpp Fix crash in several video removed from video call. 2025-11-24 17:08:10 +04:00
calls_group_viewport_raster.h Simplify OpenGL surface renderer interface. 2025-10-22 12:18:12 +04:00
calls_group_viewport_rhi.cpp Merge remote-tracking branch 'upstream/dev' into dev 2026-07-25 17:07:59 +03:00
calls_group_viewport_rhi.h Merge remote-tracking branch 'upstream/dev' into dev 2026-07-14 18:46:38 +03:00
calls_group_viewport_tile.cpp Renamed rpl::start_with_ with rpl::on_. 2025-12-10 21:28:33 +03:00
calls_group_viewport_tile.h Fix crash in several video removed from video call. 2025-11-24 17:08:10 +04:00
calls_volume_item.cpp Slightly simplified resize handler for menu items. 2026-01-06 08:30:08 +03:00
calls_volume_item.h Replaced generic widget-based parent with explicit Menu class in items. 2026-01-06 07:21:15 +03:00