John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								ae08a2f697 
								
							 
						 
						
							
							
								
								Alpha 1.0.17: crash fix in file open.  
							
							 
							
							... 
							
							
							
							ShellExecute() call reenters Qt event loop, so each time we
schedule a delayed action (like destroying FileLoader) and after
that we call ShellExecute (in psOpenFile) we destroy it inside
this call and can't use it after.
So now we perform ShellExecute calls only delayed (using task queue). 
							
						 
						
							2017-02-28 11:18:27 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								d254058690 
								
							 
						 
						
							
							
								
								Alpha 1.0.16: fighting crashes.  
							
							 
							
							... 
							
							
							
							An attempt to fix a crash in MTP::Instance destructor + additional
logging there to find out how this crash happens. 
							
						 
						
							2017-02-27 21:47:29 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								fb2a26fb35 
								
							 
						 
						
							
							
								
								Alpha 1.0.15: various improvements.  
							
							 
							
							... 
							
							
							
							Wrong supergroup members display fix, RTL text layout fix.
Linux GTK file chooser image preview added. Fix  #3053  #2968  
							
						 
						
							2017-02-27 13:44:14 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								4838d1bfc9 
								
							 
						 
						
							
							
								
								GTK file chooser image preview support added.  #2968  
							
							 
							
							... 
							
							
							
							Thanks to Chromium code.
Also fixed build on GCC / Linux. 
							
						 
						
							2017-02-26 22:27:57 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								c207743338 
								
							 
						 
						
							
							
								
								Made base::lambda a copyable value type.  
							
							 
							
							... 
							
							
							
							Now base::lambda can be copied and can wrap any immutable lambda.
For mutable lambdas there is base::lambda_once (which you're
supposed to call only once to pass data through lambda captures,
for example by using std::unique_ptr). Generally base::lambda is
passed by value and base::lambda_once is passed by rvalue reference. 
							
						 
						
							2017-02-26 21:01:23 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								6b70cc342a 
								
							 
						 
						
							
							
								
								Closed beta 1000014001: testing MTP changes.  
							
							 
							
							... 
							
							
							
							Destroying of the authorization keys disabled for now. 
							
						 
						
							2017-02-25 20:15:30 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								7d89b54d1c 
								
							 
						 
						
							
							
								
								Ability to delete authorization keys added.  
							
							 
							
							... 
							
							
							
							If we start logging in and we know, that some of the authorization
keys were read from the hard drive, not generated, we destroy all
the existing authorization keys and start generating new keys. 
							
						 
						
							2017-02-25 19:48:22 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								dd933cf61c 
								
							 
						 
						
							
							
								
								MTP global state moved to MTP::Instance class.  
							
							 
							
							... 
							
							
							
							Now there will be ability to start multiple mtproto instances. 
							
						 
						
							2017-02-25 19:48:21 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								c3b3819d9f 
								
							 
						 
						
							
							
								
								Moved AppClass to messenger.cpp:Messenger.  
							
							 
							
							
							
						 
						
							2017-02-25 19:48:20 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								a35947141c 
								
							 
						 
						
							
							
								
								Encapsulated DcOptions to an independent class.  
							
							 
							
							
							
						 
						
							2017-02-25 19:48:19 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								90b3b5c3e5 
								
							 
						 
						
							
							
								
								MTP::AuthKey uses std::array for data.  
							
							 
							
							... 
							
							
							
							Also using "volatile char*" iteration for secure memset on Mac/Linux. 
							
						 
						
							2017-02-25 19:48:18 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								755325fef3 
								
							 
						 
						
							
							
								
								Updated Xcode build for using standard library.  
							
							 
							
							... 
							
							
							
							Also trying to use g++-6 for travis build. 
							
						 
						
							2017-02-21 17:37:53 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								ffc557a0f9 
								
							 
						 
						
							
							
								
								Using standard library instead of std_ namespace.  
							
							 
							
							... 
							
							
							
							Currently tested only in VS2015. 
							
						 
						
							2017-02-21 16:45:56 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								7fa1986b27 
								
							 
						 
						
							
							
								
								Version 1.0.14: crash fix in text rendering.  
							
							 
							
							... 
							
							
							
							Fix a regression introduced in 8d354382a4  which caused an overflow
in _parAnalysis access. We were resizing _parAnalysis array for a
line width without the pending newline character while we used it
for painting a line including the pending newline character. It was
not a problem before, when we were trimming them from the end of
the string, but it results in a buffer overflow and crashes in the
lastest versions. So now we just don't include the newline in the
painted string, so it has exactly the same size as _parAnalysis. 
							
						 
						
							2017-02-20 23:58:54 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								5939c54d33 
								
							 
						 
						
							
							
								
								Version 1.0.13: fix unnecessary window activations.  
							
							 
							
							... 
							
							
							
							A regression was introduced in 1.0.12 version which led to wrong
activations of the main window: if a custom popup menu was shown
for the tray icon or a custom notification was clicked. 
							
						 
						
							2017-02-20 13:36:25 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								bcf01cf718 
								
							 
						 
						
							
							
								
								Version 1.0.12: more emoji, voice messages seek, theme editor.  
							
							 
							
							
							
						 
						
							2017-02-19 13:50:36 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								0411f05c39 
								
							 
						 
						
							
							
								
								Alpha 1.0.11: crashfix in theme preview generator.  
							
							 
							
							
							
						 
						
							2017-02-17 16:07:57 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								7adfe93a8d 
								
							 
						 
						
							
							
								
								Alpha 1.0.10: unpinning converted chat on demand.  
							
							 
							
							... 
							
							
							
							If we want to pin a chat and we have reached the limit we now check
for a deactivated (converted to supergroup) chat that is pinned and
is not in the chats list and just silently unpin it if it is found.
Also possible UB fix for a waveform encoding and decoding. 
							
						 
						
							2017-02-16 19:47:50 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								902dee0c2a 
								
							 
						 
						
							
							
								
								Fix crash in OpenSSL usage.  
							
							 
							
							... 
							
							
							
							First try to activate Qt OpenSSL usage and let Qt to set
the locking methods for OpenSSL. Only if Qt didn't set them
we use our own locking methods. Before that we were always
setting our own locking methods and Qt was overriding them
at some random moment of time sometimes leading to a crash. 
							
						 
						
							2017-02-15 21:27:03 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								61b55706ae 
								
							 
						 
						
							
							
								
								Alpha 1.0.9: crash fix in video playback.  
							
							 
							
							... 
							
							
							
							Media::Player::Instance started to notify about all sound
playback updates, even for video files (which do not have
DocumentData filled in), while Media::Player widgets were
relying on the existance of DocumentData in each update. 
							
						 
						
							2017-02-11 11:00:21 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								e922e5be39 
								
							 
						 
						
							
							
								
								Alpha 1.0.8: seek in voice messages (by waveform).  
							
							 
							
							
							
						 
						
							2017-02-11 01:37:37 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								c39bf239ea 
								
							 
						 
						
							
							
								
								Removed legacy HistoryItem::type() code.  
							
							 
							
							
							
						 
						
							2017-02-10 17:16:50 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								27a4d0f029 
								
							 
						 
						
							
							
								
								Alpha 1.0.7: Theme editor added to Settings.  
							
							 
							
							
							
						 
						
							2017-02-07 20:39:47 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								b842761ea3 
								
							 
						 
						
							
							
								
								Closed beta 1000006001: Built in theme and color palette editor.  
							
							 
							
							
							
						 
						
							2017-02-07 17:56:33 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								686abd63b5 
								
							 
						 
						
							
							
								
								Version 1.0.6: fixing some critical issues in audio handling.  
							
							 
							
							... 
							
							
							
							OnPropertyValueChanged() is called sometimes couple times a second
and sometimes when AudioMutex is locked already causing a deadlock.
Also some code added to support Desktop Bridge converter to UWP app. 
							
						 
						
							2017-02-01 13:12:52 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								33d2ec0f54 
								
							 
						 
						
							
							
								
								Version 1.0.5: new audio code + reorder pinned chats.  
							
							 
							
							
							
						 
						
							2017-01-31 12:13:51 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								d1b9b8e3a3 
								
							 
						 
						
							
							
								
								Alpha 1.0.4: Click and drag to reorder pinned chats.  
							
							 
							
							
							
						 
						
							2017-01-30 18:27:13 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								697fdd4294 
								
							 
						 
						
							
							
								
								Alpha 1.0.3: audio device opened only when some sound is played.  
							
							 
							
							... 
							
							
							
							Also on Windows Vista and later audio device should switch after
the system default audio output device is changed. 
							
						 
						
							2017-01-27 10:08:59 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								4964b8b488 
								
							 
						 
						
							
							
								
								Beta 1000002001: Recreate audio device when no output or device changes.  
							
							 
							
							
							
						 
						
							2017-01-25 08:45:09 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								7ab87486dc 
								
							 
						 
						
							
							
								
								Version 1.0.2: drag-n-drop from Firefox, resizable left column.  
							
							 
							
							
							
						 
						
							2017-01-19 11:38:10 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								041e366df7 
								
							 
						 
						
							
							
								
								Alpha 1.0.1: resize chats list with mouse press-and-drag.  
							
							 
							
							... 
							
							
							
							Also fixed drag-n-drop images from Firefox in Windows.
Also some additional colors added to themes palette:
HistoryToDown button now has separate colors.
Windows title bar and buttons have separate active/inactive colors. 
							
						 
						
							2017-01-16 16:27:11 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								4424dbf64a 
								
							 
						 
						
							
							
								
								Allow to resize chats list. One more mode added (narrow chats list).  
							
							 
							
							
							
						 
						
							2017-01-16 12:55:03 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								7fb1463c43 
								
							 
						 
						
							
							
								
								Version 1.0 stable: bump copyright date to 2017.  
							
							 
							
							
							
						 
						
							2017-01-11 23:02:13 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								30c9bcb985 
								
							 
						 
						
							
							
								
								Alpha 0.10.27: appoint admins in your supergroups from context menu.  
							
							 
							
							
							
						 
						
							2017-01-11 09:30:51 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								143181095f 
								
							 
						 
						
							
							
								
								Alpha 0.10.26: t.me links, latest OpenAL code used.  
							
							 
							
							... 
							
							
							
							Also inline results should be displayed above the message field. 
							
						 
						
							2017-01-07 15:55:05 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								0edca8cfdb 
								
							 
						 
						
							
							
								
								Alpha version 0.10.25: crash fix in aligned image creation.  
							
							 
							
							
							
						 
						
							2017-01-05 15:39:00 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								9d66e88fc1 
								
							 
						 
						
							
							
								
								Alpha 0.10.24: fixed image alignment for ffmpeg, using ffmpeg 3.2.  
							
							 
							
							
							
						 
						
							2017-01-05 13:08:16 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								c65a280b9d 
								
							 
						 
						
							
							
								
								Alpha 0.10.23: small tiled background performance improved.  
							
							 
							
							... 
							
							
							
							Also some error texts improved. Also Ctrl+W closes MediaView now. 
							
						 
						
							2017-01-01 20:59:33 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								218f991547 
								
							 
						 
						
							
							
								
								Alpha version 0.10.22: critical bug fixes.  
							
							 
							
							
							
						 
						
							2016-12-31 17:34:41 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								bc0c355d2d 
								
							 
						 
						
							
							
								
								Alpha version 0.10.21: pinned chats, groups in common, new design.  
							
							 
							
							
							
						 
						
							2016-12-30 22:23:17 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								b39987c343 
								
							 
						 
						
							
							
								
								Closed beta 10020007: New selected messages count animation.  
							
							 
							
							
							
						 
						
							2016-12-30 17:53:10 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								1d8e76aa08 
								
							 
						 
						
							
							
								
								New empty user/chat photos: with filled background and initials.  
							
							 
							
							
							
						 
						
							2016-12-30 17:53:09 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								204d91d567 
								
							 
						 
						
							
							
								
								Closed beta 10020006: fixed crash on start when the passcode is used.  
							
							 
							
							
							
						 
						
							2016-12-30 17:53:07 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								38e6a0ae7e 
								
							 
						 
						
							
							
								
								Closed beta 10020005: Added several buttons animations.  
							
							 
							
							
							
						 
						
							2016-12-30 17:53:06 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								ef927c8465 
								
							 
						 
						
							
							
								
								Theme preview ready.  
							
							 
							
							... 
							
							
							
							Also style::color is now copyable, constructed only inside a palette.
Also macOS setup new background ready. 
							
						 
						
							2016-12-30 17:53:05 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								1d895cd953 
								
							 
						 
						
							
							
								
								Closed beta 10020004: stickers box fixed, manage admins box fixed.  
							
							 
							
							
							
						 
						
							2016-12-30 17:53:03 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								eb4d2a38b6 
								
							 
						 
						
							
							
								
								Closed beta 10020003: All colors moved to palette, some bug fixes.  
							
							 
							
							
							
						 
						
							2016-12-30 17:53:02 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								177078b0af 
								
							 
						 
						
							
							
								
								Closed beta 10020002: Use default color theme link in Settings.  
							
							 
							
							
							
						 
						
							2016-12-30 17:53:00 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								2436ad74bd 
								
							 
						 
						
							
							
								
								Boxes redesigned. Common groups moved to Shared Media.  
							
							 
							
							... 
							
							
							
							Also transparent images sending fixed. 
							
						 
						
							2016-12-30 17:52:56 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								90234cb7a0 
								
							 
						 
						
							
							
								
								Closed beta 10019014: New input fields design and animations.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:52 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								4692fdeb5f 
								
							 
						 
						
							
							
								
								Closed beta 10019013: Groups in common now are opened in a section.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:50 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								06ed7b8eaf 
								
							 
						 
						
							
							
								
								Some more ripple animations. Now only anim::value (float64).  
							
							 
							
							... 
							
							
							
							Also each FloatAnimation now stops MTP responses.
Also slide animations done by FloatAnimation.
Closed beta 10019012. 
							
						 
						
							2016-12-30 17:52:46 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								7bb3b4d807 
								
							 
						 
						
							
							
								
								Common groups profile block done. Moved to layer 59.  
							
							 
							
							... 
							
							
							
							Also profile block modules were renamed. 
							
						 
						
							2016-12-30 17:52:42 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								b0f14d1856 
								
							 
						 
						
							
							
								
								Closed beta 10019011: various style improvements.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:39 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								8958ae0377 
								
							 
						 
						
							
							
								
								Typing animations from android.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:36 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								3cff50009c 
								
							 
						 
						
							
							
								
								Closed beta 10019010: unified attach button, new intro, new stickers.  
							
							 
							
							... 
							
							
							
							Now all files sending is confirmed before preparing for sending.
You can paste from clipboard and drag many files at once. 
							
						 
						
							2016-12-30 17:52:32 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								b1ca0f5ea3 
								
							 
						 
						
							
							
								
								Fixed build for macOS old versions.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:26 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								e880c4876e 
								
							 
						 
						
							
							
								
								Strict alignment request for base::lambda. Various improvements.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:21 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								d607f0768a 
								
							 
						 
						
							
							
								
								Closed version 10019009: bubbles with tails.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:16 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								31a66d66e2 
								
							 
						 
						
							
							
								
								Layers show/hide rewritten, animated show over mainmenu and settings.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:15 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								07689476a6 
								
							 
						 
						
							
							
								
								Closed beta 10019008: Some more ripple animations added.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:13 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								7fa274a68e 
								
							 
						 
						
							
							
								
								Improved ripple animation colors and styles for different buttons.  
							
							 
							
							... 
							
							
							
							Also moved FlatLabel and LabelSimple to ui/widgets/labels module.
Also moved ScrollArea to ui/widgets/scroll_area module. 
							
						 
						
							2016-12-30 17:52:10 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								3186e1e495 
								
							 
						 
						
							
							
								
								Ripple animations done for IconButton, FlatButton and RoundButton.  
							
							 
							
							... 
							
							
							
							Also moved input field classes to ui/widgets/input_fields module. 
							
						 
						
							2016-12-30 17:52:08 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								48eb72a9c2 
								
							 
						 
						
							
							
								
								Optimized dropdown animation. Dropdown animation for EmojiPan done.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:07 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								78f55c10e9 
								
							 
						 
						
							
							
								
								Closed beta 10019006: left main menu.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:06 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								d4d1d438be 
								
							 
						 
						
							
							
								
								Closed beta 10019005: inline bot cancel button fixed.  
							
							 
							
							
							
						 
						
							2016-12-30 17:52:02 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								1310b156dc 
								
							 
						 
						
							
							
								
								Closed beta 10019004: new add contact button, various improvements.  
							
							 
							
							
							
						 
						
							2016-12-30 17:51:57 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								3366e05b77 
								
							 
						 
						
							
							
								
								Rich dropdown animations.  
							
							 
							
							
							
						 
						
							2016-12-30 17:51:56 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								494254496e 
								
							 
						 
						
							
							
								
								10019003: Some compose area icons improved. Box headers redesigned.  
							
							 
							
							
							
						 
						
							2016-12-30 17:51:52 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								23c2e5364a 
								
							 
						 
						
							
							
								
								Removed anim::cvalue and ColorAnimation, all done by fvalue now.  
							
							 
							
							... 
							
							
							
							Also moved style::interpolate to anim::color/anim::pen/anim::brush. 
							
						 
						
							2016-12-30 17:51:46 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								dac96bfc4a 
								
							 
						 
						
							
							
								
								Closed beta 10019002: redesign, fix emoji pan hide after inline bot.  
							
							 
							
							
							
						 
						
							2016-12-30 17:51:44 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								3a599e0752 
								
							 
						 
						
							
							
								
								New main menu in DialogsWidget.  
							
							 
							
							... 
							
							
							
							Also "flip_horizontal" and "flip_vertical" modifiers support added.
Also moving parts of MainWindow to Window::MainWindow. 
							
						 
						
							2016-12-30 17:51:38 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								0cbb0014db 
								
							 
						 
						
							
							
								
								Removed blue window title, new small title used only in Windows.  
							
							 
							
							
							
						 
						
							2016-12-30 17:51:37 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								1466338e7e 
								
							 
						 
						
							
							
								
								Closed beta 10019001: Build fixed for Xcode.  
							
							 
							
							
							
						 
						
							2016-12-30 17:51:34 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								2a3fd0066d 
								
							 
						 
						
							
							
								
								Closed beta 10019001: style::color copy is denied, only const refs.  
							
							 
							
							
							
						 
						
							2016-12-30 17:51:33 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								dbb6371e67 
								
							 
						 
						
							
							
								
								First version on loading themes is ready.  
							
							 
							
							
							
						 
						
							2016-12-30 17:51:27 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								b2414939c9 
								
							 
						 
						
							
							
								
								Merge branch 'master' into dev  
							
							 
							
							
							
						 
						
							2016-12-30 17:50:59 +04:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								09b429592f 
								
							 
						 
						
							
							
								
								Version 0.10.20: crash fixed in group create box.  
							
							 
							
							
							
						 
						
							2016-12-18 18:47:32 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								6e33f039b2 
								
							 
						 
						
							
							
								
								Dropdown replaced by Ui::DropdownMenu. ScrolledWidget removed.  
							
							 
							
							... 
							
							
							
							Ui::DropdownMenu is like Ui::PopupMenu, both based on Ui::Menu. 
							
						 
						
							2016-10-27 15:56:48 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								802349d042 
								
							 
						 
						
							
							
								
								Version 0.10.19: Critical bug fix of Session::needToResumeAndSend().  
							
							 
							
							
							
						 
						
							2016-10-24 23:37:43 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								53e48beb03 
								
							 
						 
						
							
							
								
								Merge branch 'dev'  
							
							 
							
							
							
						 
						
							2016-10-24 16:44:48 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								d2e27726ca 
								
							 
						 
						
							
							
								
								Version 0.10.18: new cute design for adding members to your groups.  
							
							 
							
							
							
						 
						
							2016-10-24 16:31:36 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								a774e9b712 
								
							 
						 
						
							
							
								
								Closed beta 0.10.17.2: macOS animation improvements, multiselect design.  
							
							 
							
							
							
						 
						
							2016-10-24 00:25:29 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								6d9173bca8 
								
							 
						 
						
							
							
								
								Version 0.10.17 alpha: new cute control for adding members to groups.  
							
							 
							
							
							
						 
						
							2016-10-22 23:29:25 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								8bc4e3816b 
								
							 
						 
						
							
							
								
								ShareBox and CountrySelect use Ui::MultiSelect as a search field.  
							
							 
							
							
							
						 
						
							2016-10-22 18:59:36 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								48332c0c6b 
								
							 
						 
						
							
							
								
								Ui::MultiSelect control ready.  
							
							 
							
							
							
						 
						
							2016-10-22 18:59:36 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								9752224449 
								
							 
						 
						
							
							
								
								Version 0.10.16 stable: new media player + notifications update.  
							
							 
							
							
							
						 
						
							2016-10-19 21:47:45 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								40fc7379bc 
								
							 
						 
						
							
							
								
								Fixed several bugs appearing on logout-login in player and messages.  
							
							 
							
							
							
						 
						
							2016-10-19 11:59:19 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								48a20f0e71 
								
							 
						 
						
							
							
								
								Version 0.10.15 alpha: crash fix in new player, close button added.  
							
							 
							
							... 
							
							
							
							Also some grammar improvements and pinned message bar hiding fixed. 
							
						 
						
							2016-10-18 18:19:13 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								ba4dcc42dc 
								
							 
						 
						
							
							
								
								Version 0.10.14 alpha: using $XDG_DATA_HOME in Linux.  
							
							 
							
							... 
							
							
							
							If there is no app data in ~/.TelegramDesktop (like in
fresh installs) we use $XDG_DATA_HOME/TelegramDesktop. 
							
						 
						
							2016-10-18 13:32:33 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								cf247384d3 
								
							 
						 
						
							
							
								
								Added an external virtual method / multimethod implementation.  
							
							 
							
							
							
						 
						
							2016-10-17 11:46:43 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								5d6dafeeda 
								
							 
						 
						
							
							
								
								New media player build fixed for Xcode.  
							
							 
							
							
							
						 
						
							2016-10-14 21:27:42 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								31a847fb9d 
								
							 
						 
						
							
							
								
								Playlist appearance added to the new media player.  
							
							 
							
							... 
							
							
							
							Also itemRemoved() now is fired as a global observable. 
							
						 
						
							2016-10-14 20:10:15 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								9eb8a93719 
								
							 
						 
						
							
							
								
								Media::Player::Widget added instead of PlayerWidget.  
							
							 
							
							... 
							
							
							
							New media player bar widget added. Switching between floating
media player panel and media player widget. New volume controller. 
							
						 
						
							2016-10-12 22:36:48 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								e616c39608 
								
							 
						 
						
							
							
								
								Merge branch 'dev' into player  
							
							 
							
							... 
							
							
							
							Conflicts:
	Telegram/SourceFiles/application.cpp
	Telegram/SourceFiles/core/utils.h
	Telegram/SourceFiles/localstorage.cpp
	Telegram/SourceFiles/pspecific_mac_p.mm 
							
						 
						
							2016-10-08 12:10:33 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								f1d52c12ae 
								
							 
						 
						
							
							
								
								Version 0.10.13.alpha: crash fix in custom notifications.  
							
							 
							
							... 
							
							
							
							Not sending inline bot request drafts to server by timeout. 
							
						 
						
							2016-10-07 19:45:45 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								4369c23314 
								
							 
						 
						
							
							
								
								Version 0.10.12.alpha: major notifications update.  
							
							 
							
							
							
						 
						
							2016-10-07 16:24:19 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								41dc0f4e98 
								
							 
						 
						
							
							
								
								Hide all button added to default notifications.  
							
							 
							
							
							
						 
						
							2016-10-05 19:56:27 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								9fdd75113f 
								
							 
						 
						
							
							
								
								Bump version to 0.10.11.  
							
							 
							
							
							
						 
						
							2016-10-03 18:45:52 +03:00  
						
					 
				
					
						
							
							
								 
								John Preston
							
						 
						
							 
							
							
							
							
								
							
							
								aa17702c01 
								
							 
						 
						
							
							
								
								0.10.10: Crashfix: Removed infinite recursion in Ui::FadeAnimation().  
							
							 
							
							
							
						 
						
							2016-10-03 13:09:49 +03:00