Cheng Zhao
|
0c6997b160
|
Fix passing null as window in dialog.showMessageBox.
|
2013-06-27 19:33:38 +08:00 |
|
Cheng Zhao
|
dfbbaa9efb
|
Allow showing message dialog as sheet.
|
2013-06-07 15:59:12 +08:00 |
|
Cheng Zhao
|
bb69d99423
|
Use - as filename seperator for coffee script files. Fixes #15.
Also clean unused files and wrong file names.
|
2013-05-30 20:21:07 +08:00 |
|
Cheng Zhao
|
2bb33d8b32
|
Rewrite dialog API with our simpler blocking dialog implementations.
Fixed #9, fixed #10.
|
2013-05-20 21:50:54 +08:00 |
|
Cheng Zhao
|
ca1b8ada99
|
dialog.showMessageBox doesn't require window as parameter any more.
|
2013-05-18 10:47:06 +08:00 |
|
Cheng Zhao
|
7e11743735
|
Use string instead of integer to represent dialog's types.
|
2013-05-18 10:41:43 +08:00 |
|
Cheng Zhao
|
64a8664ffe
|
Fix places where Window should be BrowserWindow.
|
2013-05-15 22:17:27 +08:00 |
|
Cheng Zhao
|
072ac8ba0b
|
Rename 'window' module to 'browser_window' module. Fix #3.
|
2013-05-15 19:19:53 +08:00 |
|
Cheng Zhao
|
85e22c0709
|
Expose dialog.showMessageBox API.
|
2013-05-10 21:19:13 +08:00 |
|
Cheng Zhao
|
5915591592
|
Pass the native window object directly in native dialog API.
|
2013-05-05 20:36:46 +08:00 |
|
Cheng Zhao
|
67f998357c
|
Make the CallbacksRegistry a separate module, though rather small.
|
2013-05-05 20:30:38 +08:00 |
|
Cheng Zhao
|
f725927c44
|
Use cross-platform callbacks in the dialog API.
|
2013-05-05 20:24:20 +08:00 |
|
Cheng Zhao
|
ec43f740a7
|
Add the generialized showMessageBox API.
|
2013-05-03 21:03:26 +08:00 |
|
Cheng Zhao
|
4aeb5e1388
|
Add dialog API.
Supported APIs:
* openFile
* openMultiFiles
* openFolder
* saveAs
Each API is asynchronous and accepts a callback.
|
2013-05-03 19:31:24 +08:00 |
|