793862bee6 
								
							 
						 
						
							
							
								
								Fix -Wredundant-move and -Wdeprecated-copy warnings ( #6663 )  
							
							... 
							
							
							
							* Do not move result at end of function
This makes GCC 9.1.2 happy with the active -Wredundant-move warning.
Indeed, such moving of local variables or local arguments before
returning is unnecessary and prevents the compiler from copy elision
optimization. 
							
						 
						
							2019-11-12 18:15:34 +03:00  
				
					
						
							
							
								 
						
							
								1eb62579e2 
								
							 
						 
						
							
							
								
								Support building OS X 10.10/10.11 version.  
							
							
							
						 
						
							2019-11-05 14:27:42 +03:00  
				
					
						
							
							
								 
						
							
								6c2479c09f 
								
							 
						 
						
							
							
								
								Fixed moving cursor when using reply shortcuts.  
							
							... 
							
							
							
							- Fixed  #6038 .
 - Slightly refactored comparison of modifiers. 
							
						 
						
							2019-11-05 13:23:56 +03:00  
				
					
						
							
							
								 
						
							
								4be178c75f 
								
							 
						 
						
							
							
								
								Added SpellingHighlighter to InputField in HistoryWidget and some boxes.  
							
							
							
						 
						
							2019-10-20 21:11:38 +04:00  
				
					
						
							
							
								 
						
							
								30a1bd7ba2 
								
							 
						 
						
							
							
								
								Use base::call_delayed.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								f677b116f9 
								
							 
						 
						
							
							
								
								Use install_base_filter for lib_base.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								a6b96662c4 
								
							 
						 
						
							
							
								
								Use some resources from lib_ui.  
							
							
							
						 
						
							2019-10-19 12:27:56 +04:00  
				
					
						
							
							
								 
						
							
								a6c84c36c0 
								
							 
						 
						
							
							
								
								Use layers and boxes from lib_ui.  
							
							
							
						 
						
							2019-10-19 12:27:52 +04:00  
				
					
						
							
							
								 
						
							
								383195f1b2 
								
							 
						 
						
							
							
								
								Use some icons from lib_ui.  
							
							
							
						 
						
							2019-10-19 12:27:34 +04:00  
				
					
						
							
							
								 
						
							
								246c45ce0e 
								
							 
						 
						
							
							
								
								Use lib_ui from submodule.  
							
							
							
						 
						
							2019-10-19 12:27:28 +04:00  
				
					
						
							
							
								 
						
							
								261a83eda3 
								
							 
						 
						
							
							
								
								Show restricted date to user ( #6642 )  
							
							... 
							
							
							
							* Show restricted date to user
* Fixed attach button toast
* Fixed attach button toast in scheduled messages 
							
						 
						
							2019-10-07 17:35:22 +03:00  
				
					
						
							
							
								 
						
							
								9773563926 
								
							 
						 
						
							
							
								
								Fix history geometry update being lost.  
							
							... 
							
							
							
							Fixes  #6629 . 
						
							2019-10-03 13:25:05 +03:00  
				
					
						
							
							
								 
						
							
								ecfe1dacb2 
								
							 
						 
						
							
							
								
								Version 1.8.12: Fix build for Xcode.  
							
							
							
						 
						
							2019-10-02 12:54:29 +03:00  
				
					
						
							
							
								 
						
							
								60640c7087 
								
							 
						 
						
							
							
								
								Version 1.8.12: Fix 'edited' badge display.  
							
							
							
						 
						
							2019-10-02 12:08:31 +03:00  
				
					
						
							
							
								 
						
							
								982edcb310 
								
							 
						 
						
							
							
								
								Resize message with photo when bubbled  
							
							
							
						 
						
							2019-10-02 11:56:33 +03:00  
				
					
						
							
							
								 
						
							
								56aab1aa07 
								
							 
						 
						
							
							
								
								explicitly specify the upper bound in ranges::view::ints  
							
							
							
						 
						
							2019-10-02 11:52:55 +03:00  
				
					
						
							
							
								 
						
							
								9d850b71e7 
								
							 
						 
						
							
							
								
								be compatible with range-v3 0.9.x/1.0 branch  
							
							... 
							
							
							
							This made 2 changes to the current code base to be compatible with higher versions of range-v3 library.
1. ranges::iterator_range was renamed to subrange, see https://github.com/ericniebler/range-v3/issues/766 
2. PercentCounterItem need an operator== for ranges::sort for some reason 
							
						 
						
							2019-10-02 11:52:55 +03:00  
				
					
						
							
							
								 
						
							
								684cfa16b8 
								
							 
						 
						
							
							
								
								Do not show edit timer for supergroup admins  
							
							
							
						 
						
							2019-10-02 11:31:43 +03:00  
				
					
						
							
							
								 
						
							
								849deb57e2 
								
							 
						 
						
							
							
								
								Move many widget classes to lib_ui.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								c057f28425 
								
							 
						 
						
							
							
								
								Move standard buttons to lib_ui.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								c5845f17ae 
								
							 
						 
						
							
							
								
								Remove twidget header.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								e2f54eb3e9 
								
							 
						 
						
							
							
								
								Move some style code to lib_ui.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								0c713a930a 
								
							 
						 
						
							
							
								
								Remove app.h / facades.h from precompiled header.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00  
				
					
						
							
							
								 
						
							
								4af9c801ae 
								
							 
						 
						
							
							
								
								Don't show sticker suggestions if can't send.  
							
							... 
							
							
							
							Fixes  #6581 . 
						
							2019-09-27 19:56:54 +03:00  
				
					
						
							
							
								 
						
							
								f11339361d 
								
							 
						 
						
							
							
								
								Make "All Users" checkbox behave like the "All Actions" checkbox  
							
							
							
						 
						
							2019-09-27 18:04:50 +03:00  
				
					
						
							
							
								 
						
							
								1d8d2b6251 
								
							 
						 
						
							
							
								
								Fix theme link preview title.  
							
							
							
						 
						
							2019-09-10 18:30:47 +03:00  
				
					
						
							
							
								 
						
							
								f9d10094ac 
								
							 
						 
						
							
							
								
								Added warning when try to attach new media while editing message.  
							
							
							
						 
						
							2019-09-10 14:22:20 +03:00  
				
					
						
							
							
								 
						
							
								241f5e1d26 
								
							 
						 
						
							
							
								
								Make theme preview fit in minimal window size.  
							
							
							
						 
						
							2019-09-10 00:50:15 +03:00  
				
					
						
							
							
								 
						
							
								c1ab1acd44 
								
							 
						 
						
							
							
								
								Fix crash in scheduled messages 'Send Now'.  
							
							
							
						 
						
							2019-09-09 17:43:39 +03:00  
				
					
						
							
							
								 
						
							
								ee5423762a 
								
							 
						 
						
							
							
								
								Generate previews for cloud theme links.  
							
							
							
						 
						
							2019-09-09 14:56:05 +03:00  
				
					
						
							
							
								 
						
							
								f1eddcd584 
								
							 
						 
						
							
							
								
								Make link preview title clickable  
							
							
							
						 
						
							2019-09-09 10:15:32 +03:00  
				
					
						
							
							
								 
						
							
								5f26e92f5c 
								
							 
						 
						
							
							
								
								Fix scheduled messages from ShareBox.  
							
							... 
							
							
							
							Fixes  #6497 . 
						
							2019-09-08 21:26:17 +03:00  
				
					
						
							
							
								 
						
							
								4951eeac98 
								
							 
						 
						
							
							
								
								Allow creating desktop part of multi-theme.  
							
							
							
						 
						
							2019-09-06 19:31:07 +03:00  
				
					
						
							
							
								 
						
							
								6343221d7b 
								
							 
						 
						
							
							
								
								Remove many includes from stdafx.pch.  
							
							
							
						 
						
							2019-09-06 19:31:07 +03:00  
				
					
						
							
							
								 
						
							
								ac8f924909 
								
							 
						 
						
							
							
								
								Show tdesktop cloud themes in a box.  
							
							
							
						 
						
							2019-09-06 19:31:06 +03:00  
				
					
						
							
							
								 
						
							
								d7cb8b7065 
								
							 
						 
						
							
							
								
								Version 1.8.4: Fix crash in local messages.  
							
							
							
						 
						
							2019-09-06 16:41:43 +03:00  
				
					
						
							
							
								 
						
							
								ab6d9ff73c 
								
							 
						 
						
							
							
								
								Fix sending first message in chat.  
							
							
							
						 
						
							2019-09-06 14:14:04 +03:00  
				
					
						
							
							
								 
						
							
								8b766dda8e 
								
							 
						 
						
							
							
								
								Fix crash in scheduled message in admin log.  
							
							... 
							
							
							
							Fixes  #6495 . 
						
							2019-09-06 12:20:59 +03:00  
				
					
						
							
							
								 
						
							
								ee0f66d746 
								
							 
						 
						
							
							
								
								Fix crash in history clear while sending messages.  
							
							... 
							
							
							
							Don't remove messages that are currently being sent from locals. 
							
						 
						
							2019-09-06 10:56:01 +03:00  
				
					
						
							
							
								 
						
							
								7893ad0558 
								
							 
						 
						
							
							
								
								Mark all types of local history items.  
							
							
							
						 
						
							2019-09-06 10:53:44 +03:00  
				
					
						
							
							
								 
						
							
								e0c0d79be9 
								
							 
						 
						
							
							
								
								Fix build for GCC.  
							
							
							
						 
						
							2019-09-02 15:22:01 +03:00  
				
					
						
							
							
								 
						
							
								253816641c 
								
							 
						 
						
							
							
								
								Submit by keyboard in scheduled section.  
							
							
							
						 
						
							2019-09-02 13:39:43 +03:00  
				
					
						
							
							
								 
						
							
								ca2692473d 
								
							 
						 
						
							
							
								
								Fix inactive window notifications clearing.  
							
							
							
						 
						
							2019-09-02 13:39:43 +03:00  
				
					
						
							
							
								 
						
							
								8000dfac01 
								
							 
						 
						
							
							
								
								Fix crash on admin log exit by Escape.  
							
							
							
						 
						
							2019-09-02 13:39:43 +03:00  
				
					
						
							
							
								 
						
							
								87ea49e094 
								
							 
						 
						
							
							
								
								Allow schedule messages while in slowmode counter.  
							
							
							
						 
						
							2019-09-02 13:39:43 +03:00  
				
					
						
							
							
								 
						
							
								66bf48e21e 
								
							 
						 
						
							
							
								
								Remove 'Send without sound' in Saved messages.  
							
							
							
						 
						
							2019-08-31 14:43:19 +03:00  
				
					
						
							
							
								 
						
							
								451056d2ab 
								
							 
						 
						
							
							
								
								Track reminder unread status without cheating.  
							
							
							
						 
						
							2019-08-31 14:32:15 +03:00  
				
					
						
							
							
								 
						
							
								791ae64a90 
								
							 
						 
						
							
							
								
								Fix crash in local messages tracking.  
							
							
							
						 
						
							2019-08-31 14:25:24 +03:00  
				
					
						
							
							
								 
						
							
								16b786186b 
								
							 
						 
						
							
							
								
								Fix schedule time selection.  
							
							
							
						 
						
							2019-08-31 14:21:52 +03:00  
				
					
						
							
							
								 
						
							
								b27a2cd34a 
								
							 
						 
						
							
							
								
								Use edit_hide flag to hide 'edited' badge.  
							
							
							
						 
						
							2019-08-30 18:00:32 +03:00  
				
					
						
							
							
								 
						
							
								3715fa4b1e 
								
							 
						 
						
							
							
								
								Fix scheduled notifications on inbox read.  
							
							
							
						 
						
							2019-08-30 17:06:21 +03:00  
				
					
						
							
							
								 
						
							
								d95e54cb1a 
								
							 
						 
						
							
							
								
								Check if it is possible to 'Send now.'  
							
							
							
						 
						
							2019-08-30 16:17:46 +03:00  
				
					
						
							
							
								 
						
							
								5758f756c9 
								
							 
						 
						
							
							
								
								Fix draft clearing on message send.  
							
							... 
							
							
							
							Regression was introduced in caef7dde24 
							
						 
						
							2019-08-30 13:31:45 +03:00  
				
					
						
							
							
								 
						
							
								04617e4a12 
								
							 
						 
						
							
							
								
								Fixed display of tooltip for date of stickers.  
							
							... 
							
							
							
							- Fixed  #6426 .
 - Regression was introduced in b814c6307a 
							
						 
						
							2019-08-29 16:16:22 +03:00  
				
					
						
							
							
								 
						
							
								405ccb8580 
								
							 
						 
						
							
							
								
								Add editing of AddedByPhone privacy.  
							
							
							
						 
						
							2019-08-29 11:44:03 +03:00  
				
					
						
							
							
								 
						
							
								07f45b7eab 
								
							 
						 
						
							
							
								
								Improve published scheduled notifications.  
							
							
							
						 
						
							2019-08-29 10:01:28 +03:00  
				
					
						
							
							
								 
						
							
								87addd41b1 
								
							 
						 
						
							
							
								
								Add new phrases for reminders.  
							
							
							
						 
						
							2019-08-29 10:01:28 +03:00  
				
					
						
							
							
								 
						
							
								0a4f91a53d 
								
							 
						 
						
							
							
								
								Notify about published scheduled messages.  
							
							
							
						 
						
							2019-08-29 10:01:28 +03:00  
				
					
						
							
							
								 
						
							
								44d156760e 
								
							 
						 
						
							
							
								
								Fix build in Xcode.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								ef7087348a 
								
							 
						 
						
							
							
								
								Allow to schedule created polls.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								8eac2dcb78 
								
							 
						 
						
							
							
								
								Correctly show scheduled polls.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								f690f93f32 
								
							 
						 
						
							
							
								
								Allow schedule of files, stickers, GIFs.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								77ebdd3576 
								
							 
						 
						
							
							
								
								Send from scheduled messages section.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								3e895d0e85 
								
							 
						 
						
							
							
								
								Make tabbed selector working in scheduled section.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								385a7eb00d 
								
							 
						 
						
							
							
								
								Start scheduled compose controls.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								1c9775baf9 
								
							 
						 
						
							
							
								
								Improve scheduled messages icon design.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								fb96d2eef8 
								
							 
						 
						
							
							
								
								Improve schedule box design.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								debeb61540 
								
							 
						 
						
							
							
								
								Start schedule message box.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								03cdddfe18 
								
							 
						 
						
							
							
								
								Allow sending scheduled messages.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								caef7dde24 
								
							 
						 
						
							
							
								
								Bundle silent and scheduled to Api::SendOptions.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								694f771131 
								
							 
						 
						
							
							
								
								Allow to send scheduled messages instantly.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								99037d3d46 
								
							 
						 
						
							
							
								
								Improve scheduled messages top bar.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								ea0a616453 
								
							 
						 
						
							
							
								
								Allow deleting scheduled messages.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								815a18be94 
								
							 
						 
						
							
							
								
								Add initial scheduled list implementation.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								3814b0833d 
								
							 
						 
						
							
							
								
								Keep track of scheduled messages.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								549789bfb7 
								
							 
						 
						
							
							
								
								Update API scheme to layer 105.  
							
							
							
						 
						
							2019-08-27 19:10:37 +03:00  
				
					
						
							
							
								 
						
							
								e1fe373504 
								
							 
						 
						
							
							
								
								Fix localtime-related slowmode errors.  
							
							
							
						 
						
							2019-08-20 12:42:37 +03:00  
				
					
						
							
							
								 
						
							
								7316d24ca4 
								
							 
						 
						
							
							
								
								Quick fix for 'Cant forward here' error.  
							
							
							
						 
						
							2019-08-19 15:26:12 +03:00  
				
					
						
							
							
								 
						
							
								b814c6307a 
								
							 
						 
						
							
							
								
								Check that sticker drag point is inside.  
							
							
							
						 
						
							2019-08-19 15:26:12 +03:00  
				
					
						
							
							
								 
						
							
								06fbb2edc4 
								
							 
						 
						
							
							
								
								Added permanent date display for sticker when fast action is enabled.  
							
							
							
						 
						
							2019-08-19 15:26:12 +03:00  
				
					
						
							
							
								 
						
							
								0ee47bb10f 
								
							 
						 
						
							
							
								
								Fixed fast action button and date position for stickers.  
							
							
							
						 
						
							2019-08-19 15:26:12 +03:00  
				
					
						
							
							
								 
						
							
								9f228d8146 
								
							 
						 
						
							
							
								
								Fixed fast share button in messages with big emoji and reply.  
							
							
							
						 
						
							2019-08-19 15:26:12 +03:00  
				
					
						
							
							
								 
						
							
								de270d5283 
								
							 
						 
						
							
							
								
								Fixed right action click handler on stickers without stickerpack.  
							
							
							
						 
						
							2019-08-19 15:26:12 +03:00  
				
					
						
							
							
								 
						
							
								1139a59818 
								
							 
						 
						
							
							
								
								Fix crash in editing message to empty.  
							
							
							
						 
						
							2019-08-19 15:26:12 +03:00  
				
					
						
							
							
								 
						
							
								02b65a42f7 
								
							 
						 
						
							
							
								
								Move message client flags to a separate field.  
							
							
							
						 
						
							2019-08-09 20:19:23 +01:00  
				
					
						
							
							
								 
						
							
								93793d8bdd 
								
							 
						 
						
							
							
								
								Remove thumbnail for colored animated emoji.  
							
							
							
						 
						
							2019-08-09 11:51:35 +01:00  
				
					
						
							
							
								 
						
							
								d7f7a03eb4 
								
							 
						 
						
							
							
								
								Don't refresh large emoji messages when sent.  
							
							
							
						 
						
							2019-08-09 11:51:35 +01:00  
				
					
						
							
							
								 
						
							
								bc83df9d7f 
								
							 
						 
						
							
							
								
								Repaint skin-toned animated emoji.  
							
							
							
						 
						
							2019-08-09 11:51:33 +01:00  
				
					
						
							
							
								 
						
							
								4bad642190 
								
							 
						 
						
							
							
								
								Remove some more Auth() calls.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								230dd29af5 
								
							 
						 
						
							
							
								
								More large emoji layout improvements.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								116b483a88 
								
							 
						 
						
							
							
								
								Improve layout of large emoji.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								e479daca03 
								
							 
						 
						
							
							
								
								Use outlined large emoji.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								51d350c356 
								
							 
						 
						
							
							
								
								Fix stickers and emoji render.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								d298953653 
								
							 
						 
						
							
							
								
								Add large emoji implementation.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								1d52ba7a42 
								
							 
						 
						
							
							
								
								Extract sticker-specific HistoryView code.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								850940116d 
								
							 
						 
						
							
							
								
								Move HistoryMedia to HistoryView namespace.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								fd59147b8a 
								
							 
						 
						
							
							
								
								Allow disabling animated emoji.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								93a52bb66e 
								
							 
						 
						
							
							
								
								Move some settings from global to Session.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								7e4c9f98a6 
								
							 
						 
						
							
							
								
								Track all single-emoji messages.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00  
				
					
						
							
							
								 
						
							
								7d2896dd42 
								
							 
						 
						
							
							
								
								Scale animated emoji by server config.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00