tdesktop/Telegram/SourceFiles/history
John Preston 5fe75fbd5f Attempt to fix an assertion violation.
In some cases HistoryItem::attachToBlock was not calling
History::setHasPendingResizedItems (if it was not pending resize).

That could lead to addition of a whole block of items without
setting pending resize for the history and it violated the history
invariant of the _blocks y/height and their _items y/height.

Now each time we attachToBlock an item we also setPendingResize it.
2017-05-12 17:05:06 +03:00
..
history.style Redesign calls service messages. 2017-05-09 23:46:19 +03:00
history_common.h
history_drag_area.cpp Finalize rename / move of files. 2017-04-07 18:13:18 +03:00
history_drag_area.h
history_inner_widget.cpp Improve history items management. 2017-05-12 16:53:08 +03:00
history_inner_widget.h Redesign calls service messages. 2017-05-09 23:46:19 +03:00
history_item.cpp Improve history items management. 2017-05-12 16:53:08 +03:00
history_item.h Attempt to fix an assertion violation. 2017-05-12 17:05:06 +03:00
history_location_manager.cpp WebDocument without size is allowed to load. 2017-03-30 12:49:15 +03:00
history_location_manager.h
history_media.h Improve video message status text in a web page. 2017-04-30 16:43:17 +03:00
history_media_types.cpp Play notification sound using Media::Audio::Track. 2017-05-09 23:46:30 +03:00
history_media_types.h Redesign calls service messages. 2017-05-09 23:46:19 +03:00
history_message.cpp Redesign calls service messages. 2017-05-09 23:46:19 +03:00
history_message.h Redesign calls service messages. 2017-05-09 23:46:19 +03:00
history_service_layout.cpp Fix service message highlighting. 2017-03-07 21:58:16 +03:00
history_service_layout.h