Seppe Stas
|
16c08e7e37
|
Switched to gfx::Rect constructor that takes a RECT
As per @zcbenz's suggestion the rect passed to the click event handler now passes a rect constructed using `gfx::Rect(const RECT& r)`.
|
2015-06-08 19:04:56 +02:00 |
|
Seppe Stas
|
e5c4e34ac4
|
Ow 💩, where did that extra space come from?
|
2015-06-03 07:54:38 +02:00 |
|
Seppe Stas
|
e920ce3e24
|
Updated tray api docs to reflect changes in ce8aa07
|
2015-06-02 23:19:49 +02:00 |
|
Seppe Stas
|
ce8aa073ee
|
Added bounds payload to tray clicked event
Used [Shell_NotifyIconGetRect function](https://msdn.microsoft.com/en-us/library/windows/desktop/dd378426) to get the bounds of the application's tray icon.
Note: only works with Windows 7 and later.
Related to #1159, #1500.
|
2015-06-02 21:43:37 +02:00 |
|
Cheng Zhao
|
ad851547e0
|
Merge pull request #1834 from hokein/master
Ship pdf.dll in release, fix #1826
|
2015-06-01 13:25:31 +08:00 |
|
Haojian Wu
|
c4cbb5ecdb
|
Ship pdf.dll in release.
|
2015-06-01 13:03:56 +08:00 |
|
Cheng Zhao
|
b97c22d4d7
|
win: Load pdf.dll with abosolute path, fix #1826
|
2015-06-01 12:53:43 +08:00 |
|
Cheng Zhao
|
fe631e6eeb
|
Bump v0.27.2
|
2015-06-01 12:22:36 +08:00 |
|
Cheng Zhao
|
1314b7c7e5
|
Update libchromiumcontent, fix #1786
|
2015-06-01 12:19:56 +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
|
02bdace366
|
Delete Node's symbols after Environment has been loaded
Fix #1803.
|
2015-05-29 22:20:20 +08:00 |
|
Cheng Zhao
|
6ed538b952
|
docs: Remove obsolete build instructions, close #1809
|
2015-05-29 18:21:25 +08:00 |
|
Cheng Zhao
|
dfbe158ca9
|
mac: Remove dead "Frameworks" link, close #1801
|
2015-05-29 18:14:59 +08:00 |
|
Cheng Zhao
|
fb37b5720d
|
Update brightray to use correct Chrome version string
Close #1808
|
2015-05-29 17:52:46 +08:00 |
|
Cheng Zhao
|
4a310ad630
|
Merge pull request #1811 from atom/new-webview
Change how webview is resized
|
2015-05-29 14:14:23 +08:00 |
|
Cheng Zhao
|
a9ad783bca
|
The ElementSizeChanged has been removed
|
2015-05-29 13:52:14 +08:00 |
|
Cheng Zhao
|
b5c9fe78f1
|
Listen to ElementSizeChanged event
|
2015-05-29 13:47:09 +08:00 |
|
Cheng Zhao
|
e4bb456964
|
Pass element size when attaching
|
2015-05-29 11:47:54 +08:00 |
|
Cheng Zhao
|
b45ed8d9a2
|
pendingGuestCreation is removed
|
2015-05-29 11:20:28 +08:00 |
|
Cheng Zhao
|
bdf73fcd4c
|
Update to the new algorithm of setting webview size
|
2015-05-29 11:12:55 +08:00 |
|
Cheng Zhao
|
3e720bd611
|
Bump v0.27.1
|
2015-05-28 16:23:29 +08:00 |
|
Cheng Zhao
|
ad89a923e9
|
Merge pull request #1785 from deepak1556/browser_client_patch
browserClient: dont restart render process for javascript scheme
|
2015-05-28 16:22:45 +08:00 |
|
Cheng Zhao
|
725115e0b5
|
Merge pull request #1799 from atom/linux-travis-ci
Use gcc-4.8 on CI machine
|
2015-05-28 16:22:36 +08:00 |
|
Cheng Zhao
|
419a14a63f
|
Use gcc-4.8 on CI machine
|
2015-05-28 16:03:06 +08:00 |
|
Cheng Zhao
|
d9102efff7
|
Merge pull request #1752 from deepak1556/clipboard_patch
clipboard: api to list supported types, reading and writing markup
|
2015-05-28 15:29:36 +08:00 |
|
Cheng Zhao
|
895ab49857
|
Merge pull request #1797 from deepak1556/response_headers_patch
fix accessing headers from resourcerequestdetails
|
2015-05-28 14:44:46 +08:00 |
|
Cheng Zhao
|
ebbb974aca
|
Fix running spec on Windows
|
2015-05-28 14:43:16 +08:00 |
|
Cheng Zhao
|
8a6ba7c49f
|
Update libchromiumcontent for race condition fix
|
2015-05-28 14:43:15 +08:00 |
|
deepak1556
|
f98da217e1
|
fix accessing headers from resourcerequestdetails
|
2015-05-28 11:20:07 +05:30 |
|
Jessica Lord
|
2060acd914
|
Merge pull request #1792 from atom/jl-cmd
Replace cmd with bash
|
2015-05-27 14:37:17 -07:00 |
|
Jessica Lord
|
014d80c359
|
Replace cmd with bash
Markdown parser doesn’t recognize cmd.
|
2015-05-27 12:51:19 -07:00 |
|
deepak1556
|
9b7ad675c6
|
browserClient: dont restart render process for javascript: scheme
|
2015-05-27 16:39:02 +05:30 |
|
Cheng Zhao
|
6ee8f6e4f2
|
Bump v0.27.0
|
2015-05-27 16:57:41 +08:00 |
|
deepak1556
|
4d56281972
|
restore clipboard.has api and fix docs
|
2015-05-27 13:35:51 +05:30 |
|
deepak1556
|
5584e3fd49
|
clipboard: api to list supported types, reading and writing markup
|
2015-05-27 13:21:56 +05:30 |
|
Cheng Zhao
|
4a376694b4
|
Merge pull request #1719 from deepak1556/service_worker_patch
devtools: api to inspect service worker
|
2015-05-27 15:47:41 +08:00 |
|
Cheng Zhao
|
fbdea15649
|
Update node, fix #634
|
2015-05-27 15:26:48 +08:00 |
|
Cheng Zhao
|
f961f0617f
|
test: Add case for #634
|
2015-05-27 15:26:32 +08:00 |
|
Cheng Zhao
|
1c60575dc0
|
Merge pull request #1738 from deepak1556/http_ptach
webContents: providing header details with response event
|
2015-05-27 15:05:55 +08:00 |
|
Cheng Zhao
|
abf8ffd3a2
|
Merge pull request #1689 from deepak1556/ftp_patch
protocol: adding ftp scheme support
|
2015-05-27 15:04:21 +08:00 |
|
Cheng Zhao
|
935cd92ef3
|
Update brightray
|
2015-05-27 15:03:12 +08:00 |
|
Cheng Zhao
|
172a5a71fc
|
docs: "move" and "moved" are platform-dependent
|
2015-05-27 14:57:14 +08:00 |
|
Cheng Zhao
|
c244e83e10
|
Merge pull request #1633 from deepak1556/window_event_patch
window: adding resize and move events
|
2015-05-27 14:54:36 +08:00 |
|
Cheng Zhao
|
291604515f
|
Update libchromiumcontent for optional pdf.dll
|
2015-05-26 12:44:24 +08:00 |
|
Cheng Zhao
|
904b75ab4a
|
Merge pull request #1669 from hokein/pdf-dll
Load pdf library dynamically
|
2015-05-26 12:41:51 +08:00 |
|
deepak1556
|
2de0b025f1
|
retrieve headers from response info
|
2015-05-24 10:56:25 +05:30 |
|
Cheng Zhao
|
5f52ca918f
|
Merge pull request #1763 from samccone/patch-4
Fix grammatical issues take 3
|
2015-05-24 10:43:37 +08:00 |
|
Cheng Zhao
|
16a95a42ff
|
Merge pull request #1761 from samccone/patch-3
docs: Fix grammatical issues
|
2015-05-24 10:42:53 +08:00 |
|
Cheng Zhao
|
4282ed6a3c
|
Merge pull request #1760 from samccone/patch-2
Docs: Fix grammatical issue
|
2015-05-24 10:42:47 +08:00 |
|
Sam Saccone
|
a642782a00
|
💄 Fix grammatical issues
|
2015-05-23 18:44:58 -04:00 |
|