electron/atom/browser/ui/x
Julien Isorce 27bd47a333 feat: implement BrowserWindow.moveTop on X11 (#16629)
It was implemented on Mac and Win but not on X11.
Tested on Ubuntu 16.04 and 18.04.

Also added a unit test in spec/api-browser-window-spec.js.
This test BrowserWindow.moveTop verifies that calling moveTop
on a window does not give the focus to this window.

notes: BrowserWindow.moveTop is now available on Linux/x11

https://github.com/electron/electron/issues/12516
2019-02-07 12:48:19 -08:00
..
event_disabler.cc fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
event_disabler.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
window_state_watcher.cc Wrap X11 headers in ui/gfx/x/x11.h 2018-06-19 11:49:43 +10:00
window_state_watcher.h Refactoring: use C++11 class member variable initialization 2018-05-22 00:18:38 +02:00
x_window_utils.cc feat: implement BrowserWindow.moveTop on X11 (#16629) 2019-02-07 12:48:19 -08:00
x_window_utils.h feat: implement BrowserWindow.moveTop on X11 (#16629) 2019-02-07 12:48:19 -08:00