kepka/Telegram/SourceFiles
Stanislav Ershov 7d3d01a117 Tons of compilation bugs fixed 2017-11-27 13:16:11 +03:00
..
_other Improve current executable path computing. 2017-08-30 19:15:35 +03:00
base [wip] messing around with stuff that doesn't build (WHHHYYY?) 2017-11-22 05:37:14 +02:00
boxes More sources to a single source directory target for PCH 2017-11-22 03:51:58 +02:00
calls Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
chat_helpers Update faved sticker / saved GIF remove button. 2017-09-05 19:34:36 +03:00
codegen Tons of compilation bugs fixed 2017-11-27 13:16:11 +03:00
core Remove FIPS_mode_set() call 2017-11-24 00:32:50 +02:00
data Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
dialogs Display author photo / name in search results. 2017-09-05 20:21:56 +03:00
history Remove unused lang phrases and some code. 2017-09-28 19:18:27 +03:00
inline_bots Update faved sticker / saved GIF remove button. 2017-09-05 19:34:36 +03:00
intro Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
lang Remove unused lang phrases and some code. 2017-09-28 19:18:27 +03:00
media Fix travis build for the latest ffmpeg code. 2017-11-13 13:55:11 +04:00
mtproto Limit maximum IP length in case of corrupted data. 2017-09-04 15:21:52 +03:00
overview Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
platform Tons of compilation bugs fixed 2017-11-27 13:16:11 +03:00
profile Clean up formatting 2017-11-27 03:06:49 +02:00
settings [temp] Unhandled enums 2017-11-20 22:27:21 +02:00
storage Fix uninitialized values 2017-09-28 18:23:42 +03:00
ui Tons of compilation bugs fixed 2017-11-27 13:16:11 +03:00
window Display author photo / name in search results. 2017-09-05 20:21:56 +03:00
apiwrap.cpp Version 1.1.23. 2017-09-05 20:38:38 +03:00
apiwrap.h Fix missing includes 2017-11-20 22:34:17 +02:00
app.cpp Add saner handling for switch cases [sq] 2017-11-24 22:53:20 +02:00
app.h Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
application.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
application.h Fix compilation 2017-11-23 21:01:06 +02:00
auth_session.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
auth_session.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
autoupdater.cpp Tons of compilation bugs fixed 2017-11-27 13:16:11 +03:00
autoupdater.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
config.h Fix possible crash in file download after error. 2017-08-30 19:15:34 +03:00
countries.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
facades.cpp Version 1.1.22: Faved stickers limit is 5 right now. 2017-09-04 16:29:35 +03:00
facades.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
layerwidget.cpp Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
layerwidget.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
layout.cpp Parse bold / italic markdown entities. 2017-07-06 16:44:11 +03:00
layout.h Add some more colors for theming. 2017-06-30 09:21:44 +03:00
logs.cpp Implement missing handlers for disabled breakpad 2017-11-24 00:33:07 +02:00
logs.h Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
main.cpp Tons of compilation bugs fixed 2017-11-27 13:16:11 +03:00
mainwidget.cpp Fix stack overflow in passcode lock check. 2017-09-03 15:45:48 +03:00
mainwidget.h Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
mainwindow.cpp Fix IME being interrupted after reconnection 2017-09-28 12:57:25 +03:00
mainwindow.h Display and follow unread mentions in history. 2017-08-30 19:15:13 +03:00
mediaview.cpp Highlight all mentions when marking them read. 2017-08-30 19:15:53 +03:00
mediaview.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
messenger.cpp Fix window size reset on every launch. 2017-09-03 22:50:15 +03:00
messenger.h Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
observer_peer.cpp Remove main()->peerUpdated and some other signals. 2017-08-30 19:15:36 +03:00
observer_peer.h Fix working with layers. 2017-09-03 22:49:33 +03:00
overviewwidget.cpp Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
overviewwidget.h Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
passcodewidget.cpp Switch to the server side changelogs. 2017-06-29 11:40:00 +03:00
passcodewidget.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
qt_functions.cpp Include still required private header 2017-11-23 23:46:47 +02:00
qt_static_plugins.cpp Disable static Qt plugins 2017-11-24 00:32:39 +02:00
settings.cpp Fix command line parsing. 2017-09-05 17:38:40 +03:00
settings.h Add saner handling for switch cases [sq] 2017-11-24 22:53:20 +02:00
shortcuts.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
shortcuts.h Using media player for voice / video messages. 2017-05-24 16:25:12 +03:00
stdafx.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
stdafx.h Tons of compilation bugs fixed 2017-11-27 13:16:11 +03:00
structs.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
structs.h Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00