..
_other
Use /permissive- flag for Visual Studio builds.
2017-11-16 07:59:10 +04:00
base
Move Info::TopBarOverride to Info::TopBar.
2017-11-27 15:43:57 +04:00
boxes
Move Info::TopBarOverride to Info::TopBar.
2017-11-27 15:43:57 +04:00
calls
Allow pinned messages in channels.
2017-11-21 18:27:48 +04:00
chat_helpers
Move Info::TopBarOverride to Info::TopBar.
2017-11-27 15:43:57 +04:00
codegen
Divide structs into several data/ modules.
2017-11-16 07:59:04 +04:00
core
Alpha version 1.1.24.
2017-11-29 19:10:03 +04:00
data
Fix channel admin rights checking.
2017-11-24 20:05:50 +04:00
dialogs
Move Info::TopBarOverride to Info::TopBar.
2017-11-27 15:43:57 +04:00
history
Don't apply count from getParticipants(Recent).
2017-11-28 22:30:01 +04:00
info
Fix and improve back navigation with three columns.
2017-11-29 00:01:04 +04:00
inline_bots
Minimal layer 72 support.
2017-11-20 23:54:05 +04:00
intro
Handle PHONE_NUMBER_BANNED error in login.
2017-11-24 21:41:09 +04:00
lang
Remove some unused / rare phrases.
2017-11-16 07:59:05 +04:00
media
Pass already-members when adding members to channel.
2017-11-19 18:41:52 +04:00
mtproto
Minimal layer 72 support.
2017-11-20 23:54:05 +04:00
overview
Improve selected shared media items layout.
2017-11-23 18:58:00 +04:00
platform
Fix build for the original range-v3.
2017-11-26 18:20:22 +04:00
profile
Don't apply count from getParticipants(Recent).
2017-11-28 22:30:01 +04:00
rpl
Use custom base::overload() helper.
2017-11-21 18:27:48 +04:00
settings
Replace $ with _ in rpl::mappers.
2017-11-20 16:32:55 +04:00
storage
Reverse user and chat profile photos.
2017-11-23 13:58:12 +04:00
ui
Don't apply count from getParticipants(Recent).
2017-11-28 22:30:01 +04:00
window
Don't apply count from getParticipants(Recent).
2017-11-28 22:30:01 +04:00
apiwrap.cpp
Alpha version 1.1.24.
2017-11-29 19:10:03 +04:00
apiwrap.h
Don't apply count from getParticipants(Recent).
2017-11-28 22:30:01 +04:00
app.cpp
Allow supergroup members to clear history.
2017-11-22 12:04:24 +04: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
Remove Q_OBJECT dependency from ApiWrap.
2017-04-07 18:13:19 +03:00
auth_session.cpp
Improve compile time.
2017-11-21 14:20:52 +04:00
auth_session.h
Improve compile time.
2017-11-21 14:20:52 +04:00
autoupdater.cpp
Improve current executable path computing.
2017-08-30 19:15:35 +03:00
autoupdater.h
Version 1.0 stable: bump copyright date to 2017.
2017-01-11 23:02:13 +04:00
config.h
Add SharedMediaSlice to observe shared media.
2017-11-16 07:59:02 +04:00
countries.h
Version 1.0 stable: bump copyright date to 2017.
2017-01-11 23:02:13 +04:00
facades.cpp
Minimal layer 72 support.
2017-11-20 23:54:05 +04:00
facades.h
Minimal layer 72 support.
2017-11-20 23:54:05 +04:00
layout.cpp
Remove RTL Override symbols from filenames.
2017-11-16 07:59:09 +04:00
layout.h
Shared media multiple items selection.
2017-11-16 07:59:07 +04:00
logs.cpp
Replace QFlags with base::flags.
2017-09-03 15:45:47 +03:00
logs.h
Replace t_assert() with Assert().
2017-08-30 19:15:42 +03:00
main.cpp
Fix sending files from "Send To" in Windows.
2017-09-05 16:45:58 +03:00
mainwidget.cpp
Fix and improve back navigation with three columns.
2017-11-29 00:01:04 +04:00
mainwidget.h
Fix and improve back navigation with three columns.
2017-11-29 00:01:04 +04:00
mainwindow.cpp
Minimal layer 72 support.
2017-11-20 23:54:05 +04:00
mainwindow.h
Fix build with GCC.
2017-11-16 07:59:07 +04:00
mediaview.cpp
Reverse user and chat profile photos.
2017-11-23 13:58:12 +04:00
mediaview.h
Remove old shared media overview section.
2017-11-16 07:59:11 +04:00
messenger.cpp
Add workaround for macOS leaveEvent() bugs.
2017-11-21 18:27:48 +04:00
messenger.h
Add workaround for macOS leaveEvent() bugs.
2017-11-21 18:27:48 +04:00
observer_peer.cpp
Improve compile time.
2017-11-21 14:20:52 +04:00
observer_peer.h
Improve compile time.
2017-11-21 14:20:52 +04:00
passcodewidget.cpp
Change *[Fast|Animated] to anim::type in FadeWrap.
2017-11-16 07:59:06 +04:00
passcodewidget.h
Version 1.0 stable: bump copyright date to 2017.
2017-01-11 23:02:13 +04:00
qt_static_plugins.cpp
Add hime inputcontext plugin for linux version
2017-06-29 10:49:31 +03:00
settings.cpp
Move stickers state variables to AuthSessionData.
2017-11-16 07:59:09 +04:00
settings.h
Move stickers state variables to AuthSessionData.
2017-11-16 07:59:09 +04: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
Fix build for the original range-v3.
2017-11-26 18:20:22 +04:00