tdesktop/Telegram/SourceFiles/core
John Preston 8884cb190a Version 1.0.27: Fix launch in Ubuntu 17.04
Ubuntu 17.04 launch results in segfault if the build was done
by GCC 6.2 (works fine with GCC 4.9). Backtrace shows that it
crashes in gtk_init_check() call somewhere in libmirclient and
tests show that it works fine with GDK_BACKEND=x11.

So we use gdk_set_allowed_backends() method to explicitly state
that we support only "x11" GDK backend, that way it doesn't try
to use libmirclient and it does not crash.

Fix #3176 #3162
2017-03-31 13:46:55 +03:00
..
basic_types.h Version 1.0.26 for macOS: Fix Clang builds. 2017-03-30 15:00:02 +03:00
build_config.h
click_handler.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
click_handler.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
click_handler_types.cpp Fix regex for in app links (#3142) 2017-03-23 17:56:51 +03:00
click_handler_types.h
file_utilities.cpp Finalizing file renaming. 2017-03-04 13:23:56 +03:00
file_utilities.h Removed legacy FileDialog::query* methods. 2017-02-28 19:04:52 +03:00
lambda.h Add MTP::Sender to replace RPCSender some day. 2017-03-23 14:37:38 +03:00
observer.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
observer.h Alpha 1.0.19: Add MSVC++ bug workaround. 2017-03-08 13:46:04 +03:00
ordered_set.h
parse_helper.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
parse_helper.h
qthelp_regex.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
qthelp_url.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
qthelp_url.h
runtime_composer.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
runtime_composer.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
single_timer.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
single_timer.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
task_queue.cpp Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
task_queue.h Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
type_traits.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
utils.cpp Finalizing file renaming. 2017-03-04 13:23:56 +03:00
utils.h Closed beta 1000018001: calls and payments dummies. 2017-03-30 12:49:15 +03:00
variant.h Fix build in Xcode and GCC. 2017-03-10 18:53:16 +03:00
version.h Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
virtual_method.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
zlib_help.h