electron/atom/browser/ui/views
Eran Tiktin aea1f8aebb Fix calculating min/max size in frameless views
The minimum and maximum size that frameless windows had used, was
incorrect. It included the border, so when it was called it actually
added that to the size, so window increased in size. The fix makes sure
that the view will use the frameless size.

This fixes #2945 and partially fixes #1806 (it also refers to some other
issues with hidpi which might still exist).
2015-10-03 22:09:57 +03:00
..
frameless_view.cc Fix calculating min/max size in frameless views 2015-10-03 22:09:57 +03:00
frameless_view.h views: SizeConstraintsChanged has become required 2014-12-09 16:55:01 -08:00
global_menu_bar_x11.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
global_menu_bar_x11.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
menu_bar.cc Change the window class names 2015-04-14 16:18:57 +08:00
menu_bar.h OVERRIDE => override in atom/browser/ui/views 2014-11-16 15:54:40 +08:00
menu_delegate.cc views: Fix "visible" not working in menu bar, closes #825 2014-11-16 16:01:33 +08:00
menu_delegate.h views: Fix "visible" not working in menu bar, closes #825 2014-11-16 16:01:33 +08:00
menu_layout.cc win: Reserve border space for maximized frameless window 2014-12-15 16:01:11 -08:00
menu_layout.h win: Reserve border space for maximized frameless window 2014-12-15 16:01:11 -08:00
native_frame_view.cc linux: Fix min/max size not working 2015-07-24 16:21:44 +08:00
native_frame_view.h linux: Fix min/max size not working 2015-07-24 16:21:44 +08:00
submenu_button.cc linux: Fix building for Chrome 40 2015-01-27 17:20:50 -08:00
submenu_button.h OVERRIDE => override in atom/browser/ui/views 2014-11-16 15:54:40 +08:00
win_frame_view.cc win: Fix calculating window bounds on high DPI display 2014-12-12 09:04:43 -08:00
win_frame_view.h win: Fix calculating window bounds on high DPI display 2014-12-12 09:04:43 -08:00