Cheng Zhao
|
0af724205c
|
Make sure dist is created for the HEAD before uploading.
|
2013-06-29 11:36:02 +08:00 |
|
Cheng Zhao
|
02ba7d27b9
|
Make Objective-C's categories work.
See more on:
http://stackoverflow.com/questions/2567498/objective-c-categories-in-static-library
|
2013-06-29 09:23:27 +08:00 |
|
Cheng Zhao
|
5b80e14f38
|
typeof null can also be 'object'.
|
2013-06-27 19:33:53 +08:00 |
|
Cheng Zhao
|
0c6997b160
|
Fix passing null as window in dialog.showMessageBox.
|
2013-06-27 19:33:38 +08:00 |
|
Cheng Zhao
|
b9c7013469
|
Update to latest brightray.
|
2013-06-27 18:27:51 +08:00 |
|
Cheng Zhao
|
411e1a3685
|
Emit WindowCloseCancelled message when close is cancelled by user code.
|
2013-06-26 17:50:50 +08:00 |
|
Cheng Zhao
|
adacc2bcf9
|
Use applicationShouldTerminate to control whether application should quit.
|
2013-06-26 17:48:59 +08:00 |
|
Cheng Zhao
|
6362e60a7b
|
Make video and audio tag work, fixes #31.
See more about this on:
fdf20531bd
|
2013-06-26 10:31:32 +08:00 |
|
Cheng Zhao
|
c651e96708
|
Clean unused bash script.
|
2013-06-25 09:20:55 +08:00 |
|
Cheng Zhao
|
3a609e9133
|
Merge pull request #29 from atom/python
Rewrite scripts in python
|
2013-06-24 18:18:32 -07:00 |
|
Cheng Zhao
|
40ed17d8fd
|
Modify upload script to obey chromium's style.
|
2013-06-24 17:56:51 +08:00 |
|
Cheng Zhao
|
b17a6c9887
|
Remove the download script.
|
2013-06-24 17:54:56 +08:00 |
|
Cheng Zhao
|
5845740844
|
Update create-dist script for changes of building system.
|
2013-06-24 17:51:48 +08:00 |
|
Cheng Zhao
|
cce712549b
|
Rewrite cpplint script in python.
|
2013-06-24 17:03:48 +08:00 |
|
Cheng Zhao
|
5c48f03dfe
|
Rewrite compile-coffee script in python.
|
2013-06-24 16:24:19 +08:00 |
|
Cheng Zhao
|
85d7e7b034
|
Don't throw exception when ninja quit unnormally.
|
2013-06-24 16:05:22 +08:00 |
|
Cheng Zhao
|
5c4c86c6ef
|
Rewrite build script in python.
|
2013-06-24 15:36:38 +08:00 |
|
Cheng Zhao
|
3cc304cbe5
|
Rewrite update script in python.
|
2013-06-24 15:24:30 +08:00 |
|
Cheng Zhao
|
6bb3f1bba8
|
Merge branch 'master' into python
Conflicts:
script/update
|
2013-06-22 07:55:51 +08:00 |
|
Cheng Zhao
|
f26db5c7a1
|
Enable getUserMedia(). Part of fixes for #31.
|
2013-06-21 16:05:28 +08:00 |
|
Cheng Zhao
|
354a1c555b
|
Update node to v0.10.12.
|
2013-06-21 12:28:23 +08:00 |
|
Cheng Zhao
|
1eb521d32a
|
Use unzip command on Mac to keep symbol links in zip file work.
|
2013-06-21 10:32:57 +08:00 |
|
Cheng Zhao
|
2f50102b50
|
Rewrite update-frameworks script in python.
|
2013-06-20 23:23:22 +08:00 |
|
Cheng Zhao
|
9bcb677012
|
Simplify download function.
|
2013-06-20 23:10:00 +08:00 |
|
Cheng Zhao
|
993c7ad650
|
Use .py suffix for python scripts, we're following chromium.
|
2013-06-20 22:55:54 +08:00 |
|
Cheng Zhao
|
9983e7c0ba
|
Move helper functions into a common module.
|
2013-06-20 22:51:58 +08:00 |
|
Cheng Zhao
|
07260731ca
|
Rewrite update-node script in python.
|
2013-06-20 22:49:11 +08:00 |
|
Cheng Zhao
|
e3803bc499
|
Update brightray: fix linking with libchromiumcontent.
|
2013-06-19 22:54:40 +08:00 |
|
Cheng Zhao
|
6d187cbb7d
|
Build atom-shell with ninja.
|
2013-06-19 21:34:43 +08:00 |
|
Cheng Zhao
|
467b2b154f
|
Add script to find existing Mac SDK (taken from chromium).
|
2013-06-19 21:34:24 +08:00 |
|
Cheng Zhao
|
9b66f357e3
|
Rewrite bootstrap script in python.
|
2013-06-19 14:32:41 +08:00 |
|
Cheng Zhao
|
7138d3a58d
|
Add app.getHomeDir() API.
|
2013-06-19 13:49:58 +08:00 |
|
Cheng Zhao
|
81aea6a4b9
|
Add app.getVersion() API. Fixes #28.
|
2013-06-19 13:44:17 +08:00 |
|
Cheng Zhao
|
a79649c43f
|
Add platform method to return executable(bundle)'s version.
|
2013-06-19 13:41:54 +08:00 |
|
Cheng Zhao
|
c9e9080a35
|
Fix cpplint errors.
|
2013-06-19 13:24:13 +08:00 |
|
Cheng Zhao
|
09f8488893
|
Set base url in bootstrap script by default.
|
2013-06-19 10:54:05 +08:00 |
|
Cheng Zhao
|
a8eaaf9739
|
Update libchromiumcontent, fixed #22.
|
2013-06-19 10:52:18 +08:00 |
|
Cheng Zhao
|
dbaf8860a6
|
Revert "Make BrowserWindow inheritable. Fixed #23."
This reverts commit 5a0aab2e4f .
|
2013-06-18 21:40:03 +08:00 |
|
Cheng Zhao
|
3d267e2a9f
|
Since we support inheritance of native objects, use js to send messages.
|
2013-06-18 18:47:13 +08:00 |
|
Cheng Zhao
|
5a0aab2e4f
|
Make BrowserWindow inheritable. Fixed #23.
|
2013-06-18 18:35:08 +08:00 |
|
Cheng Zhao
|
eaa03facee
|
Add API for renderer's crashes.
|
2013-06-10 21:08:30 +08:00 |
|
Cheng Zhao
|
e440ad2714
|
Make window aware of renderer crashes.
|
2013-06-10 20:42:10 +08:00 |
|
Cheng Zhao
|
25df5caf63
|
Use a different icon for atom-shell to make it distinguishable from atom.
|
2013-06-10 16:12:10 +08:00 |
|
Cheng Zhao
|
93bd97942f
|
Update to latest brightray and libchromiumcontent.
|
2013-06-10 15:27:09 +08:00 |
|
Cheng Zhao
|
f62b88d9ae
|
Add BrowserWindow.restartHangMonitorTimeout() API.
|
2013-06-07 18:42:57 +08:00 |
|
Cheng Zhao
|
dfbbaa9efb
|
Allow showing message dialog as sheet.
|
2013-06-07 15:59:12 +08:00 |
|
Cheng Zhao
|
a897d5b715
|
Return button's index for [NSAlert runModalSheetForWindow].
|
2013-06-07 15:58:36 +08:00 |
|
Cheng Zhao
|
b9455a997c
|
Add runModalSheetForWindow method for NSAlert.
|
2013-06-07 15:41:26 +08:00 |
|
Cheng Zhao
|
024c316bcd
|
Fullscreen => FullScreen. Fixed #19.
|
2013-06-07 14:06:30 +08:00 |
|
Cheng Zhao
|
ae88f303fa
|
Add responsive and unresponsive events for window.
|
2013-06-06 19:45:48 +08:00 |
|