.. |
data_abstract_structure.cpp
|
…
|
|
data_abstract_structure.h
|
…
|
|
data_auto_download.cpp
|
Highlight timestamps in song captions.
|
2019-12-26 17:14:35 +03:00 |
data_auto_download.h
|
Add file size limit to autoplay settings.
|
2019-12-24 13:09:04 +03:00 |
data_channel.cpp
|
Move requestDialogEntry to Histories.
|
2020-02-21 18:48:30 +04:00 |
data_channel.h
|
Apply ignore_restriction_reasons from config.
|
2019-12-09 18:42:11 +03:00 |
data_channel_admins.cpp
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
data_channel_admins.h
|
Display custom admin ranks in messages.
|
2019-07-24 08:02:20 +02:00 |
data_chat.cpp
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
data_chat.h
|
…
|
|
data_cloud_themes.cpp
|
Update API scheme to layer 109.
|
2020-01-23 10:09:33 +03:00 |
data_cloud_themes.h
|
Beta version 1.8.6: Improve theme preview.
|
2019-09-09 16:13:16 +03:00 |
data_countries.cpp
|
Allow searching USA by 'United States'.
|
2019-06-22 22:12:47 +02:00 |
data_countries.h
|
Allow searching USA by 'United States'.
|
2019-06-22 22:12:47 +02:00 |
data_document.cpp
|
Move requestDialogEntry to Histories.
|
2020-02-21 18:48:30 +04:00 |
data_document.h
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
data_document_good_thumbnail.cpp
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
data_document_good_thumbnail.h
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
data_drafts.cpp
|
Move many widget classes to lib_ui.
|
2019-10-01 23:59:46 +03:00 |
data_drafts.h
|
…
|
|
data_feed_messages.cpp
|
…
|
|
data_feed_messages.h
|
…
|
|
data_file_origin.cpp
|
Update API scheme to layer 109.
|
2020-01-23 10:09:33 +03:00 |
data_file_origin.h
|
Support theme document file origins.
|
2019-09-09 11:51:07 +03:00 |
data_flags.h
|
…
|
|
data_folder.cpp
|
Move requestDialogEntry to Histories.
|
2020-02-21 18:48:30 +04:00 |
data_folder.h
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
data_game.h
|
…
|
|
data_groups.cpp
|
…
|
|
data_groups.h
|
…
|
|
data_histories.cpp
|
Fix request cancel in Histories.
|
2020-02-21 18:48:30 +04:00 |
data_histories.h
|
Don't send same read request more than once.
|
2020-02-21 18:48:30 +04:00 |
data_location.cpp
|
Handle located groups as public.
|
2019-06-21 14:27:46 +02:00 |
data_location.h
|
Use getters in MTP classes.
|
2019-07-05 16:23:07 +02:00 |
data_media_rotation.cpp
|
Allow rotating content in media viewer.
|
2020-02-05 19:37:39 +04:00 |
data_media_rotation.h
|
Allow rotating content in media viewer.
|
2020-02-05 19:37:39 +04:00 |
data_media_types.cpp
|
Disable forwarding public polls to channels.
|
2020-01-23 10:09:33 +03:00 |
data_media_types.h
|
Move HistoryMedia to HistoryView namespace.
|
2019-08-09 11:50:49 +01:00 |
data_messages.cpp
|
…
|
|
data_messages.h
|
…
|
|
data_notify_settings.cpp
|
Fix possible race conditions in msgid().
|
2019-07-15 16:00:30 +02:00 |
data_notify_settings.h
|
…
|
|
data_peer.cpp
|
Move requestDialogEntry to Histories.
|
2020-02-21 18:48:30 +04:00 |
data_peer.h
|
Support creating polls from bot keyboards.
|
2020-01-23 10:09:33 +03:00 |
data_peer_values.cpp
|
Use UserData::isBot where applicable.
|
2019-07-24 08:02:20 +02:00 |
data_peer_values.h
|
…
|
|
data_photo.cpp
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
data_photo.h
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
data_poll.cpp
|
Correctly apply 'min' updates in polls.
|
2020-01-24 10:31:18 +03:00 |
data_poll.h
|
Create polls with different settings.
|
2020-01-23 10:09:33 +03:00 |
data_pts_waiter.cpp
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
data_pts_waiter.h
|
…
|
|
data_scheduled_messages.cpp
|
Added handler for SCHEDULE_STATUS_PRIVATE error when send file.
|
2020-01-28 11:20:36 +03:00 |
data_scheduled_messages.h
|
Added handler for SCHEDULE_STATUS_PRIVATE error when send file.
|
2020-01-28 11:20:36 +03:00 |
data_search_controller.cpp
|
Search through Histories.
|
2020-02-21 18:48:30 +04:00 |
data_search_controller.h
|
Request history parts through Histories.
|
2020-02-21 18:48:30 +04:00 |
data_session.cpp
|
Move requestDialogEntry to Histories.
|
2020-02-21 18:48:30 +04:00 |
data_session.h
|
Move message ownership to History.
|
2020-02-21 18:48:29 +04:00 |
data_shared_media.cpp
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
data_shared_media.h
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
data_sparse_ids.cpp
|
…
|
|
data_sparse_ids.h
|
…
|
|
data_streaming.cpp
|
Save streaming player between message edits.
|
2019-12-28 17:56:06 +03:00 |
data_streaming.h
|
Save streaming player between message edits.
|
2019-12-28 17:56:06 +03:00 |
data_types.cpp
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
data_types.h
|
Allow sending scheduled messages.
|
2019-08-27 19:10:37 +03:00 |
data_user.cpp
|
Apply ignore_restriction_reasons from config.
|
2019-12-09 18:42:11 +03:00 |
data_user.h
|
Apply ignore_restriction_reasons from config.
|
2019-12-09 18:42:11 +03:00 |
data_user_photos.cpp
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
data_user_photos.h
|
…
|
|
data_wall_paper.cpp
|
Update API scheme on layer 107.
|
2019-12-29 14:41:10 +03:00 |
data_wall_paper.h
|
…
|
|
data_web_page.cpp
|
Generate previews for cloud theme links.
|
2019-09-09 14:56:05 +03:00 |
data_web_page.h
|
Generate previews for cloud theme links.
|
2019-09-09 14:56:05 +03:00 |