AyuGramDesktop/Telegram/SourceFiles/dialogs/ui
John Preston a0ffa15885 Update story mention layout, add outline.
Also use uint32 for bool-bitfields, otherwise:

int a : 1 = 0;
...
const auto test = true;
const auto b = test ? 1 : 0;
if (a != b) {
    a = b;
    ...
}
Assert(a == b); // Violation, because a == -1, not 1 (after a = b).
2023-07-20 07:20:33 +04:00
..
dialogs_layout.cpp Implement some power saving options. 2023-03-01 09:12:02 +04:00
dialogs_layout.h Remove ui/special_buttons module. 2022-12-26 14:24:06 +04:00
dialogs_message_view.cpp Hide login code with a spoiler in chats list. 2023-04-27 15:23:36 +04:00
dialogs_message_view.h Fix crash in topic jump ripple animation. 2022-12-29 17:48:33 +04:00
dialogs_stories_content.cpp Update story mention layout, add outline. 2023-07-20 07:20:33 +04:00
dialogs_stories_content.h Improve story source context menus. 2023-07-20 07:20:32 +04:00
dialogs_stories_list.cpp Implement vertical list of hidden story sources. 2023-07-20 07:20:33 +04:00
dialogs_stories_list.h Update story mention layout, add outline. 2023-07-20 07:20:33 +04:00
dialogs_topics_view.cpp Implement some power saving options. 2023-03-01 09:12:02 +04:00
dialogs_topics_view.h Fix crash in topic jump ripple animation. 2022-12-29 17:48:33 +04:00
dialogs_video_userpic.cpp Support adaptive forum userpic rounding radius. 2022-12-05 16:18:10 +04:00
dialogs_video_userpic.h Support adaptive forum userpic rounding radius. 2022-12-05 16:18:10 +04:00