electron/atom/browser/ui/cocoa
Birunthan Mohanathas c8dc2d3730 feat: Add will-resize event to TopLevelWindow (#13649)
The new `will-resize` event can be used to prevent the resize from
happening before the native window is actually resized. This is in
contrast to the existing the `resize` event, which is sent *after* the
native window has already been resized. For apps with e.g. custom window
snapping logic, the `resize` event is not sufficient because it will
result in flickering between the dragged size and the snapped size.

`will-resize` is only emitted on macOS and Windows.
2018-07-27 18:53:01 +09:00
..
atom_bundle_mover.h
atom_bundle_mover.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
atom_menu_controller.h
atom_menu_controller.mm fix: tray setContextMenu crash (#13513) 2018-06-29 14:48:26 -07:00
atom_native_widget_mac.h report correct content size in AtomNSWindow 2018-05-04 09:55:09 +09:00
atom_native_widget_mac.mm report correct content size in AtomNSWindow 2018-05-04 09:55:09 +09:00
atom_ns_window.h Revert "fix: Drop support for OS X Mavericks (version 10.9)" (#13333) 2018-06-20 07:27:55 -05:00
atom_ns_window.mm chore: Annotate fallthrough switch paths with FALLTHROUGH 2018-06-20 14:38:18 -07:00
atom_ns_window_delegate.h refactor: use views::Widget on macOS 2018-04-25 15:10:29 +09:00
atom_ns_window_delegate.mm feat: Add will-resize event to TopLevelWindow (#13649) 2018-07-27 18:53:01 +09:00
atom_preview_item.h Move QLPreviewPanelDataSource to AtomNSWindowDelegate 2018-04-20 19:17:08 +09:00
atom_preview_item.mm Move QLPreviewPanelDataSource to AtomNSWindowDelegate 2018-04-20 19:17:08 +09:00
atom_touch_bar.h enable chromium style checker plugin for electron and brightray targets 2018-04-19 11:12:58 -07:00
atom_touch_bar.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
delayed_native_view_host.cc Add View.addChildView API 2018-05-24 15:36:29 +09:00
delayed_native_view_host.h attach native view after widget is created 2018-05-15 14:03:21 +09:00
NSColor+Hex.h
NSColor+Hex.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
NSString+ANSI.h
NSString+ANSI.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
root_view_mac.h display WebContents as views::View on macOS 2018-05-04 09:55:09 +09:00
root_view_mac.mm check content view in SetMenuBarVisibility 2018-05-15 14:12:47 +09:00
touch_bar_forward_declarations.h Bring mac code into conformance with -Wunguarded-availability 2018-04-19 11:12:58 -07:00
views_delegate_mac.h mac: Provide ViewsDelegate 2018-04-20 19:10:37 +09:00
views_delegate_mac.mm refactor: use views::Widget on macOS 2018-04-25 15:10:29 +09:00