264 Commits (27ecb055086d437516ec6685fc22016d77ebed94)

Author SHA1 Message Date
Dan Walmsley 54e4f13ea6 Revert "[OSX] fix resize calls before window shown." 4 years ago
Dan Walmsley 0a65e0a50d forcefully invalidate shadow. 4 years ago
Dan Walmsley 06807324d0 [OSX] fix resize calls before window shown. 4 years ago
Dan Walmsley cce425b8da fix red shown during resizing catalina. 4 years ago
Sergey Mikolaytis 8578160fbc
[OSX] Refactor Native App Menu. Move default menu initialization code from ObjC to C#. (#6909) 4 years ago
Dan Walmsley 2220e120b2 [OSX] bring window to front when Activate() is called. 4 years ago
Lubomir Tetak 3cc31f7912 OSX do not enforce DND copy effect 4 years ago
gabornemeth a38c779641 fix stuck tooltips on macOS 4 years ago
Dan Walmsley ba021f3ef8
Update native/Avalonia.Native/src/OSX/window.mm 4 years ago
Steven Kirk 76beb381ae Only raise non-client click when outside view client area. 4 years ago
Dan Walmsley ec16aafe71 [OSX] allow child windows to be shown on top of fullscreen windows. 4 years ago
Dan Walmsley 563c29b165 [OSX] fix non-client click detection causing crash on popups. 4 years ago
Dan Walmsley fbfc1e4eb0 restore osx window shadow fix. 4 years ago
Dan Walmsley a3dc8ca85b osx - handle restoring arrow cursor if app set non-standard cursor at edge of client area. 5 years ago
Dan Walmsley e775ce4b0d add missing START_COM_CALL 5 years ago
Dan Walmsley b8059ef35f implement non-client clicks on osx. 5 years ago
Dan Walmsley daddc71372 remove trayicon events from osx. 5 years ago
Dan Walmsley a3c8396cf5 Tray icon osx, implement visibility toggle and lifetime management. 5 years ago
Dan Walmsley 0e703c9209 Add trayicon menu export support for osx. 5 years ago
Dan Walmsley 6ae59214a4 add initial implementation for osx tray icon support. 5 years ago
Dan Walmsley 846cdb4112 correctly implement fullscreen mode so that app ca be started in fullscreen. 5 years ago
Sergey Mikolaytis 9682f014b2 [OSX] fix middle button #5784 5 years ago
Sergey Mikolaytis 29f4806cfd [OSX] [Native] fix tab shortcuts in NativeMenu 5 years ago
Steven Kirk 24c8af1b62 Manually restore parent windows before showing child. 5 years ago
Steven Kirk 346015d804 Call WindowStateChanged when setting WindowState via code. 5 years ago
Steven Kirk f589965b2d OSX: Fix showing window with no specified size. 5 years ago
Steven Kirk ba369a9059 Fix auto-scaling on win32. 5 years ago
Dan Walmsley b2c95a10c5 add a try finally. 5 years ago
Dan Walmsley 47006ff110 add missing COM retainer. 5 years ago
Dan Walmsley 11c2a0f5f4 restore change. 5 years ago
Dan Walmsley a28ffc08a3 whitespace. 5 years ago
Dan Walmsley 1f8b909257 fix flicker... make nswindow handle the content resizing automatically. 5 years ago
Dan Walmsley 1a0780a7a4 prevent recursive calls during resize. 5 years ago
Dan Walmsley 2433435ac9 OSX - window state - keep field in sync. 5 years ago
Dan Walmsley bac825c999 destroyed, not destructed. 5 years ago
Dan Walmsley 927fd90d86 add documentation about START_COM_CALL. 5 years ago
Dan Walmsley 9da6a28b51 fix 5 years ago
Dan Walmsley f053bfef3a macro and add self pointer retaining to all COM calls. 5 years ago
Steven Kirk ec85bf14e6 Call makeFirstResponder when showing window. 5 years ago
Dan Walmsley 57440e9d36 retain self (this) 5 years ago
Dan Walmsley 8058a46d26 prevent osx crash when closing inside activate. 5 years ago
Dan Walmsley f9824007e1 add a method to retain com object during com calls. 5 years ago
Steven Kirk 32c0eac415 Prevent dialog parent from becoming key window. 5 years ago
Steven Kirk 091ffe5fa8 Remove activateAppropriateChild logic. 5 years ago
Steven Kirk bf210cb5f4 Call terminate from Quit menu. 5 years ago
Steven Kirk b71743e9a8 Handle applicationShouldTerminate on OSX. 5 years ago
Dan Walmsley f7cc89c86b fix osx window state logic. 5 years ago
Nathan Garside d77d1fd5da Rename to FrameSize 5 years ago
Nathan Garside 9feb2376a0 Squash toplevel-totalsize 5 years ago
Dan Walmsley a0a039860c fix shadow ensuring the window frame and avalonia standard container are both resized. 5 years ago