Cheng Zhao
|
a8cb839734
|
webContents.executeJavaScript should run code after page is loaded.
Fixes atom/atom#1805.
|
2014-06-16 09:10:41 +08:00 |
|
Cheng Zhao
|
5270eab512
|
Do not assume trailing callback in dialog API, fixes #395.
|
2014-06-15 12:43:28 +08:00 |
|
Cheng Zhao
|
bf5fc2db9b
|
Merge pull request #397 from RobberPhex/master
Add document for browser-window's icon
|
2014-06-14 22:42:53 +08:00 |
|
Cheng Zhao
|
c97e849610
|
Bump v0.13.1.
|
2014-06-14 22:27:06 +08:00 |
|
Cheng Zhao
|
2cdcb45d16
|
Support INSERT in accelerator, fixes #398.
|
2014-06-14 22:25:21 +08:00 |
|
RobberPhex
|
df8b9f69b1
|
Add document for browser-window's icon
|
2014-06-14 00:11:49 +08:00 |
|
Cheng Zhao
|
b431566421
|
mac: Make sure web view is the first responder of window, fixes #382.
|
2014-06-11 15:57:40 +08:00 |
|
Cheng Zhao
|
4aa217970e
|
win: Implement attached devtools, fixes #373.
|
2014-06-11 11:03:10 +08:00 |
|
Cheng Zhao
|
444fe8bf1f
|
📝 Fix the outdated menu example, closed #389.
|
2014-06-10 13:29:09 +08:00 |
|
Cheng Zhao
|
f063a63b69
|
📝 Remove the dead link, fixes #390.
|
2014-06-10 13:17:41 +08:00 |
|
Cheng Zhao
|
1d6b02f304
|
mac: Restore presentation options when leaving kiosk mode, fixes #272.
|
2014-06-09 13:04:59 +08:00 |
|
Cheng Zhao
|
7d38fe61d2
|
"did-finish-load" should only emit for main frame, fixes #385.
|
2014-06-09 12:03:19 +08:00 |
|
Cheng Zhao
|
2b0ec2bcc6
|
Bump v0.13.0.
|
2014-06-05 07:14:32 +00:00 |
|
Cheng Zhao
|
c575d40d63
|
💄 Fix clipboard on Linux.
|
2014-06-05 15:22:36 +08:00 |
|
Cheng Zhao
|
950704c7e8
|
Provide API to access selection clipboard, fixes #377.
|
2014-06-05 14:48:12 +08:00 |
|
Cheng Zhao
|
7c14c2758b
|
Return unicode string in clipboard.readText(), fixes atom/atom#2145.
|
2014-06-05 11:43:45 +08:00 |
|
Cheng Zhao
|
ac1a03bf9c
|
Merge pull request #379 from atom/32bit-linux
Support 32bit build on Linux
|
2014-06-05 10:51:49 +08:00 |
|
Cheng Zhao
|
232b8721fe
|
Contain arch in distribution name.
|
2014-06-04 15:24:38 +00:00 |
|
Cheng Zhao
|
d82ceda770
|
Upgrade libchromiumcontent to 765ec5dcf192845fed4aec0b117f1e53050911d6.
|
2014-06-04 22:16:29 +08:00 |
|
Cheng Zhao
|
5fe84a997f
|
Upgrade to latest brightray.
|
2014-06-04 22:05:12 +08:00 |
|
Cheng Zhao
|
15127f7b4b
|
Upgrade libchromiumcontent to 64b6768f1d24318bd35b538658dacd429c544377.
|
2014-06-03 15:43:00 +08:00 |
|
Cheng Zhao
|
04cbb76776
|
win: Remove focus listener after window is closed, fixes #364.
|
2014-06-03 14:39:47 +08:00 |
|
Cheng Zhao
|
98aba2aa12
|
Merge pull request #375 from atom/status-icon
Tray module
|
2014-06-03 14:27:21 +08:00 |
|
Cheng Zhao
|
53092cfb7c
|
win: Fix context menu clicking in notify icon.
|
2014-06-03 14:11:12 +08:00 |
|
Cheng Zhao
|
9ef7ecbdaf
|
Win: Implement context menu for tray icon.
|
2014-06-03 11:52:57 +08:00 |
|
Cheng Zhao
|
1cb135f7f2
|
win: Implement tray icon API.
|
2014-06-03 11:25:09 +08:00 |
|
Cheng Zhao
|
08e7c07c57
|
Add StatusTrayStateChangerWindow from chrome.
|
2014-06-03 11:24:40 +08:00 |
|
Cheng Zhao
|
01e93c108c
|
📝 Mention platform limitations on Linux.
|
2014-06-02 23:18:14 +08:00 |
|
Cheng Zhao
|
540e6ff01b
|
gtk: Implement click event for status icon.
|
2014-06-02 23:10:36 +08:00 |
|
Cheng Zhao
|
4647efd22f
|
💄 Fix cpplint warning.
|
2014-06-02 11:47:37 +08:00 |
|
Cheng Zhao
|
884f30010c
|
📝 Document the tray module.
|
2014-06-02 11:47:22 +08:00 |
|
Cheng Zhao
|
da31588e0d
|
mac: Implement the "click" event of TrayIcon.
|
2014-06-02 11:28:23 +08:00 |
|
Cheng Zhao
|
cbd9366898
|
Add "click" event for TrayIcon.
|
2014-06-02 11:08:29 +08:00 |
|
Cheng Zhao
|
9699dbb71f
|
gtk: Add app indicator support as tray icon.
|
2014-06-01 10:20:06 +08:00 |
|
Cheng Zhao
|
065185baea
|
gtk: Add TrayIcon implementation for GtkStatusIcon.
|
2014-05-31 10:27:07 +08:00 |
|
Cheng Zhao
|
6c7fe80ec5
|
Bind TrayIcon to JS.
|
2014-05-30 23:57:54 +08:00 |
|
Cheng Zhao
|
52d8d6fdb3
|
Add native_mate converters for ImageSkia.
|
2014-05-30 23:05:24 +08:00 |
|
Cheng Zhao
|
6f5184f001
|
mac: Simple implementation of tray icon.
|
2014-05-30 14:37:53 +08:00 |
|
Cheng Zhao
|
80fb79daac
|
Add dummy implementations for TrayIcon.
|
2014-05-30 10:31:27 +08:00 |
|
Cheng Zhao
|
dd804b090a
|
📝 Menu.setApplicationMenu is not OS X only.
|
2014-05-30 09:03:29 +08:00 |
|
Cheng Zhao
|
c7d0da2cfd
|
Merge pull request #363 from atom/application-locale
Implement navigator.language
|
2014-05-29 21:54:04 +08:00 |
|
Cheng Zhao
|
2da5bcb0b8
|
Fix cpplint warning.
|
2014-05-29 21:24:22 +08:00 |
|
Cheng Zhao
|
b073d35918
|
Add spec for application locale.
|
2014-05-29 20:23:28 +08:00 |
|
Cheng Zhao
|
16bc7f10c1
|
Generate .pak for each locale.
|
2014-05-29 19:08:59 +08:00 |
|
Cheng Zhao
|
f57bcfc429
|
mac: Fix en-US locale.
|
2014-05-29 17:13:24 +08:00 |
|
Cheng Zhao
|
7bd0c8aa06
|
mac: Create .lproj files for each locale.
|
2014-05-29 15:54:45 +08:00 |
|
Cheng Zhao
|
162e47ca15
|
Initialize locale on mac.
|
2014-05-29 15:54:25 +08:00 |
|
Cheng Zhao
|
649730244b
|
Override application locale with system default locale.
|
2014-05-29 15:21:15 +08:00 |
|
Cheng Zhao
|
2efd91c150
|
Bump v0.12.7.
|
2014-05-27 06:16:37 +00:00 |
|
Cheng Zhao
|
7297faf09a
|
📝 Fix some old docs.
|
2014-05-27 14:20:22 +08:00 |
|