John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								c242a61e8c 
								
							 
						 
						
							
							
								
								Fix money input field limit without decimal separator.  
							
							
							
						 
						
							2021-04-19 11:26:04 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								b6c86fd298 
								
							 
						 
						
							
							
								
								Add nice tips buttons.  
							
							
							
						 
						
							2021-04-06 18:41:16 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								1cc1f380d0 
								
							 
						 
						
							
							
								
								Implement a nice money input field.  
							
							
							
						 
						
							2021-04-06 18:41:16 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								f09a468a7c 
								
							 
						 
						
							
							
								
								Improve design of payment bottom buttons.  
							
							
							
						 
						
							2021-04-06 18:41:16 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								619f70ab22 
								
							 
						 
						
							
							
								
								Improve design of shipping option selection.  
							
							
							
						 
						
							2021-04-06 18:41:16 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								21b502c754 
								
							 
						 
						
							
							
								
								Format money amount same way as server does.  
							
							
							
						 
						
							2021-04-06 18:41:16 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								8cac76931e 
								
							 
						 
						
							
							
								
								Support adding tips in payments.  
							
							
							
						 
						
							2021-04-06 18:41:15 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								0d44736575 
								
							 
						 
						
							
							
								
								First full-featured version of payments, no design.  
							
							
							
						 
						
							2021-04-06 18:41:15 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									23rd 
								
							 
						 
						
							
							
							
							
								
							
							
								348712059b 
								
							 
						 
						
							
							
								
								Moved date and progress text formatting to tg_ui:ui/text/format_values.  
							
							
							
						 
						
							2020-12-22 09:11:04 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								05eb549a3d 
								
							 
						 
						
							
							
								
								Move App::roundRect to Ui::FillRoundRect.  
							
							
							
						 
						
							2020-10-30 18:32:18 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								ae298818a8 
								
							 
						 
						
							
							
								
								Implement message bar with animations.  
							
							
							
						 
						
							2020-10-30 18:32:17 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								719bed6e85 
								
							 
						 
						
							
							
								
								Move some text formatting to tg_ui:ui/text/format_values.  
							
							
							
						 
						
							2020-09-30 16:29:17 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								246c45ce0e 
								
							 
						 
						
							
							
								
								Use lib_ui from submodule.  
							
							
							
						 
						
							2019-10-19 12:27:28 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								de230332b9 
								
							 
						 
						
							
							
								
								Version 1.8.14: Fix crash in text processing on old OS X.  
							
							
							
						 
						
							2019-10-03 19:51:09 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								ecfe1dacb2 
								
							 
						 
						
							
							
								
								Version 1.8.12: Fix build for Xcode.  
							
							
							
						 
						
							2019-10-02 12:54:29 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jiachen YANG 
								
							 
						 
						
							
							
							
							
								
							
							
								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 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								3b0bf7cb1e 
								
							 
						 
						
							
							
								
								Move some more widgets and effects.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								849deb57e2 
								
							 
						 
						
							
							
								
								Move many widget classes to lib_ui.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								c5845f17ae 
								
							 
						 
						
							
							
								
								Remove twidget header.  
							
							
							
						 
						
							2019-10-01 23:59:46 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								e2f54eb3e9 
								
							 
						 
						
							
							
								
								Move some style code to lib_ui.  
							
							
							
						 
						
							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 
								
							 
						 
						
							
							
							
							
								
							
							
								0a4f91a53d 
								
							 
						 
						
							
							
								
								Notify about published scheduled messages.  
							
							
							
						 
						
							2019-08-29 10:01:28 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								d298953653 
								
							 
						 
						
							
							
								
								Add large emoji implementation.  
							
							
							
						 
						
							2019-08-09 11:50:49 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								27d84befa8 
								
							 
						 
						
							
							
								
								Remove emoji from custom admin ranks.  
							
							
							
						 
						
							2019-07-28 15:39:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								3bf709d459 
								
							 
						 
						
							
							
								
								Add Ui::Text::Italic modifier.  
							
							
							
						 
						
							2019-07-27 23:09:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								ff44094ded 
								
							 
						 
						
							
							
								
								Rename AuthSession to Main::Session.  
							
							
							
						 
						
							2019-07-24 13:45:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								b9d3ba621e 
								
							 
						 
						
							
							
								
								Change some private header includes.  
							
							
							
						 
						
							2019-07-10 19:36:27 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								567bf60644 
								
							 
						 
						
							
							
								
								Use getters in MTP classes.  
							
							
							
						 
						
							2019-07-05 16:23:07 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								5628c1eee6 
								
							 
						 
						
							
							
								
								Encode cached frames to YUV420P.  
							
							
							
						 
						
							2019-07-01 17:57:36 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								8741266819 
								
							 
						 
						
							
							
								
								Add support for Underline and Strike-through text.  
							
							
							
						 
						
							2019-06-23 15:40:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								4917ca7b32 
								
							 
						 
						
							
							
								
								Remove all legacy global namespace langs.  
							
							
							
						 
						
							2019-06-21 11:06:52 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								7f96a185cf 
								
							 
						 
						
							
							
								
								Add rpl interface for Lang in tr:: namespace.  
							
							
							
						 
						
							2019-06-21 11:06:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								91c57f2035 
								
							 
						 
						
							
							
								
								Support intersecting links with entities.  
							
							
							
						 
						
							2019-06-21 11:06:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								522e66b2db 
								
							 
						 
						
							
							
								
								Make Ui::Text::Parser methods non-inclass.  
							
							
							
						 
						
							2019-06-21 11:06:48 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								ca7c50fbcd 
								
							 
						 
						
							
							
								
								Remove pseudo-HTML from langpacks and Ui::Text::String.  
							
							
							
						 
						
							2019-06-21 11:06:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								2162aa8df0 
								
							 
						 
						
							
							
								
								Rename Text to Ui::Text::String.  
							
							
							
						 
						
							2019-06-21 11:06:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								9c613fe2f7 
								
							 
						 
						
							
							
								
								Move system versions to platform/platform_info.  
							
							
							
						 
						
							2019-06-04 14:23:14 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								c4aac5fa0e 
								
							 
						 
						
							
							
								
								Update API scheme to layer 100.  
							
							
							
						 
						
							2019-05-27 15:09:06 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								fe3181649b 
								
							 
						 
						
							
							
								
								Fix build on macOS and Linux.  
							
							
							
						 
						
							2019-04-09 17:10:44 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								b5be6df5e2 
								
							 
						 
						
							
							
								
								Copy text with expanded links only to external.  
							
							... 
							
							
							
							Paste valid custom links in message field if copied from messages. 
							
						 
						
							2019-04-08 19:10:06 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								ff51423125 
								
							 
						 
						
							
							
								
								Remove ExpandLinksNone, rename Text::originalText.  
							
							
							
						 
						
							2019-04-08 15:53:11 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									23rd 
								
							 
						 
						
							
							
							
							
								
							
							
								bfc9e43eb4 
								
							 
						 
						
							
							
								
								Added a handler for "MESSAGE_EMPTY" error to delete a local message.  
							
							... 
							
							
							
							- Added a determination of the zero-width-space as the space.
 - Fixes #3145 . 
							
						 
						
							2019-03-10 10:26:40 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								4111da1dd0 
								
							 
						 
						
							
							
								
								Move some calls from App namespace.  
							
							
							
						 
						
							2019-01-22 17:10:01 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								c5a41e1f55 
								
							 
						 
						
							
							
								
								Divide data/data_peer and remove from PCH.  
							
							
							
						 
						
							2019-01-17 12:21:29 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								57f2ae098f 
								
							 
						 
						
							
							
								
								Show exact option votes count in a tooltip.  
							
							... 
							
							
							
							Fixes #5505 . 
							
						 
						
							2018-12-24 14:24:16 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								9a8ab84ecb 
								
							 
						 
						
							
							
								
								Add edit / view of user information for support.  
							
							
							
						 
						
							2018-11-20 19:50:36 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								885e7f0471 
								
							 
						 
						
							
							
								
								Fix pen reset in TextPainter of empty text.  
							
							
							
						 
						
							2018-11-04 15:51:39 +04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								5b4abe69aa 
								
							 
						 
						
							
							
								
								Add interface scale (100%..150%) for Retina.  
							
							... 
							
							
							
							Fixes #69 , fixes #3126 , fixes #3789 . 
							
						 
						
							2018-10-16 23:00:55 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									John Preston 
								
							 
						 
						
							
							
							
							
								
							
							
								b847c8424a 
								
							 
						 
						
							
							
								
								Use single emoji sprite and scale + cache it.  
							
							
							
						 
						
							2018-10-15 09:03:29 +03:00