kotatogram-desktop/Telegram/SourceFiles/data
2020-11-09 03:26:49 +03:00
..
stickers Added ability to remove recent stickers. 2020-08-21 16:23:44 +03:00
data_abstract_structure.cpp
data_abstract_structure.h
data_auto_download.cpp Improve video userpics in chat history. 2020-07-25 11:25:22 +04:00
data_auto_download.h Improve video userpics in chat history. 2020-07-25 11:25:22 +04:00
data_changes.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_changes.h Handle links to replies section. 2020-09-29 19:03:28 +03:00
data_channel.cpp Updated TDesktop sources to 2.4.3 2020-11-09 03:26:49 +03:00
data_channel.h Updated TDesktop sources to 2.4.3 2020-11-09 03:26:49 +03:00
data_channel_admins.cpp
data_channel_admins.h
data_chat.cpp Simplified ranges::find_if with ranges::any_of and ranges::none_of. 2020-06-23 21:53:43 +04:00
data_chat.h Fix userpics display for min-loaded users. 2020-09-29 19:03:26 +03:00
data_chat_filters.cpp Local folders 2020-09-08 02:38:26 +03:00
data_chat_filters.h Local folders 2020-09-08 02:38:26 +03:00
data_cloud_file.cpp Fix build on macOS. 2020-09-29 19:03:23 +03:00
data_cloud_file.h Try using progressive jpeg photo size. 2020-09-29 19:03:18 +03:00
data_cloud_themes.cpp Updated TDesktop sources to 2.1.17 beta 2020-07-03 04:39:44 +03:00
data_cloud_themes.h Start using document bytes from DocumentMedia. 2020-06-01 18:09:30 +04:00
data_countries.cpp
data_countries.h
data_document.cpp Updated TDesktop sources to 2.4.3 2020-11-09 03:26:49 +03:00
data_document.h Allow to load video components of photos. 2020-07-25 11:24:11 +04:00
data_document_media.cpp Updated TDesktop sources to 2.2 2020-07-30 09:23:07 +03:00
data_document_media.h Simplify Image, remove ImageSource. 2020-06-01 18:09:33 +04:00
data_drafts.cpp Move session settings to main_session_settings. 2020-06-23 21:53:42 +04:00
data_drafts.h Use Main::Session in entities parsing. 2020-06-08 12:05:17 +04:00
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 'base::optional_variant<' -> 'std::variant<v::null_t,' 2020-09-29 19:03:19 +03:00
data_flags.h
data_folder.cpp Merge remote-tracking branch 'tdesktop/dev' into dev 2020-07-01 05:43:07 +03:00
data_folder.h Use Data::CloudImage for userpics. 2020-06-01 18:09:33 +04:00
data_game.h
data_groups.cpp Added ability to edit media in scheduled messages. 2020-07-17 18:22:38 +03:00
data_groups.h
data_histories.cpp Allow blocking users from Replies chat. 2020-09-29 19:03:26 +03:00
data_histories.h Allow blocking users from Replies chat. 2020-09-29 19:03:26 +03:00
data_location.cpp Use Data::CloudImage for location thumbnails. 2020-06-01 18:09:33 +04:00
data_location.h Use Data::CloudImage for location thumbnails. 2020-06-01 18:09:33 +04: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 Updated TDesktop sources to 2.4.3 2020-11-09 03:26:49 +03:00
data_media_types.h Forward options 2020-09-07 05:59:38 +03:00
data_messages.cpp Fix opening Replies section on unread bar. 2020-10-02 19:29:29 +03:00
data_messages.h Fix opening Replies section on unread bar. 2020-10-02 19:29:29 +03:00
data_notify_settings.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_notify_settings.h
data_peer.cpp Updated TDesktop sources to 2.4.3 2020-11-09 03:26:49 +03:00
data_peer.h Updated TDesktop sources to 2.4.3 2020-11-09 03:26:49 +03:00
data_peer_values.cpp Updated TDesktop sources to 2.4.3 2020-11-09 03:26:49 +03:00
data_peer_values.h
data_photo.cpp Fix build on macOS. 2020-09-29 19:03:23 +03:00
data_photo.h Implement progressive jpeg loading and sending. 2020-09-29 19:03:18 +03:00
data_photo_media.cpp Implement progressive jpeg loading and sending. 2020-09-29 19:03:18 +03:00
data_photo_media.h Try using progressive jpeg photo size. 2020-09-29 19:03:18 +03:00
data_poll.cpp Update API scheme to layer 119. Count replies. 2020-09-29 19:03:18 +03:00
data_poll.h Use Main::Session in entities parsing. 2020-06-08 12:05:17 +04:00
data_pts_waiter.cpp Move updates handling MainWidget -> Api::Updates. 2020-06-23 21:53:39 +04:00
data_pts_waiter.h Move updates handling MainWidget -> Api::Updates. 2020-06-23 21:53:39 +04:00
data_replies_list.cpp Fix crash on wrong server response. 2020-10-05 12:58:12 +03:00
data_replies_list.h Use service message instead of unread bar. 2020-09-29 19:03:26 +03:00
data_reply_preview.cpp Simplify Image, remove ImageSource. 2020-06-01 18:09:33 +04:00
data_reply_preview.h Remove legacy image-related code. 2020-06-01 18:09:33 +04:00
data_scheduled_messages.cpp Fixed crash when user schedules message with elapsed date. 2020-10-07 14:30:29 +03:00
data_scheduled_messages.h Added Up arrow shortcut to edit scheduled messages. 2020-07-20 21:44:07 +03:00
data_search_controller.cpp Update API scheme to layer 119. Count replies. 2020-09-29 19:03:18 +03:00
data_search_controller.h Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_session.cpp Updated TDesktop sources to 2.4.3 2020-11-09 03:26:49 +03:00
data_session.h Removed authorizations check form Data::Session. 2020-09-30 18:48:34 +03:00
data_shared_media.cpp Replace mapbox variant with std::variant. 2020-09-29 19:03:19 +03:00
data_shared_media.h Fix build on macOS. 2020-09-29 19:03:23 +03:00
data_sparse_ids.cpp
data_sparse_ids.h
data_streaming.cpp Play video userpics in photo change messages. 2020-07-25 11:25:22 +04:00
data_streaming.h Play video userpics in photo change messages. 2020-07-25 11:25:22 +04:00
data_types.cpp Update API scheme to layer 119. Count replies. 2020-09-29 19:03:18 +03:00
data_types.h Implement progressive jpeg loading and sending. 2020-09-29 19:03:18 +03:00
data_user.cpp Update API scheme to layer 119. Count replies. 2020-09-29 19:03:18 +03:00
data_user.h Fix userpics display for min-loaded users. 2020-09-29 19:03:26 +03:00
data_user_photos.cpp Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_user_photos.h Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_wall_paper.cpp Remove unused variable 2020-07-13 09:33:55 +04:00
data_wall_paper.h Move background to global settings. 2020-06-23 21:53:42 +04:00
data_web_page.cpp Remove some more Auth() calls. 2020-06-23 21:53:38 +04:00
data_web_page.h Replace mapbox variant with std::variant. 2020-09-29 19:03:19 +03:00