Cheng Zhao
|
e04c58f398
|
mac: Generate Info.plist from gyp variables
|
2015-04-14 16:09:34 +08:00 |
|
Cheng Zhao
|
2d8d328f02
|
Rename hard-coded application names in code
|
2015-04-14 15:55:41 +08:00 |
|
Cheng Zhao
|
ecc14dd023
|
mac: Avoid making frameworks_path for twice
|
2015-04-14 14:15:53 +08:00 |
|
Cheng Zhao
|
c20dc06c96
|
PRODUCT_NAME => ATOM_PRODUCT_NAME
|
2015-04-14 14:13:03 +08:00 |
|
Cheng Zhao
|
43fe82e1e5
|
Merge branch 'master' into rename-to-electron
|
2015-04-12 21:49:08 +08:00 |
|
Cheng Zhao
|
a724d6d684
|
Bump v0.23.0
|
2015-04-12 12:59:04 +08:00 |
|
Cheng Zhao
|
252ac465c5
|
Merge pull request #1384 from atom/component_build
Links with Chromium directly instead of linking its shared library
|
2015-04-11 14:12:16 +08:00 |
|
Kevin Sawicki
|
6615ef1054
|
Atom Shell -> Electron
|
2015-04-08 10:16:10 -07:00 |
|
Cheng Zhao
|
1b3b2cd402
|
linux: Don't dynamically load libgio
It conflicts with statically linked libgio.
|
2015-04-08 19:15:48 +08:00 |
|
Cheng Zhao
|
4ce3b407ab
|
Merge pull request #1363 from deepak1556/native_window_mac_patch
nativeWindowMac: check for web_contents before clipping
|
2015-04-08 09:04:16 +08:00 |
|
Cheng Zhao
|
fb00c28026
|
Merge pull request #1356 from deepak1556/web_view_patch
webview: adding page-title-set event
|
2015-04-07 10:54:07 +08:00 |
|
deepak1556
|
1d97c2c8f2
|
nativeWindowMac: check for web_contents before clipping
|
2015-04-06 15:22:26 +05:30 |
|
Robo
|
87af6f9c80
|
webview: adding page-title-set event
|
2015-04-05 14:50:42 +05:30 |
|
Cheng Zhao
|
ca161e29ce
|
Fix calling our new APIs in patch
|
2015-04-02 23:02:22 +08:00 |
|
Robo
|
3aefa5f549
|
browserWindow: adding devtools-focused event
|
2015-04-02 12:23:57 +05:30 |
|
Cheng Zhao
|
c5c686fe8c
|
linux: Fix compilation error
|
2015-03-29 21:35:40 +08:00 |
|
Cheng Zhao
|
59c95f6a7d
|
Bump v0.22.3
|
2015-03-29 21:16:42 +08:00 |
|
Cheng Zhao
|
9b68777b4b
|
Minor fixes of #1309
* Line length should <= 80 cols.
* Add missing "s".
|
2015-03-29 20:40:02 +08:00 |
|
Cheng Zhao
|
3b1be743ef
|
Merge pull request #1309 from hokein/workspace-visible-api
Add workspace visible APIs
|
2015-03-29 20:37:07 +08:00 |
|
Haojian Wu
|
0342854e25
|
Update workspace visible APIs.
|
2015-03-29 10:01:52 +08:00 |
|
deepak1556
|
399f47ef0f
|
implemetation of AtomCommandline to preserve args
|
2015-03-28 22:41:00 +05:30 |
|
Cheng Zhao
|
21a09d3ae8
|
Improve #1317
|
2015-03-27 16:29:14 +08:00 |
|
Cheng Zhao
|
2505f8b8b2
|
Merge pull request #1317 from deepak1556/api_window_patch
npapi: warn users loading npapi plugins on unsupported platform
|
2015-03-27 16:26:03 +08:00 |
|
Cheng Zhao
|
32cd068427
|
Improve #1307
|
2015-03-27 16:24:33 +08:00 |
|
Cheng Zhao
|
b52771e729
|
Merge pull request #1307 from deepak1556/api_windows_patch
providing option to undock devtools from browser-window
|
2015-03-27 16:19:45 +08:00 |
|
deepak1556
|
69d958b94e
|
providing option to undock devtools from browser-window
|
2015-03-27 13:32:08 +05:30 |
|
Robo
|
c677a44688
|
npapi: warn users loading npapi plugins on unsupported platform
|
2015-03-27 04:14:01 +05:30 |
|
Cheng Zhao
|
83024ea509
|
views: Restore window state when showing window
|
2015-03-26 16:43:38 +08:00 |
|
Haojian Wu
|
476b61322f
|
Add SetVisibleOnAllWorkspaces/IsVisibleOnAllWorkspaces API.
These two APIs are only available on OS X/Linux platforms.
|
2015-03-26 14:18:37 +08:00 |
|
Cheng Zhao
|
ae5586408f
|
Enable setting only one side of max/min size, fixes #1301
|
2015-03-26 12:23:38 +08:00 |
|
Cheng Zhao
|
a4342fd5ba
|
Unify how we throw exceptions
|
2015-03-26 11:34:41 +08:00 |
|
deepak1556
|
e87041bcfc
|
throw when trying to create tray before app is ready
|
2015-03-25 20:10:01 +05:30 |
|
Cheng Zhao
|
1804466334
|
Print localizedFailureReason for autoUpdater errors
This is to help solve #1292.
|
2015-03-25 21:20:07 +08:00 |
|
Cheng Zhao
|
ee71b2044e
|
Catch the exception thrown from Squirrel
|
2015-03-25 19:59:36 +08:00 |
|
Cheng Zhao
|
62f9c3def0
|
mac: Don't rely on autorelease to delete window delegate
When quiting while closing window, it will leave the window delegate out
of the autorelease pool and crash.
Fixes #881.
|
2015-03-25 18:51:29 +08:00 |
|
deepak1556
|
7006a14031
|
added acceptsFirstMouse for controlRegionView
|
2015-03-24 14:50:29 +05:30 |
|
Cheng Zhao
|
2e172a1053
|
Bump v0.22.2
|
2015-03-23 16:31:23 +08:00 |
|
Cheng Zhao
|
30e931f10b
|
Revert "The "subpixel-font-scaling" option is removed"
This reverts commit 98fbe5127b .
|
2015-03-23 16:29:32 +08:00 |
|
Cheng Zhao
|
b5a8cfb704
|
Recognize asar archive with unpacked files
|
2015-03-20 20:34:58 +08:00 |
|
Cheng Zhao
|
2c0b50a7e9
|
Merge pull request #1208 from deepak1556/protocol
adding protocol.RequestBufferJob api
|
2015-03-20 10:34:31 +08:00 |
|
Cheng Zhao
|
9bae54f917
|
Avoid extra copy of data in capturePage
|
2015-03-20 10:26:42 +08:00 |
|
deepak1556
|
9eac8ef266
|
add protocol.RequestBuffer api
|
2015-03-19 09:36:57 +05:30 |
|
Cheng Zhao
|
99410217b9
|
Bump v0.22.1
|
2015-03-18 22:36:44 +08:00 |
|
Cheng Zhao
|
d6b36bb487
|
Bump v0.22.0
|
2015-03-18 20:57:21 +08:00 |
|
Cheng Zhao
|
105ad369ab
|
linux: Fix compilation error
|
2015-03-18 09:57:48 +08:00 |
|
Cheng Zhao
|
12d5474077
|
Fix webview for the new API
|
2015-03-18 09:57:46 +08:00 |
|
Cheng Zhao
|
6af7388ac0
|
Use DevToolsAPI instead of InspectorFrontendAPI
|
2015-03-18 09:57:43 +08:00 |
|
Cheng Zhao
|
d16d5b290a
|
Remove the "X-Frame-Options" from response headers for devtools
|
2015-03-18 09:57:43 +08:00 |
|
Cheng Zhao
|
5b2c0110dc
|
Fix other compilation errors
|
2015-03-18 09:57:41 +08:00 |
|
Cheng Zhao
|
98fbe5127b
|
The "subpixel-font-scaling" option is removed
|
2015-03-18 09:57:41 +08:00 |
|