Cheng Zhao
|
058d0bbe19
|
linux: Add "dark-theme" option for BrowserWindow, fixes #352.
|
2014-08-21 12:25:43 +08:00 |
|
Cheng Zhao
|
27f07974e0
|
Add --proxy-server and --no-proxy-server switches.
|
2014-08-20 11:57:15 +08:00 |
|
Cheng Zhao
|
fdcad1066e
|
docs: Fix typos.
|
2014-08-20 10:57:39 +08:00 |
|
Cheng Zhao
|
fecc90e67c
|
docs: Add chapter on debugging with node-inspector.
|
2014-08-20 10:43:41 +08:00 |
|
Cheng Zhao
|
6e3b3fa5a2
|
Add "Debugging browser process" chapter.
|
2014-08-20 10:01:43 +08:00 |
|
Cheng Zhao
|
cfae3cd3af
|
Add app.resolveProxy API, fixes #545.
|
2014-08-19 21:26:45 +08:00 |
|
Cheng Zhao
|
2a9f5a5fb8
|
Add "enable-larger-than-screen" option for BrowserWindow.
From now on BrowserWindow can only be resized larger than screen or
moved out of screen when this option is set to "true".
Fixes #582.
|
2014-08-17 12:23:00 +08:00 |
|
Cheng Zhao
|
78afa29ade
|
Little formating on app.getDataPath.
|
2014-08-17 11:33:55 +08:00 |
|
Cheng Zhao
|
f96c6e4bd7
|
Merge pull request #578 from cornedor/appdata
Fixed #442 added app.getDataPath()
|
2014-08-16 20:34:01 +08:00 |
|
Corné Dorrestijn
|
3afb4e017c
|
Added the getDataPath function to the app api docs
|
2014-08-15 17:29:36 +02:00 |
|
Cheng Zhao
|
86dd8e2dfa
|
docs: Document the chrome command switches we support.
|
2014-08-15 13:06:52 +08:00 |
|
Cheng Zhao
|
cad9580796
|
docs: Move security info from browser-window to web-security.
|
2014-08-11 15:37:44 +08:00 |
|
Cheng Zhao
|
253789353f
|
docs: Add document on overriding X-Frame-Options.
|
2014-08-11 15:25:26 +08:00 |
|
Cheng Zhao
|
c019f13e8c
|
docs: Update prerequisities in Windows build instructions.
|
2014-08-11 09:39:03 +08:00 |
|
Cheng Zhao
|
8a9e1824c3
|
views: Add support for auto-hide menubar.
|
2014-08-07 13:47:58 +08:00 |
|
Cheng Zhao
|
47e0a61dd8
|
docs: Document the filters option.
|
2014-08-06 15:00:31 +08:00 |
|
Cheng Zhao
|
dfe111b95a
|
Add support for multiple DPI images, fixes #541.
|
2014-08-06 13:56:49 +08:00 |
|
Cheng Zhao
|
a76ae8cd35
|
docs: Remove the outdated 32bit note in linux build instructions.
|
2014-08-05 22:44:21 +08:00 |
|
Corné Dorrestijn
|
ad1efa67bc
|
Add troubleshooting information for #500
|
2014-08-05 13:33:38 +02:00 |
|
Cheng Zhao
|
2125a0be82
|
docs: Sort modules in alphabet sequence.
|
2014-08-05 00:05:26 +08:00 |
|
Cheng Zhao
|
6dc01945af
|
Make Accelerator a standalone JS type.
This makes menu and global-shortcut share the same code on accelerator.
|
2014-08-05 00:03:58 +08:00 |
|
Haojian Wu
|
681de1b048
|
📝 Update global-shortcut API document.
|
2014-08-04 10:11:00 +08:00 |
|
Cheng Zhao
|
9c038a2402
|
Merge pull request #534 from hokein/hotkey
Implement global shortcut API, fixes #439
|
2014-08-03 22:34:59 +08:00 |
|
Cheng Zhao
|
70aad83b07
|
Add docs on content-tracing module.
|
2014-07-31 15:40:40 +08:00 |
|
Haojian Wu
|
9342d59a7c
|
📝 Shortcut API document.
|
2014-07-31 09:12:43 +08:00 |
|
Cheng Zhao
|
7a89a08534
|
Update to new Chromium APIs.
|
2014-07-28 20:28:49 +08:00 |
|
Alex Whitman
|
e4290393af
|
Fix isMinimized API documentation
|
2014-07-26 09:53:02 +01:00 |
|
Cheng Zhao
|
ce50b38a75
|
Add BrowserWindow.isMaximized API.
|
2014-07-26 13:58:26 +08:00 |
|
Kevin Sawicki
|
ad3eac2e38
|
📝 Mention code signing is required for updates
Refs #512
|
2014-07-25 09:14:49 -07:00 |
|
Haojian Wu
|
6f231d5860
|
mac: Add BrowserWindow.isDoucumentEdited API, fixes #459.
|
2014-07-24 16:01:04 +08:00 |
|
Haojian Wu
|
acb8b7771e
|
mac: Add BrowserWindow.getRepresentedFilename API, fixes #460.
|
2014-07-24 15:59:35 +08:00 |
|
Daniel Hengeveld
|
301706b7d6
|
Merge pull request #495 from batjko/patch-1
Ironed out some spelling and grammar issues.
|
2014-07-21 16:01:40 -07:00 |
|
Cheng Zhao
|
e803d3cc7a
|
Merge pull request #440 from atom/chrome35
Upgrade to Chrome35
|
2014-07-21 22:23:04 +08:00 |
|
batjko
|
9b8ee42f79
|
💄
|
2014-07-21 15:05:11 +01:00 |
|
batjko
|
939ead3aee
|
add missing comma
|
2014-07-21 15:03:25 +01:00 |
|
batjko
|
026c85508a
|
Ironed out some spelling and grammar issues.
|
2014-07-21 15:02:35 +01:00 |
|
Cheng Zhao
|
b29ab48032
|
Merge pull request #480 from lusbuab/patch-1
Note for OS X, regarding sheets.
|
2014-07-21 13:30:43 +08:00 |
|
Cheng Zhao
|
42afc5603d
|
Merge pull request #445 from island205/update-quick-start
Add notice for ##Run your app
|
2014-07-21 13:29:49 +08:00 |
|
Florian
|
2f967149fc
|
Note for OS X, regarding sheets.
Added a note for OS X users, to tell how to present dialogs as sheets.
|
2014-07-12 00:35:41 +02:00 |
|
Cheng Zhao
|
ee5312fff9
|
Merge branch 'master' into chrome35
Conflicts:
atom/browser/native_window_gtk.h
|
2014-07-07 23:49:28 +08:00 |
|
Cheng Zhao
|
66ab127389
|
Merge pull request #437 from avdg/maximize
Add BrowserWindow::isMaximized.
|
2014-07-04 23:17:33 +08:00 |
|
as3boyan
|
116e4c877e
|
Update browser-window.md
|
2014-07-01 18:32:44 +03:00 |
|
as3boyan
|
ffb0c22a80
|
Update screen.md
|
2014-07-01 18:30:26 +03:00 |
|
Zhi Cun
|
721a40ba82
|
Add notice for ##Run your app
|
2014-07-01 17:51:42 +08:00 |
|
Cheng Zhao
|
64bf1bcb9f
|
Move all chromium's code under chromium_src.
|
2014-06-29 06:06:35 +00:00 |
|
Anthony Van de Gejuchte
|
dad7aa6a20
|
Add BrowserWindow::isMaximized.
|
2014-06-28 09:56:39 +09:00 |
|
Cheng Zhao
|
5d4f1e3c00
|
Update build instructions for VS2013.
|
2014-06-27 11:08:00 +08:00 |
|
Cheng Zhao
|
8ecc4061a8
|
mac: Add app.dock.hide()/show() APIs, closes #422.
|
2014-06-25 11:55:33 +08:00 |
|
Cheng Zhao
|
4c5a306733
|
📝 Mention a new Windows build error.
|
2014-06-25 09:11:06 +08:00 |
|
Cheng Zhao
|
27d73b362a
|
Markdown in website is rendered differently
|
2014-06-24 11:24:40 +08:00 |
|