Kevin Sawicki
d3c6075841
Use background color as border color
2016-02-18 10:15:44 -08:00
Kevin Sawicki
1c37731065
under -> in
2016-02-18 10:15:44 -08:00
Kevin Sawicki
9b373f2e15
on -> to learn
2016-02-18 10:15:44 -08:00
Kevin Sawicki
4d011057b0
Only change background on hover
2016-02-18 10:15:44 -08:00
Kevin Sawicki
de37de1785
Add docs sentence in new paragraph
2016-02-18 10:15:43 -08:00
Kevin Sawicki
1520b2271a
Remove v before version
2016-02-18 10:15:43 -08:00
Kevin Sawicki
793527f82e
Update header style
2016-02-18 10:15:43 -08:00
Kevin Sawicki
db1c29f2f9
Remove parens around version
2016-02-18 10:15:43 -08:00
Kevin Sawicki
d48a61fdff
Tweak holder styles
2016-02-18 10:15:43 -08:00
Kevin Sawicki
c4859c3dc6
Use colors from Electron site
2016-02-18 10:15:43 -08:00
Kevin Sawicki
fa4ad9d95f
Tweak help message for new path options
2016-02-04 10:45:52 -08:00
Kevin Sawicki
f482ea4902
loadPackagePath -> loadApplicationPackage
2016-02-04 10:35:17 -08:00
Kevin Sawicki
b74dd43ff5
Support opening file: URLs directly
2016-02-04 10:34:36 -08:00
Kevin Sawicki
312182e0bd
Add support for launching HTML files directly
2016-02-04 10:33:22 -08:00
Kevin Sawicki
69687c92e9
Add support for launching http URL directly
2016-02-04 10:26:11 -08:00
Kevin Sawicki
2e96cab6aa
Extract helper function to load specified app
2016-02-04 10:07:19 -08:00
Kevin Sawicki
8df3856c8f
Use const for fs/path requires
2016-02-04 09:16:40 -08:00
Jessica Lord
980bc7bf32
Use Alt in accelerator
2016-01-21 15:48:06 -07:00
Kevin Sawicki
b1f679ff6d
Clean up semicolon lint errors
2016-01-21 09:32:21 -07:00
Cheng Zhao
e98d4c4a2e
Merge pull request #3549 from bengotow/fix-hide-others
...
Remove trailing colons from default menu roles
2015-11-23 17:44:06 +08:00
Ben Gotow
fbdef9e112
Remove trailing colons from default menu roles
...
`hideothers` and `unhide` had trailing colons which prevented them from being enabled / working in the default app. #3543
2015-11-22 09:08:35 -08:00
Eran Tiktin
9341b9d640
Make links to docs, point to the correct version
...
- Links to docs in the default app, pointed to the docs in the master
branch. I changed them to point to the docs that match Electron's
version.
- Added Electron's version to the header of the default app, so it will
be easier to figure out what version is currently running.
2015-11-21 02:26:59 +02:00
Cheng Zhao
fbb8e61958
Replace "Url" in API names with "URL"
2015-11-13 16:03:40 +08:00
Cheng Zhao
1d1f911b09
Use require('electron') in Electron's code
2015-11-12 20:29:30 +08:00
Cheng Zhao
60ec1ca3f7
Use new styles of browserWindow options
2015-11-11 10:37:34 +08:00
Eran Tiktin
1896deb10e
Fix console.* calls on Windows
...
- Calls for console.* on browser process are printed with no need for
--enable-logging
- The output is without the logging prefix
- The cursor in the terminal is always after the last output
- The first output starts on a new line and not at the prompt
- console.* from renderer are not printed to cmd
- Added a missing '\n' in the default_app help output
2015-10-10 06:39:02 +03:00
Jan Wiemers
1a55cd3efe
remove the --app option from the default_app documentation
2015-10-08 10:22:37 +02:00
Jan Wiemers
c7dc901607
add --app parameter and update the example usage in the default_app #1877
2015-10-07 23:22:00 +02:00
Gohy Leandre
9f30e5f526
Add ability to preload modules (--require, -r)
2015-09-26 17:25:07 +02:00
Cheng Zhao
009b27f5f1
Unify the menu of default app
2015-09-02 09:42:17 +08:00
Cheng Zhao
d830badc57
Add role property for MenuItem
2015-09-02 09:42:17 +08:00
Cheng Zhao
9ee0d46734
Use CTRL+SHIFT+I for toggling devtools, fix #2205
2015-07-15 13:11:01 -07:00
Haojian Wu
a2857d2dca
Implment app.getAppPath API.
2015-07-07 17:37:53 +08:00
Cheng Zhao
ebfbbc0801
Don't override user's menu in default_app
...
Close #2068 .
2015-06-29 13:11:53 +08:00
Cheng Zhao
66b3972fbc
Fix typo
2015-06-05 10:03:01 +08:00
Cheng Zhao
cc3066e746
Create a default menu for apps ran by default_app
2015-06-04 14:54:53 +08:00
Yeechan Lu
c026863d48
Print real error messages even if it looks like an invalid app
2015-06-01 10:13:33 +08:00
Cheng Zhao
b5c9fe78f1
Listen to ElementSizeChanged event
2015-05-29 13:47:09 +08:00
Kevin Sawicki
fdfd8807a0
Tweak path docs
2015-04-27 10:17:15 -07:00
Kevin Sawicki
da07e72f20
Add -h/--help usage message
2015-04-27 10:17:14 -07:00
Kevin Sawicki
f4a27f699a
Add help menu to electron site
2015-04-27 10:17:14 -07:00
Kevin Sawicki
e3c21424de
Add default help menu
2015-04-27 10:17:14 -07:00
Kevin Sawicki
b5aa2a31a1
Make full screen menu a toggler
2015-04-27 10:17:14 -07:00
Cheng Zhao
2d8d328f02
Rename hard-coded application names in code
2015-04-14 15:55:41 +08:00
Kevin Sawicki
6615ef1054
Atom Shell -> Electron
2015-04-08 10:16:10 -07:00
Patrick Flor
5bdc200376
Fix tense of error message
...
Thanks for putting this project together; really enjoying hacking with
it so far!
2015-03-02 12:08:12 -08:00
Cheng Zhao
ce52a87477
Add "cache" and "userCache" directories
2015-01-18 21:43:22 -08:00
Cheng Zhao
d31df439c3
Override default userData according to app's name
2015-01-18 21:43:19 -08:00
Cheng Zhao
2be5393768
Don't print error to console in default_app
2014-11-05 19:08:09 +08:00
Cheng Zhao
f6ba308ff8
Use dialog.showErrorBox for showing errors
2014-11-05 16:05:29 +08:00