tdesktop/Telegram/SourceFiles/window
John Preston 2e374e68c5 Fix working with layers.
Regression was introduced in df64c97.

New base::flags work correctly only if all mutually exclusive flag
values use mutually exclusive bits (a & b == 0 for exclusive (a, b)).

Closes #3856.
2017-09-03 22:49:33 +03:00
..
themes Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
main_window.cpp Remove some App::wnd() occurences. 2017-08-25 14:39:28 +03:00
main_window.h Move MediaView from MainWindow to Messenger. 2017-08-25 14:39:27 +03:00
notifications_manager.cpp Move MediaView from MainWindow to Messenger. 2017-08-25 14:39:27 +03:00
notifications_manager.h
notifications_manager_default.cpp Use gsl::finally() instead of base::scope_guard(). 2017-08-30 19:15:26 +03:00
notifications_manager_default.h
notifications_utilities.cpp
notifications_utilities.h
player_wrap_widget.cpp
player_wrap_widget.h
section_memento.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
section_widget.cpp Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
section_widget.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
top_bar_widget.cpp Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
top_bar_widget.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
window.style
window_controller.cpp Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
window_controller.h Fix working with layers. 2017-09-03 22:49:33 +03:00
window_main_menu.cpp Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
window_main_menu.h
window_slide_animation.cpp
window_slide_animation.h
window_title.h