109 Commits (af82417cb340e48db747a8d7d0ffb4e22ac18015)

Author SHA1 Message Date
Dan Walmsley 332005b0f6 Add osx backend menu item icon implementation. 6 years ago
Dan Walmsley b3d17b2381 checkmark == none ignores ischecked. 6 years ago
Dan Walmsley e055474e3e support checking CheckMark::None 6 years ago
Dan Walmsley 6426a20666 Implement Radio Toggle type on OSX. 6 years ago
Dan Walmsley fbb1ce340b Add backend framework for radio buttons in nativemenus. 6 years ago
Dan Walmsley 8e2d904377 rename property. 6 years ago
Dan Walmsley af510bf705 use a flag to tell if a menu has been reparented. 6 years ago
Dan Walmsley 77674a8f0c simplify switching between appmenu only and appmenu + window menu. 6 years ago
Dan Walmsley 3a6b48c894 simplify reparenting logic. 6 years ago
Dan Walmsley caaa193902 special treatment for toplevel items in nativemenus. 6 years ago
Dan Walmsley 47ee4e3f8e remove obtain menu methods. 6 years ago
El Mostafa Idrassi 9de3afc834
macOS: Fix title not showing up in SelectFolderDialog, OpenFileDialog and SaveFileDialog (#3819) 6 years ago
Dan Walmsley 4341caef1a wrap in autoreleasepool 6 years ago
Dan Walmsley 24ea90e2ef working updating menus inside needsupdate event. 6 years ago
Dan Walmsley e0a5aaf313 allow creating menu with events. 6 years ago
Dan Walmsley 4aa10242cc rename interfaces and fix most native code warnings. 6 years ago
Nikita Tsukanov 3097546598 What the actual duck 6 years ago
Dan Walmsley ad645d4037 attempt to add NSMenuDelegate 6 years ago
Dan Walmsley 5765c869c5 allow setting submenu to null. 6 years ago
Michael Babienco bc62352b76 Add SetIsChecked to AvnAppMenuItem 6 years ago
Dan Walmsley 30c0b1f0ac update osx native proj file. 6 years ago
Dan Walmsley 06f57f7e44 Insert Native Menus by index instead of just adding them in order. 6 years ago
Steven Kirk 4d01dacd77 Remove copyright headers. 6 years ago
Dan Walmsley e97c740036 no need to cast to call OnResized. 6 years ago
Dan Walmsley 5a3602ffd5 OSX backend calls OnResized to keep WindowState inSync. 6 years ago
Dan Walmsley 30458c81c5 Fix OSX binding to WindowState. 6 years ago
Nikita Tsukanov 87c08c776c Save signaled callback and execute it outside of @synchronized block 6 years ago
Nathan Garside c0e337d61f Use enum in mac interop 6 years ago
Nathan Garside d44ad423a0 Use enum in macOS native 6 years ago
Nathan Garside 7b9d32af85 Rework system decorations 6 years ago
Nikita Tsukanov 1afb8458fc
[OSX] Removed unused method 6 years ago
Dan Walmsley 119a64a1fb remove commented code. 6 years ago
Nikita Tsukanov 6432174528 Use CGL for offscreen rendering to IOSurface 6 years ago
Nikita Tsukanov 6540d0635b IOSurface render target for sw-rendering 6 years ago
Andrey Kunchev 86531adc69 fix #3500 crash after close any fullscreen window on mac 6 years ago
Dan Walmsley 9df55b02d4 Use loopcancellation instead of adding a seperate api. 6 years ago
Dan Walmsley c3fb152597 Working exception dispatch 6 years ago
Dan Walmsley 3338215946 fixes the black window corners on OSX. 6 years ago
Dan Walmsley 1f9ab92359 [OSX] use sensible initial window size values 6 years ago
Dan Walmsley aaff106bee [OSX] remove unnecessary dispatch and code to clear content. 6 years ago
Dan Walmsley d1089b62c8 [OSX] Dont crash if Window is null when Close is called. 6 years ago
Dan Walmsley 8ff1fdeceb [OSX] dont override dealloc methods, this is causing wierd stuff to happen. 6 years ago
Dan Walmsley 586e96cd07 synchronise acces to lockFocusIfCanDraw. 6 years ago
Dan Walmsley f5acf84fb6 initialise closed variable. 6 years ago
Dan Walmsley 6383d4f1ea [OSX] catch exceptions when window closed and tries to lockFocusIfCanDraw. 6 years ago
Dan Walmsley bb571a4a03 [OSX] access scaling and window size in thread safe manner. 6 years ago
Dan Walmsley 3cec9fb412 [OSX] fix BAD ACCESS (Segmentation Fault) when rapidly trying to open popups quicker than windows can be created. 6 years ago
Dan Walmsley b0c6ab10b0 [OSX] setWantsLayer true, allows interop with CEF, etc 6 years ago
José Pedro fc1a60b159
Added support for extra mouse buttons. 7 years ago
Dan Walmsley 172da86e65 fix Implementation method names. 6 years ago