| 
								
								
									 Cheng Zhao | 61cc0bba25 | 💄 fix typo in doc. | 2013-10-05 13:03:08 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 587484a5d0 | Make sure application menu always get referenced. | 2013-10-05 12:56:30 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | defb6c9882 | Don't wait for request in http spec. This spec is used to crash atom-shell, we don't care if http request
succeeds. | 2013-10-04 23:39:34 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 55a35d473d | win: Make web view focused initialy. | 2013-10-04 23:38:37 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | d86172cc87 | win: Make window menu's accelerators work. | 2013-10-04 23:36:31 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 32432cc770 | Convert "Command" to "Ctrl" in accelerators on non-Mac. | 2013-10-04 23:01:29 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | ae98d9c8b6 | 💄 NativeWindowClientView no longer needs a extra content view. | 2013-10-04 09:04:32 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 4e2d3f3d12 | win: Make native window a views::View. | 2013-10-04 08:52:45 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | a2f679e4bd | win: Respond to events of window menu. | 2013-10-03 23:34:42 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 06ae5c06b8 | Make sure binary version is dumped before uploading. | 2013-10-03 11:48:13 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 0483871388 | Add --version flag to print atom-shell's version. | 2013-10-03 11:36:17 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 7f7e13edc3 | Dump v0.5.4. | 2013-10-03 10:06:34 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | bbb9c37f70 | BrowserWindow.focus() should not make window become visible, fixed #106. | 2013-10-03 09:42:20 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 88ce2a5390 | Add BrowserWindow.isVisible() API. | 2013-10-03 08:28:22 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 6748573dee | Show a simple menu in default_app on Windows. | 2013-10-02 21:51:19 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 5c8566e0d4 | win: Show popup menu at right place. | 2013-10-02 21:43:52 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 5a6ff0f80d | win: Add BrowserWindow.setMenu API. | 2013-10-02 21:24:21 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 2024ae5dba | 💄 Fix build on Windows. | 2013-10-02 20:43:30 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | aa6d5a3ff6 | Update to latest apm. | 2013-10-02 20:26:25 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 419da689c9 | Dump v0.5.3. | 2013-09-29 21:50:19 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 709563c090 | Set proxy service at the right place. | 2013-09-29 21:43:17 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | b50a2c9dc1 | Add spec for sending http request. | 2013-09-29 20:57:57 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 43a5453de5 | 💄 Fix target version of atom-shell's uploading. | 2013-09-29 20:18:55 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 87d94ff1ae | Do not require uploading a tag before publish release. | 2013-09-29 15:31:20 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 8b4414345b | Dump v0.5.2. | 2013-09-29 15:28:58 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 6e43074586 | Still upload distribution file to S3 since Atom hasn't used Releases API yet. | 2013-09-29 15:15:16 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 99d901bc9a | Switch to use the ProxyResolverV8, fixes atom/atom#894. | 2013-09-29 15:06:29 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 95e79124eb | Do not publish release when body of release note is empty. | 2013-09-27 15:55:46 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 54b0d0c9c0 | Free the native window's memory after the event were sent for all observers. If we delete the window immediately other observers may get a invalid
window and cause random crashes. | 2013-09-27 15:24:03 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 10a46b4229 | Merge pull request #104 from atom/pylint Lint python and coffee scripts | 2013-09-26 20:06:10 -07:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | af3f07f4cc | 💄 Adding trailing comma in package.json. | 2013-09-27 11:03:38 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | f4f42b30ee | 💄 Fix warnings of coffeelint. | 2013-09-27 11:03:23 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | f3eef6cc2e | Do not warn about 80 columns in coffeelint, it's not required. | 2013-09-27 11:01:40 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 11f387743f | Add wrapper script for coffeelint. | 2013-09-27 10:49:55 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 561857d640 | Add coffeelint to dependencies. | 2013-09-27 10:44:16 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 3b3585f575 | Skip the check for lib.github. | 2013-09-27 10:43:10 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 6be716c6e8 | Run pylint in cibuild. | 2013-09-27 10:22:13 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 2b923b988c | Add wrapper script for pylint. | 2013-09-27 10:21:49 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | ef8a05be38 | 💄 Fix violations against pylint. | 2013-09-27 10:21:27 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | c029ff2055 | Merge pull request #103 from atom/releases-api Upload atom-shell's binaries with Releases API | 2013-09-26 18:46:35 -07:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | e376850552 | 💄 Fix cpplint warnings. | 2013-09-27 09:26:36 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 1ce61c7845 | Get the body of release with current $EDITOR. | 2013-09-27 09:10:22 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 68a3fd6f05 | Publish the release after the uploading is end. | 2013-09-26 22:02:09 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | ce012043fa | Upload both atom-shell and node's headers. | 2013-09-26 21:20:38 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | ae70d5cb64 | Silence the output of upload script. | 2013-09-26 20:58:51 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | db359ae75c | Upload the asset after release note is created. | 2013-09-26 20:32:11 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 3586565bba | Handle the assets uploading in the GitHub API library. | 2013-09-26 20:31:17 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | fe67ecd7fd | 💄 Find the release even when commit isn't tagged. | 2013-09-26 19:54:28 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 33c509b867 | Create new release note or get the existing one when uploading. | 2013-09-26 19:49:09 +08:00 |  | 
				
					
						| 
								
								
									 Cheng Zhao | 3edfb7d5c3 | Correctly deal with API errors. | 2013-09-26 19:48:48 +08:00 |  |