Zeke Sikelianos 
								
							 
						 
						
							
							
								
							
							
	06a354a2eb  
						 
						
							
							
								
								
								standardize all javascript blocks in English docs  
							
							 
							
							
							
						 
						
							2016-07-26 09:48:19 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Kevin Sawicki 
								
							 
						 
						
							
							
								
							
							
	1aa645522a  
						 
						
							
							
								
								
								Remove implicit references to Vista  
							
							 
							
							
							
						 
						
							2016-07-14 17:33:48 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	ba1fe322e9  
						 
						
							
							
								
								
								docs: Use <a> as example  
							
							 
							
							
							
						 
						
							2016-07-03 15:27:26 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	b7459d50f9  
						 
						
							
							
								
								
								docs: Dragging files out of the window  
							
							 
							
							
							
						 
						
							2016-07-03 15:26:22 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Leonard Lamprecht 
								
							 
						 
						
							
							
								
							
							
	67dd19ed0f  
						 
						
							
							
								
								
								Replace OS X and Mac OS with macOS  
							
							 
							
							
							
						 
						
							2016-06-18 15:26:26 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yudu Ban 
								
							 
						 
						
							
							
								
							
							
	17a4b61d54  
						 
						
							
							
								
								
								fix spell error  
							
							 
							
							
							
						 
						
							2016-06-16 09:32:58 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Plusb Preco 
								
							 
						 
						
							
							
								
							
							
	885aeec442  
						 
						
							
							
								
								
								📝  Match variable names  
							
							 
							
							... 
							
							
							
							[ci skip] 
							
						 
						
							2016-05-11 02:16:32 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Plusb Preco 
								
							 
						 
						
							
							
								
							
							
	f1b184ef78  
						 
						
							
							
								
								
								📝  Fix code style issue  
							
							 
							
							... 
							
							
							
							* Change `var` to `let`.
* Change `function() {}` to `() => {}`.
* Use shorthand function syntax on object notation.
* Remove spaces between object notation brackets.
* Small fixes. 
							
						 
						
							2016-05-11 02:15:09 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Plusb Preco 
								
							 
						 
						
							
							
								
							
							
	139a4f984a  
						 
						
							
							
								
								
								📝  Add missing semicolons  
							
							 
							
							... 
							
							
							
							[ci skip] 
							
						 
						
							2016-05-11 01:57:55 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Plusb Preco 
								
							 
						 
						
							
							
								
							
							
	4d7296e1db  
						 
						
							
							
								
								
								📝  Match destructuring style  
							
							 
							
							... 
							
							
							
							[ci skip] 
							
						 
						
							2016-05-11 01:26:38 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Plusb Preco 
								
							 
						 
						
							
							
								
							
							
	5787bb0226  
						 
						
							
							
								
								
								📝  Fix code style issue  
							
							 
							
							... 
							
							
							
							* Match equality operators for consistent that `==`, `!=` by `===`,
`!==`.
* Match string expression notation `"` by `'`.
[ci skip] 
							
						 
						
							2016-05-10 18:42:21 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Steve Kinney 
								
							 
						 
						
							
							
								
							
							
	55babea2bb  
						 
						
							
							
								
								
								📝  Update tutorials to ES6 [ci skip]  
							
							 
							
							
							
						 
						
							2016-05-04 12:11:51 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Plusb Preco 
								
							 
						 
						
							
							
								
							
							
	4f4277e25e  
						 
						
							
							
								
								
								📝  Fix coding style issues  
							
							 
							
							... 
							
							
							
							* Adjust line length to `80`
* Normalize whitespaces
[ci skip] 
							
						 
						
							2016-04-22 22:54:43 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Plusb Preco 
								
							 
						 
						
							
							
								
							
							
	a648528f43  
						 
						
							
							
								
								
								📝  Normailze note markers  
							
							 
							
							... 
							
							
							
							* Normalize note markers syntax `__` to `**`
[ci skip] 
							
						 
						
							2016-03-31 14:22:28 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Plusb Preco 
								
							 
						 
						
							
							
								
							
							
	c4a2329665  
						 
						
							
							
								
								
								📝  Update docs styles  
							
							 
							
							... 
							
							
							
							* Adjust line length to `80`
* Change platform marker `*` to `_`
* Enhance a note section
[ci skip] 
							
						 
						
							2016-03-30 10:57:42 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Pier Bover 
								
							 
						 
						
							
							
								
							
							
	116aa2f483  
						 
						
							
							
								
								
								Update desktop-environment-integration.md  
							
							 
							
							
							
						 
						
							2016-03-28 11:41:16 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Pier Bover 
								
							 
						 
						
							
							
								
							
							
	a3f30ca822  
						 
						
							
							
								
								
								Update desktop-environment-integration.md  
							
							 
							
							
							
						 
						
							2016-03-25 16:26:14 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	5f95fea3e2  
						 
						
							
							
								
								
								docs: OS X also has progress bar  
							
							 
							
							
							
						 
						
							2016-03-05 21:20:02 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	bce11c8913  
						 
						
							
							
								
								
								Merge commit ' d76f6fe'  
							
							 
							
							
							
						 
						
							2016-02-16 16:15:59 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	7c7e6ffc77  
						 
						
							
							
								
								
								Fix broken links in desktop-environment-integration.md  
							
							 
							
							... 
							
							
							
							Close  #4404 . 
							
						 
						
							2016-02-15 16:36:01 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yuya Ochiai 
								
							 
						 
						
							
							
								
							
							
	d76f6fe8e0  
						 
						
							
							
								
								
								📝 🏁  Add icon overlays in taskbar to docs  
							
							 
							
							... 
							
							
							
							[ci skip] 
							
						 
						
							2016-02-13 17:34:12 +09:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Luke Page 
								
							 
						 
						
							
							
								
							
							
	edbf1994dd  
						 
						
							
							
								
								
								docs - fix typo leading to bad link  
							
							 
							
							
							
						 
						
							2016-01-13 16:52:07 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	33b7b774c1  
						 
						
							
							
								
								
								docs: Notification on Windows can use http:// icon now  
							
							 
							
							
							
						 
						
							2016-01-11 14:41:38 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	d08b7fdb5d  
						 
						
							
							
								
								
								Merge pull request  #3880  from adam-lynch/patch-1  
							
							 
							
							... 
							
							
							
							Desktop Environment Integration: typo 
							
						 
						
							2015-12-21 11:33:21 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Lynch 
								
							 
						 
						
							
							
								
							
							
	520b537362  
						 
						
							
							
								
								
								Desktop Environment Integration: rearranged sentence  
							
							 
							
							
							
						 
						
							2015-12-20 18:34:57 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Adam Lynch 
								
							 
						 
						
							
							
								
							
							
	da9c202d86  
						 
						
							
							
								
								
								Desktop Environment Integration: typo  
							
							 
							
							
							
						 
						
							2015-12-20 18:34:05 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Austin Burdine 
								
							 
						 
						
							
							
								
							
							
	468dd9e7c8  
						 
						
							
							
								
								
								📝  fix grammatical error in desktop notification docs [ci skip]  
							
							 
							
							
							
						 
						
							2015-12-07 23:13:45 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Eddie Zaneski 
								
							 
						 
						
							
							
								
							
							
	c1373d7480  
						 
						
							
							
								
								
								Fix typo in notifications example docs  
							
							 
							
							
							
						 
						
							2015-11-15 10:48:09 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	eac2e7cc61  
						 
						
							
							
								
								
								docs: Update codes in docs to use require('electron')  
							
							 
							
							
							
						 
						
							2015-11-12 21:20:09 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	682433028c  
						 
						
							
							
								
								
								docs: Clean up the desktop-environment-integration.md  
							
							 
							
							
							
						 
						
							2015-11-10 17:43:29 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Felix Rieseberg 
								
							 
						 
						
							
							
								
							
							
	765cfb1094  
						 
						
							
							
								
								
								Document Notifications  
							
							 
							
							
							
						 
						
							2015-11-10 08:28:14 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Alex Sherwin 
								
							 
						 
						
							
							
								
							
							
	b9d838975d  
						 
						
							
							
								
								
								Fixing "tile" -> "title" typo  
							
							 
							
							
							
						 
						
							2015-10-12 20:17:06 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jessica Lord 
								
							 
						 
						
							
							
								
							
							
	66a1405d2b  
						 
						
							
							
								
								
								Fix conflict  
							
							 
							
							
							
						 
						
							2015-09-02 17:09:37 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jessica Lord 
								
							 
						 
						
							
							
								
							
							
	131cd9cff6  
						 
						
							
							
								
								
								Merge master  
							
							 
							
							
							
						 
						
							2015-09-02 10:23:37 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Carson McDonald 
								
							 
						 
						
							
							
								
							
							
	2c47532702  
						 
						
							
							
								
								
								Fix link to app.addRecentDocument  
							
							 
							
							
							
						 
						
							2015-09-01 17:15:21 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Jessica Lord 
								
							 
						 
						
							
							
								
							
							
	c6269bf77a  
						 
						
							
							
								
								
								Standardize desktop env integration  
							
							 
							
							
							
						 
						
							2015-08-31 19:13:27 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Haojian Wu 
								
							 
						 
						
							
							
								
							
							
	ad01a1731a  
						 
						
							
							
								
								
								📝  say more about thumbnail toolbar.  
							
							 
							
							
							
						 
						
							2015-08-05 13:55:04 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Johannes Schmitz 
								
							 
						 
						
							
							
								
							
							
	2b3a80ecda  
						 
						
							
							
								
								
								Add minor grammar fixes  
							
							 
							
							
							
						 
						
							2015-06-13 16:58:18 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Thomas Tuts 
								
							 
						 
						
							
							
								
							
							
	b4790a7531  
						 
						
							
							
								
								
								Remove trailing commas in desktop environment docs  
							
							 
							
							
							
						 
						
							2015-06-09 18:15:30 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Thomas Tuts 
								
							 
						 
						
							
							
								
							
							
	13b6ed6dc5  
						 
						
							
							
								
								
								Fix several typos and grammar errors  
							
							 
							
							
							
						 
						
							2015-06-09 16:49:21 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Sergey R 
								
							 
						 
						
							
							
								
							
							
	abe63ebd84  
						 
						
							
							
								
								
								docs: fix typo  
							
							 
							
							
							
						 
						
							2015-05-04 02:21:07 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Lee McKinnon 
								
							 
						 
						
							
							
								
							
							
	5fa7ae7d72  
						 
						
							
							
								
								
								Fixing typo in desktop-environment-integration.md  
							
							 
							
							... 
							
							
							
							Missing comma in the 'setUserTasks' as well as a typo in the description under "User tasks (Windows)" 
							
						 
						
							2015-04-30 15:40:30 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	d2682233fd  
						 
						
							
							
								
								
								docs: Atom Shell => Electron  
							
							 
							
							
							
						 
						
							2015-04-16 11:31:12 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	32b8366d30  
						 
						
							
							
								
								
								docs: Represented file of window  
							
							 
							
							
							
						 
						
							2014-11-18 11:27:08 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	95662d4233  
						 
						
							
							
								
								
								docs: Progress bar in taskbar  
							
							 
							
							
							
						 
						
							2014-11-18 10:54:08 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	2f36216cb0  
						 
						
							
							
								
								
								docs: Some tunes on desktop-environment-integration.md  
							
							 
							
							
							
						 
						
							2014-11-18 10:16:52 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	2513358eb5  
						 
						
							
							
								
								
								docs: Add notes on Unity launcher  
							
							 
							
							
							
						 
						
							2014-11-17 22:00:56 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Cheng Zhao 
								
							 
						 
						
							
							
								
							
							
	21fa395b61  
						 
						
							
							
								
								
								docs: Add "Desktop environment integration"  
							
							 
							
							
							
						 
						
							2014-11-17 21:40:07 +08:00