OSX: Disabled default native Mac clipboard copy/paste implementation in core library (added in 1.71), because it needs application to be linked with '-framework ApplicationServices'. It can be explicitly enabled back by using '#define IMGUI_ENABLE_OSX_DEFAULT_CLIPBOARD_FUNCTIONS' in imconfig.h. Re-added equivalent using NSPasteboard api in the imgui_impl_osx.mm experimental back-end. (#2546)
1 parent f0348dd commit 29d9394a41939e8d033814704d5e9bcca516bf37
@omar omar authored on 21 Jul 2019
Showing 4 changed files
View
docs/CHANGELOG.txt
View
examples/imgui_impl_osx.mm
View
imconfig.h
View
imgui.cpp