Kevin Sawicki
|
c47ad29124
|
Move default_app to root of repo
|
2016-03-08 11:14:21 -08:00 |
|
Kevin Sawicki
|
70aa9b06ee
|
Move JavaScript to root lib/ folder
|
2016-03-08 11:14:21 -08:00 |
|
Cheng Zhao
|
a9c40de393
|
Merge pull request #4680 from atom/resizable-linux
Respect initial resizable window option on Linux
|
2016-03-08 19:46:40 +09:00 |
|
Cheng Zhao
|
549cccfce4
|
Merge pull request #4715 from dongjoon-hyun/fix_typos_in_comments
Fix typos in comments.
|
2016-03-08 19:45:05 +09:00 |
|
Dongjoon Hyun
|
0c92d44077
|
Fix typos in comments.
|
2016-03-07 20:22:03 -08:00 |
|
Machisté N. Quintana
|
2bfc7aa152
|
Add mapping for performZoom
|
2016-03-07 16:01:46 -08:00 |
|
Machisté N. Quintana
|
eae5cc9d2c
|
🎨 [ci skip]
|
2016-03-07 15:53:09 -08:00 |
|
Machisté N. Quintana
|
03434f45bb
|
Map webContents.delete to role
|
2016-03-07 15:50:33 -08:00 |
|
Machisté N. Quintana
|
4ded709307
|
Map selectors for delete and pasteAndMatchStyle to roles
|
2016-03-07 15:42:32 -08:00 |
|
Kevin Sawicki
|
ad3f4a26fd
|
Restore setting resizable property from ctor on Windows
|
2016-03-07 13:53:57 -08:00 |
|
Kevin Sawicki
|
7de37859f0
|
Set resizable on Linux from InitWithOptions
|
2016-03-07 13:48:33 -08:00 |
|
Kevin Sawicki
|
38acc7090b
|
Contrain size in ctor on non-resizable windows
|
2016-03-07 10:11:30 -08:00 |
|
Cheng Zhao
|
0e2ac2d802
|
Merge pull request #4646 from phamdaniel/dark-mode
Add API to check OSX's Dark theme
|
2016-03-07 09:53:03 +09:00 |
|
Daniel Pham
|
68b453770b
|
🍎 Rename 'isDarkModeEnabled' to 'isDarkMode'
|
2016-03-06 10:55:47 -05:00 |
|
Cheng Zhao
|
2a0be28111
|
Merge pull request #4682 from phamdaniel/ismaximized
Fix `isMaximized()` in window for when resizable is set to false on OSX
|
2016-03-06 19:23:46 +09:00 |
|
Cheng Zhao
|
d93ccd47a8
|
Merge pull request #4670 from atom/cmd-backtick-order
Use sendAction for cycling windows
|
2016-03-06 16:17:38 +09:00 |
|
Cheng Zhao
|
2515425cd5
|
Remove duplicated keyboard code
|
2016-03-06 15:04:05 +09:00 |
|
Cheng Zhao
|
114801d412
|
Remove the duplicate logic on OS X
|
2016-03-05 21:54:41 +09:00 |
|
Cheng Zhao
|
2be368bded
|
SetFullScreen should not work at all when not fullscreenable
This follows the logic of OS X.
|
2016-03-05 21:38:06 +09:00 |
|
Cheng Zhao
|
f5d79677fa
|
Merge branch 'will-fullscreen' of https://github.com/MaxWhere/electron
|
2016-03-05 21:30:41 +09:00 |
|
Cheng Zhao
|
c0b87c1a62
|
Merge pull request #4656 from princejwesley/menu-item-click
Add platform predicate for menu item action
|
2016-03-05 21:13:59 +09:00 |
|
Cheng Zhao
|
23b92ef9ec
|
Fix passing certificate to select-client-certificate's callback
|
2016-03-05 18:57:46 +09:00 |
|
Daniel Pham
|
d5f5cdb45a
|
🍎Fix 'isMaximized()' for non resizable windows
|
2016-03-05 01:39:48 -05:00 |
|
Cheng Zhao
|
33978455b8
|
Bump v0.36.10
|
2016-03-05 12:00:06 +09:00 |
|
Kevin Sawicki
|
67edcc8f91
|
Initially set resizable property on Linux
|
2016-03-04 16:12:58 -08:00 |
|
Kevin Sawicki
|
fe9e026f9e
|
getObjectMemebers -> getObjectMembers
|
2016-03-04 15:57:21 -08:00 |
|
Daniel Pham
|
63294892f0
|
Rename dark-mode-changed to platform-theme-changed
|
2016-03-03 23:58:58 -05:00 |
|
Kevin Sawicki
|
be67dca686
|
Use _cycleWindows selector to implement cmd-`
|
2016-03-03 20:53:58 -08:00 |
|
Daniel Pham
|
b1eefbdcd9
|
Simplify the isDarkModeEnabled check
|
2016-03-03 23:48:30 -05:00 |
|
Prince J Wesley
|
f02affbc18
|
🐛 Add platform predicate for menu item action
|
2016-03-03 08:38:32 +05:30 |
|
Daniel Pham
|
c4049cb393
|
🍎 Add 'dark-mode-changed' event to app api
|
2016-03-01 15:43:38 -05:00 |
|
Daniel Pham
|
eaac67ac60
|
🍎 Add 'isDarkModeEnabled' to app api
|
2016-03-01 13:12:21 -05:00 |
|
brenca
|
a06392459e
|
Making fullsceenable work on Linux
|
2016-02-27 22:37:42 +01:00 |
|
Heilig Benedek
|
bb42c85df8
|
resolve update conflicts
|
2016-02-27 03:23:10 +01:00 |
|
Heilig Benedek
|
bb0ac688b2
|
Reverted SetFullscreenable disabling maximize button on Windows and removed that from the docs.
|
2016-02-27 03:07:53 +01:00 |
|
Cheng Zhao
|
7de97a55f7
|
Merge pull request #4609 from MaxWhere/framesubscriber-fix
🐎 framesubscriber speed and quality improvement
|
2016-02-26 23:21:42 +08:00 |
|
Cheng Zhao
|
b25c8ca621
|
Merge pull request #4616 from deepak1556/media_device_enumeration_patch
browser: allow enumeration of media device labels
|
2016-02-26 22:07:35 +08:00 |
|
Cheng Zhao
|
ebfc127628
|
Merge pull request #4522 from deepak1556/async_execute_javascript_patch
webContents: provide responses for executeJavscript method
|
2016-02-26 21:17:47 +08:00 |
|
Robo
|
fce641aab6
|
browser: allow enumeration of media device labels
|
2016-02-26 16:31:20 +05:30 |
|
Cheng Zhao
|
a67b29d8d2
|
Bump v0.36.9
|
2016-02-26 02:18:27 +00:00 |
|
Heilig Benedek
|
4bfa03e5f4
|
Removed an include no longer needed
|
2016-02-26 02:13:17 +01:00 |
|
Heilig Benedek
|
3f0d598a59
|
Merge atom/master
|
2016-02-26 02:05:57 +01:00 |
|
Robo
|
1235907835
|
run webframe methods for webview in its context
|
2016-02-26 05:14:45 +05:30 |
|
Heilig Benedek
|
9a0372b61b
|
Removed size_ since it's not needed anymore
|
2016-02-25 23:48:58 +01:00 |
|
Cheng Zhao
|
0ea80f674b
|
Merge pull request #4595 from dongjoon-hyun/rename_function_filter_accelerator
Rename function `FilterAccecelator` to `FilterAccelerator` in `submenu.cc`
|
2016-02-25 21:18:57 +08:00 |
|
Robo
|
8386baf267
|
add spec
|
2016-02-25 11:46:30 +05:30 |
|
Robo
|
a734326907
|
track async api requests
|
2016-02-25 11:45:59 +05:30 |
|
Robo
|
2b547bd44a
|
webContents: provide responses for executeJavscript method
|
2016-02-25 11:45:59 +05:30 |
|
Cheng Zhao
|
d00490271b
|
Merge pull request #4518 from deepak1556/webview_host_window_patch
webview: api to get host browser window
|
2016-02-25 12:26:53 +08:00 |
|
Dongjoon Hyun
|
fee56df400
|
Rename function FilterAccecelator to FilterAccelerator in submenu_button.cc .
|
2016-02-24 11:15:21 -08:00 |
|