| 
								
								
									 John Preston | b22e2ffe1d | Animate inline path thumbnails with sliding gradient. | 2021-07-02 20:40:32 +03:00 |  | 
				
					
						| 
								
								
									 23rd | 583c3d3429 | Moved static functions from DocumentData to separated file. | 2021-06-17 10:57:45 +04:00 |  | 
				
					
						| 
								
								
									 23rd | b422ec025e | Removed Ui::show from classes that have pointer to Controller. | 2021-06-17 10:57:45 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 1342077dcb | Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. | 2021-04-09 15:05:00 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 68b0a85369 | Rename RPCError to MTP::Error. | 2021-03-12 16:58:26 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | ae298818a8 | Implement message bar with animations. | 2020-10-30 18:32:17 +03:00 |  | 
				
					
						| 
								
								
									 Sean Wei | 556aa28df6 | Remove unused variable The following are commits related to removed variables.
apiwrap.cpp
e050e27: kSaveDraftBeforeQuitTimeout
app.cpp113f665: serviceImageCacheSize
boxes/auto_download_box.cppa0c6104: checked(Source source, Type type)
boxes/background_preview_box.cppb6edf45: resultBytesPerPixelfe21b5a: ms
boxes/calendar_box.cppae97704: yearIndex, monthIndex99bb093: ms
boxes/connection_box.cppf794d8d: ping
boxes/dictionaries_manager.cpp8353867: session
boxes/peer_list_box.cpp2ce2a14: grayedWidth
boxes/peers/add_participants_box.cpp07e010d: chat, channel
boxes/self_destruction_box.cppfe9f02e: count
chat_helpers/emoji_suggestions_widget.cppa12bc60: is(QLatin1String string)
chat_helpers/field_autocomplete.cpp8c7a35c: atwidth, hashwidth
chat_helpers/gifs_list_widget.cppff65734: inlineItems3d846fc: newSelectedd1687ab: kSaveDraftBeforeQuitTimeout
chat_helpers/stickers_dice_pack.cppc83e297: kZeroDiceDocumentId
chat_helpers/stickers_emoji_pack.cppd298953: length
chat_helpers/stickers_list_widget.cppeb75859: index, x
core/crash_reports.cpp5940ae6: LaunchedDateTimeStr, LaunchedBinaryName
data/data_changes.cpp
3c4e959:clearRealtime
data/data_cloud_file.cpp4b354b0: fromCloud, cacheTag
data/data_document_media.cpp7db5359: kMaxVideoFrameArea
data/data_messages.cpp794e315: wasCount
data/data_photo_media.cppe27d2bc: index
data/data_wall_paper.cppb6edf45: resultBytesPerPixel
data/data_types.cppaa8f62d: kWebDocumentCacheTag, kStorageCacheMask
history/admin_log/history_admin_log_inner.cpp794e315: canDelete, canForward
history/history_location_manager.cpp60f45ab: kCoordPrecision9f90d3a: kMaxHttpRedirects
history/history_message.cppcedf8a6: kPinnedMessageTextLimit
history/history_widget.cppb305924: serviceColorefa5fc4: hasForward5e7aa4f: kTabbedSelectorToggleTooltipTimeoutMs, kTabbedSelectorToggleTooltipCount
history/view/history_view_context_menu.cppfe1a90b: isVideoLink, isVoiceLink, isAudioLink
settings.cppe2f54eb: defaultRecent
settings/settings_folders.cppe8bf5bb: kRefreshSuggestedTimeout
ui/filter_icon_panel.cppc4a0bc1: kDelayedHideTimeoutMs
window/themes/window_theme_preview.cppef927c8: mutedCounter
-----
Modified variables
boxes/stickers_box.cpp554eb3a: _rows[pressedIndex] -> set
data/data_notify_settings.cpp734c410: muteForSeconds -> muteUntil
history/view/history_view_list_widget.cpp07528be: _items[index] -> viewe5f3bed: fromState, tillState
history/history.cppcd3c1c6: kStatusShowClientsideRecordVideo -> kStatusShowClientsideRecordVoice
storage/download_manager_mtproto.cppae8fb14: _queues[dcId] -> queue
storage/localstorage.cpp357caf8: MTP::Environment::Production -> production | 2020-07-13 09:33:55 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | eb1845e33b | Fix crash in session destruction. Also use rpl::event_stream for downloaderTaskFinished. | 2020-07-01 12:26:29 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | c15019dee6 | Fix crashes in MainWidget and ApiWrap. | 2020-06-30 18:26:44 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 30c82bb2e0 | Remove some MainWindow::sessionController() calls. | 2020-06-23 21:53:44 +04:00 |  | 
				
					
						| 
								
								
									 23rd | e318a7d65f | Simplified ranges::find_if with ranges::any_of and ranges::none_of. | 2020-06-23 21:53:43 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 2635ca33f8 | Move background to global settings. | 2020-06-23 21:53:42 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 357caf8007 | Keep separate MTP::Config's for separate accounts. | 2020-06-23 21:53:41 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | ee43027bea | Remove some usages of App::main(). | 2020-06-23 21:53:39 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 36fbdfb380 | Simplify Image, remove ImageSource. | 2020-06-01 18:09:33 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 6513422e40 | Remove legacy image-related code. | 2020-06-01 18:09:33 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 956c3af0ae | Start DocumentData::thumbnail move to DocumentMedia. | 2020-06-01 18:09:30 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 40f12a2584 | Keep document byte data only in DocumentMedia. | 2020-06-01 18:09:30 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | bf616036b3 | Check loaded status through DocumentMedia if possible. | 2020-06-01 18:09:30 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | c8d2ac9583 | Move message ownership to History. | 2020-02-21 18:48:29 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 66204bae95 | Update API scheme on layer 107. | 2019-12-29 14:41:10 +03:00 |  | 
				
					
						| 
								
								
									 John Preston | a6c84c36c0 | Use layers and boxes from lib_ui. | 2019-10-19 12:27:52 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | c5845f17ae | Remove twidget header. | 2019-10-01 23:59:46 +03:00 |  | 
				
					
						| 
								
								
									 John Preston | 0c713a930a | Remove app.h / facades.h from precompiled header. | 2019-10-01 23:59:46 +03:00 |  | 
				
					
						| 
								
								
									 John Preston | 6343221d7b | Remove many includes from stdafx.pch. | 2019-09-06 19:31:07 +03:00 |  | 
				
					
						| 
								
								
									 John Preston | 7893ad0558 | Mark all types of local history items. | 2019-09-06 10:53:44 +03:00 |  | 
				
					
						| 
								
								
									 John Preston | 02b65a42f7 | Move message client flags to a separate field. | 2019-08-09 20:19:23 +01:00 |  | 
				
					
						| 
								
								
									 John Preston | 137fa0378c | Remove some more Auth() calls. | 2019-07-24 16:00:30 +02:00 |  | 
				
					
						| 
								
								
									 John Preston | ff44094ded | Rename AuthSession to Main::Session. | 2019-07-24 13:45:24 +02:00 |  | 
				
					
						| 
								
								
									 John Preston | c5df4db621 | Fix possible race conditions in msgid(). | 2019-07-15 16:00:30 +02:00 |  | 
				
					
						| 
								
								
									 John Preston | 87fc066e67 | Use tr:: instead of lang(). | 2019-06-21 11:06:51 +02:00 |  | 
				
					
						| 
								
								
									 John Preston | a7c8feaecb | Use tr:: instead of langFactory and __rich. | 2019-06-21 11:06:50 +02:00 |  | 
				
					
						| 
								
								
									 John Preston | d1d98c3bb1 | Use tr:: instead of langFactory in box titles. | 2019-06-21 11:06:50 +02:00 |  | 
				
					
						| 
								
								
									 John Preston | 7ee16ba45c | Clear hidden animated stickers. | 2019-05-27 14:11:26 +02:00 |  | 
				
					
						| 
								
								
									 John Preston | 08bddc5579 | Move messages data to AuthSession. | 2019-05-01 16:11:42 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 43cc2145a8 | Don't update radial animations in cycle. | 2019-04-04 19:31:07 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 99bb09374d | Use new animations engine everywhere. | 2019-04-02 14:33:53 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | a6e96f9a28 | Use new animations engine in all Basic-s. | 2019-04-02 14:33:53 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | d3bf489bea | Improve base::binary_guard interface. | 2019-04-02 14:33:52 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | b972da059a | Show explaining preview of forwards privacy. | 2019-03-24 12:12:42 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 5ec37e9112 | Use separate click handler for OpenWith. | 2019-03-13 13:35:47 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 13a9b967e9 | Use user phrases for support accounts. | 2019-03-12 14:38:59 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | 9a616edf2a | Add new animations engine. | 2019-03-11 12:08:17 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | fe618bd652 | Use crl::time/now instead of TimeMs/getms. | 2019-02-19 11:06:33 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | d208236994 | Accept binary_guard in crl::guard(). | 2019-02-17 15:56:07 +04:00 |  | 
				
					
						| 
								
								
									 John Preston | f9d56eb4c1 | Send installWallPaper requests. | 2019-02-08 19:47:02 +03:00 |  | 
				
					
						| 
								
								
									 John Preston | 890aacaeee | Allow to blur wallpapers from file. | 2019-02-08 16:55:02 +03:00 |  | 
				
					
						| 
								
								
									 John Preston | e2f0886950 | Add option to blur chat background. | 2019-02-07 19:36:30 +03:00 |  |