electron/atom/browser/ui
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
..
cocoa Add role property for MenuItem 2015-09-02 09:42:17 +08:00
views Fix calculating min/max size in frameless views 2015-10-03 22:09:57 +03:00
win win: Fix building 2015-09-24 12:01:57 +08:00
x Fix API changes on Linux 2015-09-03 17:50:23 +09:00
accelerator_util.cc Add converters for WebInputEvent 2015-09-18 13:33:06 +08:00
accelerator_util.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
accelerator_util_mac.mm Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
accelerator_util_views.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_menu_model.cc Add role property for MenuItem 2015-09-02 09:42:17 +08:00
atom_menu_model.h Fix API changes 2015-09-03 17:50:23 +09:00
file_dialog.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
file_dialog_gtk.cc Fix API changes on Linux 2015-09-03 17:50:23 +09:00
file_dialog_mac.mm mac: make * extension filter works. 2015-08-21 12:15:20 +08:00
file_dialog_win.cc Set default extension in Windows file dialog 2015-09-28 02:12:47 +03:00
message_box.h Add noLink option for showMessageBox 2015-07-23 17:25:37 +08:00
message_box_gtk.cc Add |options| for ShowMessageBox 2015-07-23 14:16:43 +08:00
message_box_mac.mm Add |options| for ShowMessageBox 2015-07-23 14:16:43 +08:00
message_box_win.cc Fixed comment spacing 2015-08-22 04:26:09 +03:00
tray_icon.cc popContextMenu => popUpContextMenu 2015-08-10 13:00:15 +08:00
tray_icon.h Fix API changes 2015-09-03 17:50:23 +09:00
tray_icon_cocoa.h popContextMenu => popUpContextMenu 2015-08-10 13:00:15 +08:00
tray_icon_cocoa.mm mac: make tray's behavior more official when getting clicked quickly 2015-08-26 16:28:22 +08:00
tray_icon_gtk.cc gtk: Notify the click event 2015-05-21 15:22:52 +08:00
tray_icon_gtk.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
tray_icon_observer.h Add keyboard modifiers payload to tray click events 2015-07-27 03:15:51 -07:00
tray_icon_win.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00