summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/chat_helpers
AgeCommit message (Expand)Author
2021-03-15Use base::flat_map for pointer keysIlya Fedin
2021-03-15Trying to get rid of unused variables...Ilya Fedin
2021-03-13Get rid of deprecated ranges::view usageIlya Fedin
2021-03-13Avoid multiple .arg usage as suggested by clazyIlya Fedin
2021-03-13Apply autofixes from clazyIlya Fedin
2021-03-13Added ability to Save / Delete GIFs from menu for inline bots.23rd
2021-03-13Slightly refactored uploading of edit media.23rd
2021-03-12Rename RPCError to MTP::Error.John Preston
2021-03-04Build with QT_NO_KEYWORDSIlya Fedin
2021-03-03Expand moderating modeDaniil
2021-02-22Update more icons in the compose controls.John Preston
2021-02-17Fix skin-colored animated emoji refresh.John Preston
2021-02-17Update skin-colored animated emoji.John Preston
2021-02-04Removed App::wnd from classes that have pointer to Window::Controller.23rd
2021-01-29Improve editing messages with link previews.John Preston
2021-01-24Replaced rand_value util function with openssl::RandomValue.23rd
2021-01-24Replaced snap util function with std::clamp.23rd
2021-01-22Updated code to be consistent with lib_ui.23rd
2021-01-09Fixed filling context menu in TabbedPanel between sections.23rd
2020-12-08Change button round radius.John Preston
2020-12-07Update Qt to 5.15.2.John Preston
2020-12-01Use separate styles for group call boxes.John Preston
2020-11-19Slightly refactored code for menu with send options.23rd
2020-11-19Fixed filling menu with send options for inline bots and autocomplete.23rd
2020-11-17Add return from bot switch_pm to Scheduled/Replies.John Preston
2020-11-17Add FieldAutocomplete to ComposeControls.John Preston
2020-11-06Build Linux version with Qt 5.15.1 in CentOS 7 docker.John Preston
2020-10-30Improve grouped files layout in chat.John Preston
2020-10-30Keep first game sticker frames inside the binary.John Preston
2020-10-30Support slot machine game.John Preston
2020-10-30Move Media::Clip::Reader and FileLocation to td_ui.John Preston
2020-10-30Move App::roundRect to Ui::FillRoundRect.John Preston
2020-10-30Implement message bar with animations.John Preston
2020-09-30Move lang keys to td_lang library.John Preston
2020-09-29Use MaskedInputField for URL input.John Preston
2020-09-29Fix build on macOS.John Preston
2020-09-29'base::optional_variant<' -> 'std::variant<v::null_t,'John Preston
2020-09-29Replace mapbox variant with std::variant.John Preston
2020-08-21Added ability to remove recent stickers.23rd
2020-08-19Moved toggling of existing media to separate file.23rd
2020-08-11Moved code for send context menu to namespace.23rd
2020-08-11Added ability to schedule and send silently stickers from autocomplete.23rd
2020-08-11Slightly refactored FieldAutocomplete.23rd
2020-08-11Moved default send callbacks to separate functions.23rd
2020-08-11Moved code for send context menu to separate file.23rd
2020-08-11Added Api::SendOptions passing from TabbedSelector for inline results.23rd
2020-08-11Added other items to TabbedPanel's context menu.23rd
2020-08-11Added ability to pass SendMenuType to TabbedSelector.23rd
2020-08-11Added initial context menu to TabbedPanel.23rd
2020-08-11Separated send menu filling to another method.23rd