Cheng Zhao
d8a030fa9b
Revert the change on default_app
2016-08-03 10:13:32 +09:00
Cheng Zhao
363fabdcb4
Merge branch 'offscreen-rendering' of https://github.com/MaxWhere/electron into merge-offscreen
2016-08-03 10:09:48 +09:00
Milan Burda
87c9926fe8
Move Toggle Fullscreen to the bottom of the View menu
2016-08-02 18:08:41 +02:00
Milan Burda
2e043453c0
Add zooming commands to menu (default app)
2016-08-02 18:08:35 +02:00
gellert
9872fa0f52
restoring default app
2016-08-02 15:17:50 +02:00
gellert
aac5fb0377
fixes paint toggling, for real tho hopefully
2016-08-01 00:47:53 +02:00
gellert
1cd1c5e01c
fixes paint toggling
2016-07-31 22:05:36 +02:00
gellert
35ee99265e
adds tests for osr
2016-07-31 17:10:53 +02:00
gellert
6abf7475b8
cleaning up osr pt1
2016-07-29 14:50:27 +02:00
Heilig Benedek
7b61c5c9d0
removed some junk and added offscreen webcontents type
2016-07-28 12:10:56 +02:00
Heilig Benedek
0dbe4bc417
api base
2016-07-28 01:58:23 +02:00
Heilig Benedek
221714e141
added onpaint to software path
2016-07-27 19:19:53 +02:00
Heilig Benedek
da5c95710f
software bump
2016-07-27 18:24:58 +02:00
gellert
8fb7872b84
removes logs and adds webcontentsview init
2016-07-25 19:58:21 +02:00
gellert
0ad0c79202
adds beginframe scheduling
2016-07-25 19:58:14 +02:00
gellert
96e1ba9c14
gpu acclereted osr added
2016-07-25 19:44:44 +02:00
Heilig Benedek
4a0f0063a0
speedup base
2016-07-25 19:44:44 +02:00
Kevin Sawicki
8aee04bb24
Improve text and link contrast ratio
2016-07-08 11:31:00 -07:00
Kevin Sawicki
a4754212dc
Add lang attribute to html element
2016-07-08 11:26:22 -07:00
Kevin Sawicki
583122ee3e
Add quit menu item on Linux
2016-07-07 09:15:36 -07:00
Cheng Zhao
a053dc2f7d
Merge pull request #6376 from electron/require-package-json-in-default-app
...
Use require to load package.json in default app
2016-07-07 10:25:56 +09:00
Kevin Sawicki
88fe667f66
Use require to load package json
2016-07-06 14:19:47 -07:00
Kevin Sawicki
79c00d8938
Shrink icon using pngcrush
2016-07-06 12:51:16 -07:00
Kevin Sawicki
cf480f8e17
Set default app window icon on Linux
2016-07-06 11:47:21 -07:00
Kevin Sawicki
58c1d38c96
Remove lint errors
2016-06-22 14:13:12 -07:00
Kevin Sawicki
c0562d16d5
Add more role defaults
2016-06-22 13:09:49 -07:00
Kevin Sawicki
888068b597
Add default help/window labels
2016-06-22 13:09:49 -07:00
Kevin Sawicki
566a407b36
Use default labels and accelerators
2016-06-22 13:09:49 -07:00
Cheng Zhao
c0aebc9d4f
Merge pull request #6168 from electron/forward-delete
...
Support forward delete menu item accelerator
2016-06-22 01:12:10 +00:00
Kevin Sawicki
9486df1303
Add delete accelerator to delete menu
2016-06-21 12:38:44 -07:00
Kevin Sawicki
dcd832e88c
🎨
2016-06-21 09:38:35 -07:00
Kevin Sawicki
3cdf36c536
Use togglefullscreen role
2016-06-21 09:34:41 -07:00
Kevin Sawicki
11ba7eaa91
Add File > Exit menu on Windows
2016-06-21 09:08:13 -07:00
Kevin Sawicki
7a6436014e
Use quit role
2016-06-21 09:08:13 -07:00
Rahat Ahmed
3c7c584444
🐛 Don't load 'repl' unless needed
...
Git bisect revealed that process.stdout failed to initiate (and was replaced with a write stream that does nothing) when the 'repl' module was loaded. This commit moves `require('repl')` so that it is only loaded when the --interactive flag is present.
Fixes #5051
2016-06-19 02:34:48 -05:00
Kevin Sawicki
82d0d06d61
Log error when repling on Windows
2016-06-13 09:46:33 -07:00
Milan Burda
f5699ad3a6
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
2016-06-12 19:21:52 +02:00
Josh Bernitt
4219513457
issue 2813 add app name after Quit
...
Adding the application name after the Quit string for Mac OS systems.
2016-06-10 21:01:06 +09:00
Mathias Buus
7dcb939338
support --abi
2016-06-08 20:55:06 +02:00
Kevin Sawicki
3e15021c12
Remove . after path to prevent confusion
2016-05-24 09:56:36 -07:00
Kevin Sawicki
ca72d4346b
application -> app for consitency
2016-05-24 09:53:23 -07:00
Kevin Sawicki
74cde4e714
Log stack when available
2016-05-24 09:51:09 -07:00
Kevin Sawicki
48522d4b70
Remove custom MODULE_NOT_FOUND code check
2016-05-24 09:45:32 -07:00
Kevin Sawicki
63b84923ce
Update copy
2016-05-24 09:43:25 -07:00
Kevin Sawicki
4a35206302
🎨
2016-05-24 09:42:31 -07:00
Kevin Sawicki
6de4249af8
Tweak resolve filename error message
2016-05-24 09:41:31 -07:00
Kevin Sawicki
deb15e60b5
Lead with package.json path
2016-05-24 09:38:04 -07:00
Kevin Sawicki
f691a46d4d
Use dialog.showErrorBox
2016-05-24 09:37:52 -07:00
Kevin Sawicki
67c88d2f8a
Move Module require to top
2016-05-24 09:33:55 -07:00
Matt Karl
ee61a2880a
Removes main error, fixes messaging for JSON parse
2016-05-23 16:47:55 -04:00