Cheng Zhao
|
3315e6bda5
|
Merge pull request #2080 from deepak1556/linux_fullscreen_patch
window: use _NET_WM_STATE_FULLSCREEN before window is mapped
|
2015-07-05 16:44:42 +08:00 |
|
Robo
|
b5c5cce725
|
window: use _NET_WM_STATE_FULLSCREEN before window is mapped
|
2015-06-29 19:44:56 +05:30 |
|
ankitaggarwal011
|
1c907ffa36
|
🐛 Solves issue #2047 [Windows fullscreen bug]
|
2015-06-29 00:10:51 +05:30 |
|
Cheng Zhao
|
b5ff77ef0d
|
Small cleanups
|
2015-06-26 11:20:12 +08:00 |
|
Cheng Zhao
|
bff66caaa6
|
Only convert command ID on Windows
|
2015-06-26 11:16:50 +08:00 |
|
Paul Betts
|
794f89abf5
|
In our widget delegate, signal our Observer
|
2015-06-25 11:29:21 -06:00 |
|
Cheng Zhao
|
9f52b11761
|
Remove NativeWindow::GetWebContents
|
2015-06-25 14:54:00 +08:00 |
|
Cheng Zhao
|
62c44ee47b
|
Rename CloseWebContents to RequestToClosePage
|
2015-06-25 13:27:51 +08:00 |
|
Cheng Zhao
|
e41b0d4d2c
|
Remove NativeWindow::ActivateContents
|
2015-06-25 13:18:36 +08:00 |
|
Cheng Zhao
|
eb370ba22a
|
Allowing destroying a closed window
|
2015-06-25 13:08:11 +08:00 |
|
Cheng Zhao
|
5236b0c067
|
Don't create WebContents in NativeWindow
|
2015-06-25 09:47:57 +08:00 |
|
Cheng Zhao
|
19436358fb
|
win: Fix setContentSize changing window position
Close #1934.
|
2015-06-18 16:17:13 +08:00 |
|
Cheng Zhao
|
5ae9c633ca
|
Fix building on Windows, close #1896
|
2015-06-08 13:19:56 +08:00 |
|
Cheng Zhao
|
5d23b7468e
|
Allow removing menu bar
|
2015-06-04 16:10:19 +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
|
e233eab4f2
|
HandleMouseDown is deprecated
|
2015-05-23 11:58:20 +08:00 |
|
deepak1556
|
9a60fde59b
|
alias move and moved event on OS X
|
2015-05-22 12:24:12 +05:30 |
|
Robo
|
f46fcd158a
|
chnage move hook and add details to doc
|
2015-05-22 12:13:01 +05:30 |
|
deepak1556
|
3a5977e09f
|
window: adding resize and move events
|
2015-05-22 12:13:00 +05:30 |
|
Cheng Zhao
|
0d4d2080ca
|
Implement size and position APIs with bounds API
|
2015-05-04 12:47:56 +08:00 |
|
deepak1556
|
9ae59e8ac7
|
removed move utility and replaced with setbounds
|
2015-05-01 20:10:46 +05:30 |
|
deepak1556
|
ae6a1b409f
|
window: adding setBounds and getBounds api
|
2015-05-01 16:20:53 +05:30 |
|
deepak1556
|
20b4cae980
|
window: supports HTML5 fullscreen api
|
2015-04-23 12:14:29 +05:30 |
|
Cheng Zhao
|
c5c686fe8c
|
linux: Fix compilation error
|
2015-03-29 21:35:40 +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 |
|
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
|
f0924df68a
|
Add "type" option to change window type
|
2015-02-11 12:19:39 +08:00 |
|
Paul Betts
|
86de75deef
|
Style fixups
|
2015-02-10 17:14:26 -08:00 |
|
Paul Betts
|
8a7acfc6c0
|
icon_util is Windows-only
|
2015-02-07 11:57:00 -08:00 |
|
Paul Betts
|
ef869fb2ff
|
We need a UTF-16 string here
|
2015-02-06 17:00:38 -08:00 |
|
Paul Betts
|
1b9649b481
|
Switch to gfx::Image
|
2015-02-06 17:00:26 -08:00 |
|
Paul Betts
|
fa6d499a4e
|
Come correct with line length and constness
|
2015-02-06 16:32:27 -08:00 |
|
Paul Betts
|
0afac1e05a
|
Plumb code all the way up
|
2015-02-06 16:12:32 -08:00 |
|
Paul Betts
|
66f2d18d8b
|
First hack at setting the window icon overlay
|
2015-02-06 15:58:49 -08:00 |
|
Cheng Zhao
|
43421aedcf
|
OVERRIDE macro is now removed
|
2015-01-27 13:18:30 -08:00 |
|
Cheng Zhao
|
6939567cb4
|
win: Make transparent window resizable
|
2014-12-23 17:24:04 -08:00 |
|
Cheng Zhao
|
1a34e09a45
|
views: Make transparent window work
|
2014-12-23 16:55:57 -08:00 |
|
Cheng Zhao
|
98127ba13c
|
linux: Fix building
|
2014-12-15 17:28:51 -08:00 |
|
Cheng Zhao
|
cb911b19dd
|
win: Fixes stopping FlashFrame, closes #906
|
2014-12-15 17:27:58 -08:00 |
|
Cheng Zhao
|
1641caf353
|
Fix cpplint warnings
|
2014-12-15 16:57:04 -08:00 |
|
Cheng Zhao
|
23951e6ef3
|
views: Implement CanMinimize, fixes #918
|
2014-12-15 16:46:37 -08:00 |
|
Cheng Zhao
|
c9a5c6515c
|
views: Make it possible to show a window in maximized state
Fixes #834.
|
2014-12-15 16:38:20 -08:00 |
|
Cheng Zhao
|
0ab32bfe17
|
win: Reserve border space for maximized frameless window
Fixes #732.
|
2014-12-15 16:01:11 -08:00 |
|
Cheng Zhao
|
3d30e6ddc4
|
win: Don't allow maximzing a unresiazble frameless window
Fixes #857.
|
2014-12-15 12:55:16 -08:00 |
|
Cheng Zhao
|
e3ccb18696
|
win: Fix calculating window bounds on high DPI display
|
2014-12-12 09:04:43 -08:00 |
|
Cheng Zhao
|
271eb63083
|
SetFullscreen => SetFullScreen
|
2014-11-25 14:34:14 +08:00 |
|
Cheng Zhao
|
28ca883805
|
win: Implement window state events
|
2014-11-25 14:28:34 +08:00 |
|